diff options
| author | Giovanni Harting <chefeificationful@gmail.com> | 2016-12-05 20:34:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-05 20:34:02 +0100 |
| commit | 826ab1cf3a01dadae2a5d5a204fa557f7134eac6 (patch) | |
| tree | b05921acb96d2380e193471a6ce9bce6d39e7ffd /src/main/resources/assets/taiga/models | |
| parent | 9554b56931735ddfa0f3222cc5287893fb77f5a0 (diff) | |
[1.2] Material rework (#60)
* Developement tests for nbt data in traits
* Lot of trait changes and better balancing
* Traits reworked a bit, new traits added.
* First correction of NBT Data in Trait (Soulbound). Is shown twice. Still needs corrections.
* Few fixes in traits and new trait "catcher"
* Small fix, needs workaround
* fixed some catch issues
* Fixed Catcher and Reviving Traits, new Trait: Souleater. Updated build.gradle for new TiC Version.
* Splitted SoulEater to get the bad touch to an extra trait "Cursed". Added method for using nbt more easily. Changed declaration names of fluids
* Some minor changes in Traits, Registry and Utils.
* Iron_nugget is replaced with oreDict Item when not loaded via TAIGA.
* Beginning of new material integration. Lot of names changed, lot more work to do here. Many null pointer exceptions and no changes of values up to now.
* Some Small changes in names, registry and recipes
* Some weird stuff I don't remember :D
* fixed some things I missed while merging
* Rollback to something
* More Stuff
* fixed some merging stuff
* Fixed some misspelled names. Actually working with lots of restrictions.
* Rearranged alloys, tried to add blocks / ingots for non-tinker-materials, but they won't work.
* Again tried to fix the melting issue, but non-tinker materials still are not able to be casted as a block, ingot or nugget...
* Fixed integration of materials without tools.
* changed IMC to direct lib calls
* removed more IMC, removed redundant code
* some reformatting
* Alloy integration reworked, needs to be balanced.
* updated deps, renamed some func's, added duplicate material check
* some more renaming
* some reformatting, fixed wrong import, fixed string cmp's
* Added images for blocks, ingots, nuggets and dust. Json changes do not work yet.
* some reformatting
* Removed old json files. Placeholder needed.
* Fixed block json, items not working yet.
* Fixed my own derp (missing json files)
* Reduced materials to ensure unique traits for most of them. Still 30 though, but reduced by 20 more :'( RIP
* Changed some generator stuff, not working properly right now!
* rewrote offset generation, added some debug command, fixed some stuff
* fixed on-surface-generation, made dependencies more flexible
* reverted gen-weight back to its normal value
* Meteor generator implemented.
* fixed generating on ground
* optimized a thing
* Replaced Uru with Osram, replaced Meteorite with Uru, added Meteorite again for Hull-Material and late game alloy.
* Some changes in generation of ores, not ready yet.
* Added Cobble Meteorite. Added debug command. Implemented rest of ore generation. Some minor fixes left for generation including balancing.
* Some changes for ore generation. Added 2 separate Generic Blocks for meteorite and their cobble variant.
* some cleanup in Generator class, added meteor world save handler
* Added Textures. Added blockstates and item models. Fixed fluid rendering.
* renamed world save data file to be little more specific, removed a unused method
* some preps for the upcoming release
* First attempt of well balancing material stats. Renamed TiberiumX to Triberium.
* Final changes... ready for beta testing
* Added missing alloys.
* Corrected balancing of ore generation. Still WIP
* removed some last debug out
* one last reformat
Diffstat (limited to 'src/main/resources/assets/taiga/models')
251 files changed, 472 insertions, 1596 deletions
diff --git a/src/main/resources/assets/taiga/models/block/adamantite_block.json b/src/main/resources/assets/taiga/models/block/adamantite_block.json deleted file mode 100644 index 6b5c73a..0000000 --- a/src/main/resources/assets/taiga/models/block/adamantite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/adamantite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/adamantite_ore.json b/src/main/resources/assets/taiga/models/block/adamantite_ore.json deleted file mode 100644 index 4f02568..0000000 --- a/src/main/resources/assets/taiga/models/block/adamantite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/adamantite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/aegisalt_block.json b/src/main/resources/assets/taiga/models/block/aegisalt_block.json deleted file mode 100644 index 3ac607c..0000000 --- a/src/main/resources/assets/taiga/models/block/aegisalt_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/aegisalt_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/arcanite_block.json b/src/main/resources/assets/taiga/models/block/arcanite_block.json deleted file mode 100644 index 106061f..0000000 --- a/src/main/resources/assets/taiga/models/block/arcanite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/arcanite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/arcanite_ore.json b/src/main/resources/assets/taiga/models/block/arcanite_ore.json deleted file mode 100644 index 286d1be..0000000 --- a/src/main/resources/assets/taiga/models/block/arcanite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/arcanite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/astrite_ore.json b/src/main/resources/assets/taiga/models/block/astrite_ore.json deleted file mode 100644 index 89b1556..0000000 --- a/src/main/resources/assets/taiga/models/block/astrite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/astrium_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/astrium_block.json b/src/main/resources/assets/taiga/models/block/astrium_block.json deleted file mode 100644 index 4917949..0000000 --- a/src/main/resources/assets/taiga/models/block/astrium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/astrium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/basalt.json b/src/main/resources/assets/taiga/models/block/basalt.json deleted file mode 100644 index 128f047..0000000 --- a/src/main/resources/assets/taiga/models/block/basalt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/basalt" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/bismuth_block.json b/src/main/resources/assets/taiga/models/block/bismuth_block.json deleted file mode 100644 index 011c27d..0000000 --- a/src/main/resources/assets/taiga/models/block/bismuth_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/bismuth_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/bismuth_ore.json b/src/main/resources/assets/taiga/models/block/bismuth_ore.json deleted file mode 100644 index d5af860..0000000 --- a/src/main/resources/assets/taiga/models/block/bismuth_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/bismuth_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/bysmuid_block.json b/src/main/resources/assets/taiga/models/block/bysmuid_block.json deleted file mode 100644 index e85f044..0000000 --- a/src/main/resources/assets/taiga/models/block/bysmuid_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/bysmuid_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/cryptogen_block.json b/src/main/resources/assets/taiga/models/block/cryptogen_block.json deleted file mode 100644 index fdf7771..0000000 --- a/src/main/resources/assets/taiga/models/block/cryptogen_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/cryptogen_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/dyonite_block.json b/src/main/resources/assets/taiga/models/block/dyonite_block.json deleted file mode 100644 index b1729c7..0000000 --- a/src/main/resources/assets/taiga/models/block/dyonite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/dyonite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/eternite_block.json b/src/main/resources/assets/taiga/models/block/eternite_block.json deleted file mode 100644 index f67c965..0000000 --- a/src/main/resources/assets/taiga/models/block/eternite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/eternite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/eternite_ore.json b/src/main/resources/assets/taiga/models/block/eternite_ore.json deleted file mode 100644 index cb3b272..0000000 --- a/src/main/resources/assets/taiga/models/block/eternite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/eternite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/fractoryte_block.json b/src/main/resources/assets/taiga/models/block/fractoryte_block.json deleted file mode 100644 index fa58562..0000000 --- a/src/main/resources/assets/taiga/models/block/fractoryte_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/fractoryte_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/ignitite_block.json b/src/main/resources/assets/taiga/models/block/ignitite_block.json deleted file mode 100644 index c77b427..0000000 --- a/src/main/resources/assets/taiga/models/block/ignitite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/ignitite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/ignitite_ore.json b/src/main/resources/assets/taiga/models/block/ignitite_ore.json deleted file mode 100644 index 5eed757..0000000 --- a/src/main/resources/assets/taiga/models/block/ignitite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/ignitite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/imperomite_block.json b/src/main/resources/assets/taiga/models/block/imperomite_block.json deleted file mode 100644 index 65e7b3d..0000000 --- a/src/main/resources/assets/taiga/models/block/imperomite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/imperomite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/karmesine_block.json b/src/main/resources/assets/taiga/models/block/karmesine_block.json deleted file mode 100644 index a00d7cc..0000000 --- a/src/main/resources/assets/taiga/models/block/karmesine_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/karmesine_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/karmesine_ore.json b/src/main/resources/assets/taiga/models/block/karmesine_ore.json deleted file mode 100644 index dec99e9..0000000 --- a/src/main/resources/assets/taiga/models/block/karmesine_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/karmesine_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/lignite_ore.json b/src/main/resources/assets/taiga/models/block/lignite_ore.json deleted file mode 100644 index 1b2164f..0000000 --- a/src/main/resources/assets/taiga/models/block/lignite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/lignite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/lumixyl_block.json b/src/main/resources/assets/taiga/models/block/lumixyl_block.json deleted file mode 100644 index 34996ad..0000000 --- a/src/main/resources/assets/taiga/models/block/lumixyl_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/lumixyl_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/meteorite_block.json b/src/main/resources/assets/taiga/models/block/meteorite_block.json deleted file mode 100644 index 5407364..0000000 --- a/src/main/resources/assets/taiga/models/block/meteorite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/meteorite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/meteorite_ore.json b/src/main/resources/assets/taiga/models/block/meteorite_ore.json deleted file mode 100644 index b6581f5..0000000 --- a/src/main/resources/assets/taiga/models/block/meteorite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/meteorite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/mindorite_block.json b/src/main/resources/assets/taiga/models/block/mindorite_block.json deleted file mode 100644 index ee99479..0000000 --- a/src/main/resources/assets/taiga/models/block/mindorite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/mindorite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/mindorite_ore.json b/src/main/resources/assets/taiga/models/block/mindorite_ore.json deleted file mode 100644 index 20445ee..0000000 --- a/src/main/resources/assets/taiga/models/block/mindorite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/mindorite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/mythril_block.json b/src/main/resources/assets/taiga/models/block/mythril_block.json deleted file mode 100644 index 014cb8f..0000000 --- a/src/main/resources/assets/taiga/models/block/mythril_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/mythril_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/mythril_ore.json b/src/main/resources/assets/taiga/models/block/mythril_ore.json deleted file mode 100644 index 9fe182e..0000000 --- a/src/main/resources/assets/taiga/models/block/mythril_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/mythril_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/nitronite_block.json b/src/main/resources/assets/taiga/models/block/nitronite_block.json deleted file mode 100644 index 9661f68..0000000 --- a/src/main/resources/assets/taiga/models/block/nitronite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/nitronite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/noctunyx_block.json b/src/main/resources/assets/taiga/models/block/noctunyx_block.json deleted file mode 100644 index ee87b81..0000000 --- a/src/main/resources/assets/taiga/models/block/noctunyx_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/noctunyx_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/nucleum_block.json b/src/main/resources/assets/taiga/models/block/nucleum_block.json deleted file mode 100644 index 7029719..0000000 --- a/src/main/resources/assets/taiga/models/block/nucleum_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/nucleum_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/palladium_block.json b/src/main/resources/assets/taiga/models/block/palladium_block.json deleted file mode 100644 index 5bdd65a..0000000 --- a/src/main/resources/assets/taiga/models/block/palladium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/palladium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/palladium_ore.json b/src/main/resources/assets/taiga/models/block/palladium_ore.json deleted file mode 100644 index 1d7b5f0..0000000 --- a/src/main/resources/assets/taiga/models/block/palladium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/palladium_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/prometheum_block.json b/src/main/resources/assets/taiga/models/block/prometheum_block.json deleted file mode 100644 index af720f0..0000000 --- a/src/main/resources/assets/taiga/models/block/prometheum_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/prometheum_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/prometheum_ore.json b/src/main/resources/assets/taiga/models/block/prometheum_ore.json deleted file mode 100644 index 4733fc6..0000000 --- a/src/main/resources/assets/taiga/models/block/prometheum_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/prometheum_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/proxideum_block.json b/src/main/resources/assets/taiga/models/block/proxideum_block.json deleted file mode 100644 index 1bda055..0000000 --- a/src/main/resources/assets/taiga/models/block/proxideum_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/proxideum_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/rotten_ground.json b/src/main/resources/assets/taiga/models/block/rotten_ground.json deleted file mode 100644 index c4a03e0..0000000 --- a/src/main/resources/assets/taiga/models/block/rotten_ground.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/rotten_ground" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/rubium_block.json b/src/main/resources/assets/taiga/models/block/rubium_block.json deleted file mode 100644 index 7c09795..0000000 --- a/src/main/resources/assets/taiga/models/block/rubium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/rubium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/rubium_ore.json b/src/main/resources/assets/taiga/models/block/rubium_ore.json deleted file mode 100644 index ca6893c..0000000 --- a/src/main/resources/assets/taiga/models/block/rubium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/rubium_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/seismodium_block.json b/src/main/resources/assets/taiga/models/block/seismodium_block.json deleted file mode 100644 index 21eba8c..0000000 --- a/src/main/resources/assets/taiga/models/block/seismodium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/seismodium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/slaggold_ore.json b/src/main/resources/assets/taiga/models/block/slaggold_ore.json deleted file mode 100644 index 96a53ad..0000000 --- a/src/main/resources/assets/taiga/models/block/slaggold_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/slaggold_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/slagiron_ore.json b/src/main/resources/assets/taiga/models/block/slagiron_ore.json deleted file mode 100644 index d7d31c0..0000000 --- a/src/main/resources/assets/taiga/models/block/slagiron_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/slagiron_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/solarium_block.json b/src/main/resources/assets/taiga/models/block/solarium_block.json deleted file mode 100644 index 324858f..0000000 --- a/src/main/resources/assets/taiga/models/block/solarium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/solarium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/terramite_block.json b/src/main/resources/assets/taiga/models/block/terramite_block.json deleted file mode 100644 index baca263..0000000 --- a/src/main/resources/assets/taiga/models/block/terramite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/terramite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/tiberium_block.json b/src/main/resources/assets/taiga/models/block/tiberium_block.json deleted file mode 100644 index 91f83fa..0000000 --- a/src/main/resources/assets/taiga/models/block/tiberium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/tiberium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/tiberium_ore.json b/src/main/resources/assets/taiga/models/block/tiberium_ore.json deleted file mode 100644 index 2d9e06a..0000000 --- a/src/main/resources/assets/taiga/models/block/tiberium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/tiberium_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/titanite_block.json b/src/main/resources/assets/taiga/models/block/titanite_block.json deleted file mode 100644 index 98ac398..0000000 --- a/src/main/resources/assets/taiga/models/block/titanite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/titanite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/titanite_ore.json b/src/main/resources/assets/taiga/models/block/titanite_ore.json deleted file mode 100644 index 16acda7..0000000 --- a/src/main/resources/assets/taiga/models/block/titanite_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/titanite_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/ultranite_block.json b/src/main/resources/assets/taiga/models/block/ultranite_block.json deleted file mode 100644 index afafb91..0000000 --- a/src/main/resources/assets/taiga/models/block/ultranite_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/ultranite_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/vibranium_block.json b/src/main/resources/assets/taiga/models/block/vibranium_block.json deleted file mode 100644 index 14267d7..0000000 --- a/src/main/resources/assets/taiga/models/block/vibranium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/vibranium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/vibranium_ore.json b/src/main/resources/assets/taiga/models/block/vibranium_ore.json deleted file mode 100644 index c7c0e92..0000000 --- a/src/main/resources/assets/taiga/models/block/vibranium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/vibranium_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/violium_block.json b/src/main/resources/assets/taiga/models/block/violium_block.json deleted file mode 100644 index 337d815..0000000 --- a/src/main/resources/assets/taiga/models/block/violium_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/violium_block" - } -} diff --git a/src/main/resources/assets/taiga/models/block/violium_ore.json b/src/main/resources/assets/taiga/models/block/violium_ore.json deleted file mode 100644 index 789a090..0000000 --- a/src/main/resources/assets/taiga/models/block/violium_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "taiga:blocks/violium_ore" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/glimmercoal.json b/src/main/resources/assets/taiga/models/item/abyssum_dust.json index a59ef2f..abfb2f8 100644 --- a/src/main/resources/assets/taiga/models/item/glimmercoal.json +++ b/src/main/resources/assets/taiga/models/item/abyssum_dust.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/glimmercoal" + "layer0": "taiga:items/dust/abyssum" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/glimmer_pearl.json b/src/main/resources/assets/taiga/models/item/abyssum_ingot.json index af88a36..46fcd7e 100644 --- a/src/main/resources/assets/taiga/models/item/glimmer_pearl.json +++ b/src/main/resources/assets/taiga/models/item/abyssum_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/glimmer_pearl" + "layer0": "taiga:items/ingot/abyssum" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/abyssum_nugget.json b/src/main/resources/assets/taiga/models/item/abyssum_nugget.json new file mode 100644 index 0000000..f89b7d3 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/abyssum_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/abyssum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nitro_brick.json b/src/main/resources/assets/taiga/models/item/adamant_dust.json index 1c40cca..734ec51 100644 --- a/src/main/resources/assets/taiga/models/item/nitro_brick.json +++ b/src/main/resources/assets/taiga/models/item/adamant_dust.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/nitro_brick" + "layer0": "taiga:items/dust/adamant" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/energy_pearl.json b/src/main/resources/assets/taiga/models/item/adamant_ingot.json index b058ac0..8799d26 100644 --- a/src/main/resources/assets/taiga/models/item/energy_pearl.json +++ b/src/main/resources/assets/taiga/models/item/adamant_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/energy_pearl" + "layer0": "taiga:items/ingot/adamant" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/adamant_nugget.json b/src/main/resources/assets/taiga/models/item/adamant_nugget.json new file mode 100644 index 0000000..e00ce56 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/adamant_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/adamant" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/adamantite_block.json b/src/main/resources/assets/taiga/models/item/adamantite_block.json deleted file mode 100644 index e9179c6..0000000 --- a/src/main/resources/assets/taiga/models/item/adamantite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/adamantite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/adamantite_ingot.json b/src/main/resources/assets/taiga/models/item/adamantite_ingot.json deleted file mode 100644 index 9d51e98..0000000 --- a/src/main/resources/assets/taiga/models/item/adamantite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/adamantite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/adamantite_ore.json b/src/main/resources/assets/taiga/models/item/adamantite_ore.json deleted file mode 100644 index 4a76672..0000000 --- a/src/main/resources/assets/taiga/models/item/adamantite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/adamantite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/aegisalt_block.json b/src/main/resources/assets/taiga/models/item/aegisalt_block.json deleted file mode 100644 index 5480b19..0000000 --- a/src/main/resources/assets/taiga/models/item/aegisalt_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/aegisalt_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/aegisalt_ingot.json b/src/main/resources/assets/taiga/models/item/aegisalt_ingot.json deleted file mode 100644 index 508be6b..0000000 --- a/src/main/resources/assets/taiga/models/item/aegisalt_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/aegisalt_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/arcanite_block.json b/src/main/resources/assets/taiga/models/item/arcanite_block.json deleted file mode 100644 index 2a0f81a..0000000 --- a/src/main/resources/assets/taiga/models/item/arcanite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/arcanite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/arcanite_ingot.json b/src/main/resources/assets/taiga/models/item/arcanite_ingot.json deleted file mode 100644 index 84961de..0000000 --- a/src/main/resources/assets/taiga/models/item/arcanite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/arcanite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/arcanite_ore.json b/src/main/resources/assets/taiga/models/item/arcanite_ore.json deleted file mode 100644 index b01b08a..0000000 --- a/src/main/resources/assets/taiga/models/item/arcanite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/arcanite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/astrium_block.json b/src/main/resources/assets/taiga/models/item/astrium_block.json deleted file mode 100644 index d89d10d..0000000 --- a/src/main/resources/assets/taiga/models/item/astrium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/astrium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/astrium_dust.json b/src/main/resources/assets/taiga/models/item/astrium_dust.json new file mode 100644 index 0000000..80405b4 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/astrium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/astrium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/astrium_ingot.json b/src/main/resources/assets/taiga/models/item/astrium_ingot.json index 7f0d113..ec80257 100644 --- a/src/main/resources/assets/taiga/models/item/astrium_ingot.json +++ b/src/main/resources/assets/taiga/models/item/astrium_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/tic/astrium_ingot" + "layer0": "taiga:items/ingot/astrium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/astrium_nugget.json b/src/main/resources/assets/taiga/models/item/astrium_nugget.json index 63a0130..6f79201 100644 --- a/src/main/resources/assets/taiga/models/item/astrium_nugget.json +++ b/src/main/resources/assets/taiga/models/item/astrium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/astrium_nugget" + "layer0": "taiga:items/nugget/astrium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/aurorium_dust.json b/src/main/resources/assets/taiga/models/item/aurorium_dust.json new file mode 100644 index 0000000..eaae4a3 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/aurorium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/aurorium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/aurorium_ingot.json b/src/main/resources/assets/taiga/models/item/aurorium_ingot.json new file mode 100644 index 0000000..cb4b63e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/aurorium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/aurorium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/bismuth_nugget.json b/src/main/resources/assets/taiga/models/item/aurorium_nugget.json index c3f4fdc..2945f14 100644 --- a/src/main/resources/assets/taiga/models/item/bismuth_nugget.json +++ b/src/main/resources/assets/taiga/models/item/aurorium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/bismuth_nugget" + "layer0": "taiga:items/nugget/aurorium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/basalt.json b/src/main/resources/assets/taiga/models/item/basalt.json deleted file mode 100644 index 664d2e9..0000000 --- a/src/main/resources/assets/taiga/models/item/basalt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/basalt", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/basalt_dust.json b/src/main/resources/assets/taiga/models/item/basalt_dust.json new file mode 100644 index 0000000..d87141c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/basalt_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/basalt" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/basalt_ingot.json b/src/main/resources/assets/taiga/models/item/basalt_ingot.json new file mode 100644 index 0000000..74e9ed6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/basalt_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/basalt" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/basalt_nugget.json b/src/main/resources/assets/taiga/models/item/basalt_nugget.json new file mode 100644 index 0000000..a8034c4 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/basalt_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/basalt" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/bismuth_block.json b/src/main/resources/assets/taiga/models/item/bismuth_block.json deleted file mode 100644 index dc94827..0000000 --- a/src/main/resources/assets/taiga/models/item/bismuth_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/bismuth_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/bismuth_ingot.json b/src/main/resources/assets/taiga/models/item/bismuth_ingot.json deleted file mode 100644 index 6aaf99e..0000000 --- a/src/main/resources/assets/taiga/models/item/bismuth_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/bismuth_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/bismuth_ore.json b/src/main/resources/assets/taiga/models/item/bismuth_ore.json deleted file mode 100644 index e0df8ef..0000000 --- a/src/main/resources/assets/taiga/models/item/bismuth_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/bismuth_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/bysmuid_block.json b/src/main/resources/assets/taiga/models/item/bysmuid_block.json deleted file mode 100644 index 99088d3..0000000 --- a/src/main/resources/assets/taiga/models/item/bysmuid_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/bysmuid_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/bysmuid_ingot.json b/src/main/resources/assets/taiga/models/item/bysmuid_ingot.json deleted file mode 100644 index 1ddab02..0000000 --- a/src/main/resources/assets/taiga/models/item/bysmuid_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/bysmuid_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/cryptogen_block.json b/src/main/resources/assets/taiga/models/item/cryptogen_block.json deleted file mode 100644 index 944e57e..0000000 --- a/src/main/resources/assets/taiga/models/item/cryptogen_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/cryptogen_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/cryptogen_ingot.json b/src/main/resources/assets/taiga/models/item/cryptogen_ingot.json deleted file mode 100644 index 61228bf..0000000 --- a/src/main/resources/assets/taiga/models/item/cryptogen_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/cryptogen_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/cryptogen_nugget.json b/src/main/resources/assets/taiga/models/item/cryptogen_nugget.json deleted file mode 100644 index 3809976..0000000 --- a/src/main/resources/assets/taiga/models/item/cryptogen_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/cryptogen_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/duranite_dust.json b/src/main/resources/assets/taiga/models/item/duranite_dust.json new file mode 100644 index 0000000..231d8b6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/duranite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/duranite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/duranite_ingot.json b/src/main/resources/assets/taiga/models/item/duranite_ingot.json new file mode 100644 index 0000000..1ea1dc8 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/duranite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/duranite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/bysmuid_nugget.json b/src/main/resources/assets/taiga/models/item/duranite_nugget.json index 9b6c96c..fcc66cb 100644 --- a/src/main/resources/assets/taiga/models/item/bysmuid_nugget.json +++ b/src/main/resources/assets/taiga/models/item/duranite_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/bysmuid_nugget" + "layer0": "taiga:items/nugget/duranite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/dyonite_block.json b/src/main/resources/assets/taiga/models/item/dyonite_block.json deleted file mode 100644 index 0e265a1..0000000 --- a/src/main/resources/assets/taiga/models/item/dyonite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/dyonite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/dyonite_dust.json b/src/main/resources/assets/taiga/models/item/dyonite_dust.json new file mode 100644 index 0000000..83fe62c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/dyonite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/dyonite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/dyonite_ingot.json b/src/main/resources/assets/taiga/models/item/dyonite_ingot.json index 9477420..360070d 100644 --- a/src/main/resources/assets/taiga/models/item/dyonite_ingot.json +++ b/src/main/resources/assets/taiga/models/item/dyonite_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/tic/dyonite_ingot" + "layer0": "taiga:items/ingot/dyonite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/dyonite_nugget.json b/src/main/resources/assets/taiga/models/item/dyonite_nugget.json index 1ca813f..d39df64 100644 --- a/src/main/resources/assets/taiga/models/item/dyonite_nugget.json +++ b/src/main/resources/assets/taiga/models/item/dyonite_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/dyonite_nugget" + "layer0": "taiga:items/nugget/dyonite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/eezo_dust.json b/src/main/resources/assets/taiga/models/item/eezo_dust.json new file mode 100644 index 0000000..a455eb0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/eezo_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/eezo" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/eezo_ingot.json b/src/main/resources/assets/taiga/models/item/eezo_ingot.json new file mode 100644 index 0000000..69c2eaa --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/eezo_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/eezo" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/eezo_nugget.json b/src/main/resources/assets/taiga/models/item/eezo_nugget.json new file mode 100644 index 0000000..5e1f1a5 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/eezo_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/eezo" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/eternite_block.json b/src/main/resources/assets/taiga/models/item/eternite_block.json deleted file mode 100644 index dfcc402..0000000 --- a/src/main/resources/assets/taiga/models/item/eternite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/eternite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/eternite_ingot.json b/src/main/resources/assets/taiga/models/item/eternite_ingot.json deleted file mode 100644 index a825ab8..0000000 --- a/src/main/resources/assets/taiga/models/item/eternite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/eternite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/eternite_nugget.json b/src/main/resources/assets/taiga/models/item/eternite_nugget.json deleted file mode 100644 index 4f94d69..0000000 --- a/src/main/resources/assets/taiga/models/item/eternite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/eternite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/eternite_ore.json b/src/main/resources/assets/taiga/models/item/eternite_ore.json deleted file mode 100644 index a5459df..0000000 --- a/src/main/resources/assets/taiga/models/item/eternite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/eternite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/fractoryte_block.json b/src/main/resources/assets/taiga/models/item/fractoryte_block.json deleted file mode 100644 index 4e7f7dd..0000000 --- a/src/main/resources/assets/taiga/models/item/fractoryte_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/fractoryte_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/fractoryte_ingot.json b/src/main/resources/assets/taiga/models/item/fractoryte_ingot.json deleted file mode 100644 index 434b54c..0000000 --- a/src/main/resources/assets/taiga/models/item/fractoryte_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/fractoryte_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/fractoryte_nugget.json b/src/main/resources/assets/taiga/models/item/fractoryte_nugget.json deleted file mode 100644 index 40f5a6a..0000000 --- a/src/main/resources/assets/taiga/models/item/fractoryte_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/fractoryte_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/fractum_dust.json b/src/main/resources/assets/taiga/models/item/fractum_dust.json new file mode 100644 index 0000000..5cf75be --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/fractum_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/fractum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/fractum_ingot.json b/src/main/resources/assets/taiga/models/item/fractum_ingot.json new file mode 100644 index 0000000..83acabd --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/fractum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/fractum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/fractum_nugget.json b/src/main/resources/assets/taiga/models/item/fractum_nugget.json new file mode 100644 index 0000000..40ad420 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/fractum_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/fractum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/fuel_brick.json b/src/main/resources/assets/taiga/models/item/fuel_brick.json deleted file mode 100644 index 59f0a97..0000000 --- a/src/main/resources/assets/taiga/models/item/fuel_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/fuel_brick" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/glimmerstone_dust.json b/src/main/resources/assets/taiga/models/item/glimmerstone_dust.json deleted file mode 100644 index ed00c38..0000000 --- a/src/main/resources/assets/taiga/models/item/glimmerstone_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/glimmerstone_dust" - } -} diff --git a/src/main/resources/assets/taiga/models/item/ignitite_block.json b/src/main/resources/assets/taiga/models/item/ignitite_block.json deleted file mode 100644 index 8a95e4b..0000000 --- a/src/main/resources/assets/taiga/models/item/ignitite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/ignitite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/ignitite_ingot.json b/src/main/resources/assets/taiga/models/item/ignitite_ingot.json deleted file mode 100644 index 012f4fa..0000000 --- a/src/main/resources/assets/taiga/models/item/ignitite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/ignitite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/ignitite_nugget.json b/src/main/resources/assets/taiga/models/item/ignitite_nugget.json deleted file mode 100644 index 114115a..0000000 --- a/src/main/resources/assets/taiga/models/item/ignitite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/ignitite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/ignitite_ore.json b/src/main/resources/assets/taiga/models/item/ignitite_ore.json deleted file mode 100644 index 3ebe3d6..0000000 --- a/src/main/resources/assets/taiga/models/item/ignitite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/ignitite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/ignitz_dust.json b/src/main/resources/assets/taiga/models/item/ignitz_dust.json new file mode 100644 index 0000000..f5e0782 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ignitz_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/ignitz" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/ignitz_ingot.json b/src/main/resources/assets/taiga/models/item/ignitz_ingot.json new file mode 100644 index 0000000..73303cb --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ignitz_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/ignitz" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/ignitz_nugget.json b/src/main/resources/assets/taiga/models/item/ignitz_nugget.json new file mode 100644 index 0000000..b8de1da --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ignitz_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/ignitz" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/imperomite_block.json b/src/main/resources/assets/taiga/models/item/imperomite_block.json deleted file mode 100644 index aae9a25..0000000 --- a/src/main/resources/assets/taiga/models/item/imperomite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/imperomite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/imperomite_dust.json b/src/main/resources/assets/taiga/models/item/imperomite_dust.json new file mode 100644 index 0000000..bc46805 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/imperomite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/imperomite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/imperomite_ingot.json b/src/main/resources/assets/taiga/models/item/imperomite_ingot.json index ac1b3ec..fbbc620 100644 --- a/src/main/resources/assets/taiga/models/item/imperomite_ingot.json +++ b/src/main/resources/assets/taiga/models/item/imperomite_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/tic/imperomite_ingot" + "layer0": "taiga:items/ingot/imperomite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/imperomite_nugget.json b/src/main/resources/assets/taiga/models/item/imperomite_nugget.json index e2694cd..c953496 100644 --- a/src/main/resources/assets/taiga/models/item/imperomite_nugget.json +++ b/src/main/resources/assets/taiga/models/item/imperomite_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/imperomite_nugget" + "layer0": "taiga:items/nugget/imperomite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/lignite2.json b/src/main/resources/assets/taiga/models/item/iox_dust.json index 5a2d713..042089b 100644 --- a/src/main/resources/assets/taiga/models/item/lignite2.json +++ b/src/main/resources/assets/taiga/models/item/iox_dust.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/lignite" + "layer0": "taiga:items/dust/iox" } }
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/iox_ingot.json b/src/main/resources/assets/taiga/models/item/iox_ingot.json new file mode 100644 index 0000000..7c3b031 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/iox_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/iox" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/iox_nugget.json b/src/main/resources/assets/taiga/models/item/iox_nugget.json new file mode 100644 index 0000000..cbe1f62 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/iox_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/iox" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/iron_nugget.json b/src/main/resources/assets/taiga/models/item/iron_nugget.json index 1e57190..2722100 100644 --- a/src/main/resources/assets/taiga/models/item/iron_nugget.json +++ b/src/main/resources/assets/taiga/models/item/iron_nugget.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/iron_nugget" - } + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/iron" + } }
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/karmesine_block.json b/src/main/resources/assets/taiga/models/item/karmesine_block.json deleted file mode 100644 index b26ef09..0000000 --- a/src/main/resources/assets/taiga/models/item/karmesine_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/karmesine_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/karmesine_dust.json b/src/main/resources/assets/taiga/models/item/karmesine_dust.json new file mode 100644 index 0000000..dae2a47 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/karmesine_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/karmesine" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/karmesine_ingot.json b/src/main/resources/assets/taiga/models/item/karmesine_ingot.json index 140f91c..e824e5f 100644 --- a/src/main/resources/assets/taiga/models/item/karmesine_ingot.json +++ b/src/main/resources/assets/taiga/models/item/karmesine_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/karmesine_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/karmesine" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/karmesine_nugget.json b/src/main/resources/assets/taiga/models/item/karmesine_nugget.json index 7777013..e3f6569 100644 --- a/src/main/resources/assets/taiga/models/item/karmesine_nugget.json +++ b/src/main/resources/assets/taiga/models/item/karmesine_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/karmesine_nugget" + "layer0": "taiga:items/nugget/karmesine" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/karmesine_ore.json b/src/main/resources/assets/taiga/models/item/karmesine_ore.json deleted file mode 100644 index dd7fb2a..0000000 --- a/src/main/resources/assets/taiga/models/item/karmesine_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/karmesine_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/lignite.json b/src/main/resources/assets/taiga/models/item/lignite.json deleted file mode 100644 index 209272f..0000000 --- a/src/main/resources/assets/taiga/models/item/lignite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/lignite" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/lignite_ore.json b/src/main/resources/assets/taiga/models/item/lignite_ore.json deleted file mode 100644 index 27ad4cc..0000000 --- a/src/main/resources/assets/taiga/models/item/lignite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/lignite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/luminar_dust.json b/src/main/resources/assets/taiga/models/item/luminar_dust.json deleted file mode 100644 index c34c3aa..0000000 --- a/src/main/resources/assets/taiga/models/item/luminar_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/luminar_dust" - } -} diff --git a/src/main/resources/assets/taiga/models/item/lumix_dust.json b/src/main/resources/assets/taiga/models/item/lumix_dust.json new file mode 100644 index 0000000..d1ad3ab --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lumix_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/lumix" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/lumix_ingot.json b/src/main/resources/assets/taiga/models/item/lumix_ingot.json new file mode 100644 index 0000000..142665e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lumix_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/lumix" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/lumix_nugget.json b/src/main/resources/assets/taiga/models/item/lumix_nugget.json new file mode 100644 index 0000000..475b1b3 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lumix_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/lumix" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/lumixyl_block.json b/src/main/resources/assets/taiga/models/item/lumixyl_block.json deleted file mode 100644 index 844be06..0000000 --- a/src/main/resources/assets/taiga/models/item/lumixyl_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/lumixyl_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/lumixyl_ingot.json b/src/main/resources/assets/taiga/models/item/lumixyl_ingot.json deleted file mode 100644 index 4f1860d..0000000 --- a/src/main/resources/assets/taiga/models/item/lumixyl_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/lumixyl_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/lumixyl_nugget.json b/src/main/resources/assets/taiga/models/item/lumixyl_nugget.json deleted file mode 100644 index f4bf1cf..0000000 --- a/src/main/resources/assets/taiga/models/item/lumixyl_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/lumixyl_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/meteorite_block.json b/src/main/resources/assets/taiga/models/item/meteorite_block.json deleted file mode 100644 index 8c679ec..0000000 --- a/src/main/resources/assets/taiga/models/item/meteorite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/meteorite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/meteorite_dust.json b/src/main/resources/assets/taiga/models/item/meteorite_dust.json new file mode 100644 index 0000000..b75203b --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/meteorite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/meteorite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/meteorite_ingot.json b/src/main/resources/assets/taiga/models/item/meteorite_ingot.json index f5d2c65..5cb7e80 100644 --- a/src/main/resources/assets/taiga/models/item/meteorite_ingot.json +++ b/src/main/resources/assets/taiga/models/item/meteorite_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/meteorite_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/meteorite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/meteorite_nugget.json b/src/main/resources/assets/taiga/models/item/meteorite_nugget.json index 2216ae2..9266051 100644 --- a/src/main/resources/assets/taiga/models/item/meteorite_nugget.json +++ b/src/main/resources/assets/taiga/models/item/meteorite_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/meteorite_nugget" + "layer0": "taiga:items/nugget/meteorite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/meteorite_ore.json b/src/main/resources/assets/taiga/models/item/meteorite_ore.json deleted file mode 100644 index 17ad724..0000000 --- a/src/main/resources/assets/taiga/models/item/meteorite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/meteorite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/mindorite_block.json b/src/main/resources/assets/taiga/models/item/mindorite_block.json deleted file mode 100644 index 94a9dea..0000000 --- a/src/main/resources/assets/taiga/models/item/mindorite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/mindorite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/mindorite_ingot.json b/src/main/resources/assets/taiga/models/item/mindorite_ingot.json deleted file mode 100644 index c23d6cd..0000000 --- a/src/main/resources/assets/taiga/models/item/mindorite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/mindorite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/mindorite_nugget.json b/src/main/resources/assets/taiga/models/item/mindorite_nugget.json deleted file mode 100644 index 9d3ff77..0000000 --- a/src/main/resources/assets/taiga/models/item/mindorite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/mindorite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/mindorite_ore.json b/src/main/resources/assets/taiga/models/item/mindorite_ore.json deleted file mode 100644 index 69e15e8..0000000 --- a/src/main/resources/assets/taiga/models/item/mindorite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/mindorite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/mythril_block.json b/src/main/resources/assets/taiga/models/item/mythril_block.json deleted file mode 100644 index 174bfa3..0000000 --- a/src/main/resources/assets/taiga/models/item/mythril_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/mythril_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/mythril_ingot.json b/src/main/resources/assets/taiga/models/item/mythril_ingot.json deleted file mode 100644 index 8b2d9f8..0000000 --- a/src/main/resources/assets/taiga/models/item/mythril_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/mythril_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/mythril_nugget.json b/src/main/resources/assets/taiga/models/item/mythril_nugget.json deleted file mode 100644 index f2a449b..0000000 --- a/src/main/resources/assets/taiga/models/item/mythril_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/mythril_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/mythril_ore.json b/src/main/resources/assets/taiga/models/item/mythril_ore.json deleted file mode 100644 index 28b1cd4..0000000 --- a/src/main/resources/assets/taiga/models/item/mythril_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/mythril_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nihilite_dust.json b/src/main/resources/assets/taiga/models/item/nihilite_dust.json new file mode 100644 index 0000000..9a69b25 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nihilite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/nihilite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nihilite_ingot.json b/src/main/resources/assets/taiga/models/item/nihilite_ingot.json new file mode 100644 index 0000000..d207db6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nihilite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/nihilite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nihilite_nugget.json b/src/main/resources/assets/taiga/models/item/nihilite_nugget.json new file mode 100644 index 0000000..a6a123c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nihilite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/nihilite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/niob_dust.json b/src/main/resources/assets/taiga/models/item/niob_dust.json new file mode 100644 index 0000000..5e6be07 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/niob_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/niob" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/niob_ingot.json b/src/main/resources/assets/taiga/models/item/niob_ingot.json new file mode 100644 index 0000000..f2f41d1 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/niob_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/niob" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/niob_nugget.json b/src/main/resources/assets/taiga/models/item/niob_nugget.json new file mode 100644 index 0000000..b9e4670 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/niob_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/niob" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nitronite_block.json b/src/main/resources/assets/taiga/models/item/nitronite_block.json deleted file mode 100644 index 8ffdf79..0000000 --- a/src/main/resources/assets/taiga/models/item/nitronite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/nitronite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/nitronite_ingot.json b/src/main/resources/assets/taiga/models/item/nitronite_ingot.json deleted file mode 100644 index faa44e2..0000000 --- a/src/main/resources/assets/taiga/models/item/nitronite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/nitronite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/nitronite_nugget.json b/src/main/resources/assets/taiga/models/item/nitronite_nugget.json deleted file mode 100644 index 07b2965..0000000 --- a/src/main/resources/assets/taiga/models/item/nitronite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/nitronite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/noctunyx_block.json b/src/main/resources/assets/taiga/models/item/noctunyx_block.json deleted file mode 100644 index fb4f3fd..0000000 --- a/src/main/resources/assets/taiga/models/item/noctunyx_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/noctunyx_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/noctunyx_ingot.json b/src/main/resources/assets/taiga/models/item/noctunyx_ingot.json deleted file mode 100644 index 80db035..0000000 --- a/src/main/resources/assets/taiga/models/item/noctunyx_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/noctunyx_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/noctunyx_nugget.json b/src/main/resources/assets/taiga/models/item/noctunyx_nugget.json deleted file mode 100644 index 48e7092..0000000 --- a/src/main/resources/assets/taiga/models/item/noctunyx_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/noctunyx_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/nucleum_block.json b/src/main/resources/assets/taiga/models/item/nucleum_block.json deleted file mode 100644 index e626f98..0000000 --- a/src/main/resources/assets/taiga/models/item/nucleum_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/nucleum_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/nucleum_dust.json b/src/main/resources/assets/taiga/models/item/nucleum_dust.json new file mode 100644 index 0000000..e22c116 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nucleum_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/nucleum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nucleum_ingot.json b/src/main/resources/assets/taiga/models/item/nucleum_ingot.json index c885daa..469b9c7 100644 --- a/src/main/resources/assets/taiga/models/item/nucleum_ingot.json +++ b/src/main/resources/assets/taiga/models/item/nucleum_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/tic/nucleum_ingot" + "layer0": "taiga:items/ingot/nucleum" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/nucleum_nugget.json b/src/main/resources/assets/taiga/models/item/nucleum_nugget.json index b92f0b0..3a5a192 100644 --- a/src/main/resources/assets/taiga/models/item/nucleum_nugget.json +++ b/src/main/resources/assets/taiga/models/item/nucleum_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/nucleum_nugget" + "layer0": "taiga:items/nugget/nucleum" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/arcanite_nugget.json b/src/main/resources/assets/taiga/models/item/obsidiorite_dust.json index 45e1bcd..80bfcf3 100644 --- a/src/main/resources/assets/taiga/models/item/arcanite_nugget.json +++ b/src/main/resources/assets/taiga/models/item/obsidiorite_dust.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/arcanite_nugget" + "layer0": "taiga:items/dust/obsidiorite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/obsidiorite_ingot.json b/src/main/resources/assets/taiga/models/item/obsidiorite_ingot.json new file mode 100644 index 0000000..678aff1 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/obsidiorite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/obsidiorite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/adamantite_nugget.json b/src/main/resources/assets/taiga/models/item/obsidiorite_nugget.json index 2f54707..4e2769f 100644 --- a/src/main/resources/assets/taiga/models/item/adamantite_nugget.json +++ b/src/main/resources/assets/taiga/models/item/obsidiorite_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/adamantite_nugget" + "layer0": "taiga:items/nugget/obsidiorite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/osram_dust.json b/src/main/resources/assets/taiga/models/item/osram_dust.json new file mode 100644 index 0000000..8564a98 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/osram_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/osram" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/osram_ingot.json b/src/main/resources/assets/taiga/models/item/osram_ingot.json new file mode 100644 index 0000000..5a56e2c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/osram_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/osram" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/osram_nugget.json b/src/main/resources/assets/taiga/models/item/osram_nugget.json new file mode 100644 index 0000000..77cc104 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/osram_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/osram" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/palladium_block.json b/src/main/resources/assets/taiga/models/item/palladium_block.json deleted file mode 100644 index 3615103..0000000 --- a/src/main/resources/assets/taiga/models/item/palladium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/palladium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/palladium_dust.json b/src/main/resources/assets/taiga/models/item/palladium_dust.json new file mode 100644 index 0000000..d5f21eb --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/palladium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/palladium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/palladium_ingot.json b/src/main/resources/assets/taiga/models/item/palladium_ingot.json index c671234..f922329 100644 --- a/src/main/resources/assets/taiga/models/item/palladium_ingot.json +++ b/src/main/resources/assets/taiga/models/item/palladium_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/palladium_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/palladium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/palladium_nugget.json b/src/main/resources/assets/taiga/models/item/palladium_nugget.json index 215f4a5..305211f 100644 --- a/src/main/resources/assets/taiga/models/item/palladium_nugget.json +++ b/src/main/resources/assets/taiga/models/item/palladium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/palladium_nugget" + "layer0": "taiga:items/nugget/palladium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/palladium_ore.json b/src/main/resources/assets/taiga/models/item/palladium_ore.json deleted file mode 100644 index ae04cb2..0000000 --- a/src/main/resources/assets/taiga/models/item/palladium_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/palladium_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/prometheum_block.json b/src/main/resources/assets/taiga/models/item/prometheum_block.json deleted file mode 100644 index 4ee46a8..0000000 --- a/src/main/resources/assets/taiga/models/item/prometheum_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/prometheum_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/prometheum_dust.json b/src/main/resources/assets/taiga/models/item/prometheum_dust.json new file mode 100644 index 0000000..8094a39 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/prometheum_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/prometheum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/prometheum_ingot.json b/src/main/resources/assets/taiga/models/item/prometheum_ingot.json index 8471608..5a0b9d4 100644 --- a/src/main/resources/assets/taiga/models/item/prometheum_ingot.json +++ b/src/main/resources/assets/taiga/models/item/prometheum_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/prometheum_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/prometheum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/prometheum_nugget.json b/src/main/resources/assets/taiga/models/item/prometheum_nugget.json index babd346..581db2f 100644 --- a/src/main/resources/assets/taiga/models/item/prometheum_nugget.json +++ b/src/main/resources/assets/taiga/models/item/prometheum_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/prometheum_nugget" + "layer0": "taiga:items/nugget/prometheum" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/prometheum_ore.json b/src/main/resources/assets/taiga/models/item/prometheum_ore.json deleted file mode 100644 index 7987d25..0000000 --- a/src/main/resources/assets/taiga/models/item/prometheum_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/prometheum_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/proxideum_block.json b/src/main/resources/assets/taiga/models/item/proxideum_block.json deleted file mode 100644 index 5ceab96..0000000 --- a/src/main/resources/assets/taiga/models/item/proxideum_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/proxideum_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/proxideum_ingot.json b/src/main/resources/assets/taiga/models/item/proxideum_ingot.json deleted file mode 100644 index b55dcfa..0000000 --- a/src/main/resources/assets/taiga/models/item/proxideum_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/proxideum_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/proxideum_nugget.json b/src/main/resources/assets/taiga/models/item/proxideum_nugget.json deleted file mode 100644 index 87d9ece..0000000 --- a/src/main/resources/assets/taiga/models/item/proxideum_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/proxideum_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/proxii_dust.json b/src/main/resources/assets/taiga/models/item/proxii_dust.json new file mode 100644 index 0000000..cbbf8aa --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/proxii_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/proxii" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/proxii_ingot.json b/src/main/resources/assets/taiga/models/item/proxii_ingot.json new file mode 100644 index 0000000..3c3faa7 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/proxii_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/proxii" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/proxii_nugget.json b/src/main/resources/assets/taiga/models/item/proxii_nugget.json new file mode 100644 index 0000000..e23c880 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/proxii_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/proxii" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/radiant_pearl.json b/src/main/resources/assets/taiga/models/item/radiant_pearl.json deleted file mode 100644 index 6051361..0000000 --- a/src/main/resources/assets/taiga/models/item/radiant_pearl.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/radiant_pearl" - } -} diff --git a/src/main/resources/assets/taiga/models/item/rotten_ground.json b/src/main/resources/assets/taiga/models/item/rotten_ground.json deleted file mode 100644 index caba235..0000000 --- a/src/main/resources/assets/taiga/models/item/rotten_ground.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/rotten_ground", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/rubium_block.json b/src/main/resources/assets/taiga/models/item/rubium_block.json deleted file mode 100644 index 29b897d..0000000 --- a/src/main/resources/assets/taiga/models/item/rubium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/rubium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/rubium_ingot.json b/src/main/resources/assets/taiga/models/item/rubium_ingot.json deleted file mode 100644 index 6a15be0..0000000 --- a/src/main/resources/assets/taiga/models/item/rubium_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/rubium_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/rubium_nugget.json b/src/main/resources/assets/taiga/models/item/rubium_nugget.json deleted file mode 100644 index cad9445..0000000 --- a/src/main/resources/assets/taiga/models/item/rubium_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/rubium_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/rubium_ore.json b/src/main/resources/assets/taiga/models/item/rubium_ore.json deleted file mode 100644 index 41d040e..0000000 --- a/src/main/resources/assets/taiga/models/item/rubium_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/rubium_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/seismodium_block.json b/src/main/resources/assets/taiga/models/item/seismodium_block.json deleted file mode 100644 index a4a5e5c..0000000 --- a/src/main/resources/assets/taiga/models/item/seismodium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/seismodium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/seismodium_ingot.json b/src/main/resources/assets/taiga/models/item/seismodium_ingot.json deleted file mode 100644 index dc2fd45..0000000 --- a/src/main/resources/assets/taiga/models/item/seismodium_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/seismodium_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/seismodium_nugget.json b/src/main/resources/assets/taiga/models/item/seismodium_nugget.json deleted file mode 100644 index 5762b21..0000000 --- a/src/main/resources/assets/taiga/models/item/seismodium_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/seismodium_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/seismum_dust.json b/src/main/resources/assets/taiga/models/item/seismum_dust.json new file mode 100644 index 0000000..755435e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/seismum_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/seismum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/seismum_ingot.json b/src/main/resources/assets/taiga/models/item/seismum_ingot.json new file mode 100644 index 0000000..87c40ee --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/seismum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/seismum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/seismum_nugget.json b/src/main/resources/assets/taiga/models/item/seismum_nugget.json new file mode 100644 index 0000000..a78ec32 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/seismum_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/seismum" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/slaggold_ingot.json b/src/main/resources/assets/taiga/models/item/slaggold_ingot.json deleted file mode 100644 index 84098e1..0000000 --- a/src/main/resources/assets/taiga/models/item/slaggold_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/slaggold_ingot" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/slaggold_ore.json b/src/main/resources/assets/taiga/models/item/slaggold_ore.json deleted file mode 100644 index 8ccd6d5..0000000 --- a/src/main/resources/assets/taiga/models/item/slaggold_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/slaggold_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/slagiron_ingot.json b/src/main/resources/assets/taiga/models/item/slagiron_ingot.json deleted file mode 100644 index 7d8c90c..0000000 --- a/src/main/resources/assets/taiga/models/item/slagiron_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/slagiron_ingot" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/slagiron_ore.json b/src/main/resources/assets/taiga/models/item/slagiron_ore.json deleted file mode 100644 index f6b8d18..0000000 --- a/src/main/resources/assets/taiga/models/item/slagiron_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/slagiron_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/solarium_block.json b/src/main/resources/assets/taiga/models/item/solarium_block.json deleted file mode 100644 index bb7cbb2..0000000 --- a/src/main/resources/assets/taiga/models/item/solarium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/solarium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/solarium_dust.json b/src/main/resources/assets/taiga/models/item/solarium_dust.json new file mode 100644 index 0000000..7ec4254 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/solarium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/solarium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/solarium_ingot.json b/src/main/resources/assets/taiga/models/item/solarium_ingot.json index 0bfae24..40369b9 100644 --- a/src/main/resources/assets/taiga/models/item/solarium_ingot.json +++ b/src/main/resources/assets/taiga/models/item/solarium_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/tic/solarium_ingot" + "layer0": "taiga:items/ingot/solarium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/solarium_nugget.json b/src/main/resources/assets/taiga/models/item/solarium_nugget.json index 5d41019..dc1578f 100644 --- a/src/main/resources/assets/taiga/models/item/solarium_nugget.json +++ b/src/main/resources/assets/taiga/models/item/solarium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/solarium_nugget" + "layer0": "taiga:items/nugget/solarium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/spectrum_dust.json b/src/main/resources/assets/taiga/models/item/spectrum_dust.json deleted file mode 100644 index 772fb80..0000000 --- a/src/main/resources/assets/taiga/models/item/spectrum_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/spectrum_dust" - } -} diff --git a/src/main/resources/assets/taiga/models/item/terramite_block.json b/src/main/resources/assets/taiga/models/item/terramite_block.json deleted file mode 100644 index ed5335f..0000000 --- a/src/main/resources/assets/taiga/models/item/terramite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/terramite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/terramite_ingot.json b/src/main/resources/assets/taiga/models/item/terramite_ingot.json deleted file mode 100644 index eb61789..0000000 --- a/src/main/resources/assets/taiga/models/item/terramite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/terramite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/terramite_nugget.json b/src/main/resources/assets/taiga/models/item/terramite_nugget.json deleted file mode 100644 index 34f165d..0000000 --- a/src/main/resources/assets/taiga/models/item/terramite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/terramite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/tiberium_block.json b/src/main/resources/assets/taiga/models/item/tiberium_block.json deleted file mode 100644 index 8b8f049..0000000 --- a/src/main/resources/assets/taiga/models/item/tiberium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/tiberium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/tiberium_dust.json b/src/main/resources/assets/taiga/models/item/tiberium_dust.json new file mode 100644 index 0000000..e92eedb --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tiberium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/tiberium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/tiberium_ingot.json b/src/main/resources/assets/taiga/models/item/tiberium_ingot.json index 9c8c804..6c080d6 100644 --- a/src/main/resources/assets/taiga/models/item/tiberium_ingot.json +++ b/src/main/resources/assets/taiga/models/item/tiberium_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/tiberium_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/tiberium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/tiberium_nugget.json b/src/main/resources/assets/taiga/models/item/tiberium_nugget.json index cfc4ef2..0389288 100644 --- a/src/main/resources/assets/taiga/models/item/tiberium_nugget.json +++ b/src/main/resources/assets/taiga/models/item/tiberium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/tiberium_nugget" + "layer0": "taiga:items/nugget/tiberium" } }
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/tiberium_ore.json b/src/main/resources/assets/taiga/models/item/tiberium_ore.json deleted file mode 100644 index bf90e8e..0000000 --- a/src/main/resources/assets/taiga/models/item/tiberium_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/tiberium_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/tiberium_shard_instable.json b/src/main/resources/assets/taiga/models/item/tiberium_shard_instable.json deleted file mode 100644 index f884ae4..0000000 --- a/src/main/resources/assets/taiga/models/item/tiberium_shard_instable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tiberium_shard_instable" - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/titanite_block.json b/src/main/resources/assets/taiga/models/item/titanite_block.json deleted file mode 100644 index 766c218..0000000 --- a/src/main/resources/assets/taiga/models/item/titanite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/titanite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/titanite_ingot.json b/src/main/resources/assets/taiga/models/item/titanite_ingot.json deleted file mode 100644 index 4328198..0000000 --- a/src/main/resources/assets/taiga/models/item/titanite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/titanite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/titanite_nugget.json b/src/main/resources/assets/taiga/models/item/titanite_nugget.json deleted file mode 100644 index cad6a9f..0000000 --- a/src/main/resources/assets/taiga/models/item/titanite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/titanite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/titanite_ore.json b/src/main/resources/assets/taiga/models/item/titanite_ore.json deleted file mode 100644 index 54f0903..0000000 --- a/src/main/resources/assets/taiga/models/item/titanite_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/titanite_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/triberium_dust.json b/src/main/resources/assets/taiga/models/item/triberium_dust.json new file mode 100644 index 0000000..de4783f --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/triberium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/triberium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/triberium_ingot.json b/src/main/resources/assets/taiga/models/item/triberium_ingot.json new file mode 100644 index 0000000..19840ae --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/triberium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/triberium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/aegisalt_nugget.json b/src/main/resources/assets/taiga/models/item/triberium_nugget.json index c749a51..3a27a36 100644 --- a/src/main/resources/assets/taiga/models/item/aegisalt_nugget.json +++ b/src/main/resources/assets/taiga/models/item/triberium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/aegisalt_nugget" + "layer0": "taiga:items/nugget/triberium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/tritonite_dust.json b/src/main/resources/assets/taiga/models/item/tritonite_dust.json new file mode 100644 index 0000000..2c9b771 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tritonite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/tritonite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/tritonite_ingot.json b/src/main/resources/assets/taiga/models/item/tritonite_ingot.json new file mode 100644 index 0000000..faf13c7 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tritonite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/tritonite" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/anthracite_dust.json b/src/main/resources/assets/taiga/models/item/tritonite_nugget.json index afac53d..9bac344 100644 --- a/src/main/resources/assets/taiga/models/item/anthracite_dust.json +++ b/src/main/resources/assets/taiga/models/item/tritonite_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/anthracite_dust" + "layer0": "taiga:items/nugget/tritonite" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/ultranite_block.json b/src/main/resources/assets/taiga/models/item/ultranite_block.json deleted file mode 100644 index f7a19ee..0000000 --- a/src/main/resources/assets/taiga/models/item/ultranite_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/ultranite_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/ultranite_ingot.json b/src/main/resources/assets/taiga/models/item/ultranite_ingot.json deleted file mode 100644 index 66881f2..0000000 --- a/src/main/resources/assets/taiga/models/item/ultranite_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/ultranite_ingot" - } -} diff --git a/src/main/resources/assets/taiga/models/item/ultranite_nugget.json b/src/main/resources/assets/taiga/models/item/ultranite_nugget.json deleted file mode 100644 index 4c6fe0c..0000000 --- a/src/main/resources/assets/taiga/models/item/ultranite_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/ultranite_nugget" - } -} diff --git a/src/main/resources/assets/taiga/models/item/lignite3.json b/src/main/resources/assets/taiga/models/item/uru_dust.json index 5a2d713..b96271b 100644 --- a/src/main/resources/assets/taiga/models/item/lignite3.json +++ b/src/main/resources/assets/taiga/models/item/uru_dust.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/lignite" + "layer0": "taiga:items/dust/uru" } }
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/uru_ingot.json b/src/main/resources/assets/taiga/models/item/uru_ingot.json new file mode 100644 index 0000000..237c329 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/uru_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/uru" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/uru_nugget.json b/src/main/resources/assets/taiga/models/item/uru_nugget.json new file mode 100644 index 0000000..114d4c1 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/uru_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/uru" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/valyrium_dust.json b/src/main/resources/assets/taiga/models/item/valyrium_dust.json new file mode 100644 index 0000000..c059535 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/valyrium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/valyrium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/valyrium_ingot.json b/src/main/resources/assets/taiga/models/item/valyrium_ingot.json new file mode 100644 index 0000000..c68e188 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/valyrium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/valyrium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/valyrium_nugget.json b/src/main/resources/assets/taiga/models/item/valyrium_nugget.json new file mode 100644 index 0000000..68b9762 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/valyrium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/valyrium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/vibranium_block.json b/src/main/resources/assets/taiga/models/item/vibranium_block.json deleted file mode 100644 index ae004f6..0000000 --- a/src/main/resources/assets/taiga/models/item/vibranium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/vibranium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/vibranium_dust.json b/src/main/resources/assets/taiga/models/item/vibranium_dust.json new file mode 100644 index 0000000..60588e7 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/vibranium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/vibranium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/vibranium_ingot.json b/src/main/resources/assets/taiga/models/item/vibranium_ingot.json index 0120e95..7705d25 100644 --- a/src/main/resources/assets/taiga/models/item/vibranium_ingot.json +++ b/src/main/resources/assets/taiga/models/item/vibranium_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/vibranium_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/vibranium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/vibranium_nugget.json b/src/main/resources/assets/taiga/models/item/vibranium_nugget.json index 2487e58..06b7505 100644 --- a/src/main/resources/assets/taiga/models/item/vibranium_nugget.json +++ b/src/main/resources/assets/taiga/models/item/vibranium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/vibranium_nugget" + "layer0": "taiga:items/nugget/vibranium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/vibranium_ore.json b/src/main/resources/assets/taiga/models/item/vibranium_ore.json deleted file mode 100644 index 93befcb..0000000 --- a/src/main/resources/assets/taiga/models/item/vibranium_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/vibranium_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/violium_block.json b/src/main/resources/assets/taiga/models/item/violium_block.json deleted file mode 100644 index ad6cde8..0000000 --- a/src/main/resources/assets/taiga/models/item/violium_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "taiga:block/violium_block", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} diff --git a/src/main/resources/assets/taiga/models/item/violium_dust.json b/src/main/resources/assets/taiga/models/item/violium_dust.json new file mode 100644 index 0000000..cd86552 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/violium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/violium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/violium_ingot.json b/src/main/resources/assets/taiga/models/item/violium_ingot.json index bd7d129..da3ea31 100644 --- a/src/main/resources/assets/taiga/models/item/violium_ingot.json +++ b/src/main/resources/assets/taiga/models/item/violium_ingot.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", - "textures": { - "layer0": "taiga:items/tic/violium_ingot" - } -} + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/violium" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/violium_nugget.json b/src/main/resources/assets/taiga/models/item/violium_nugget.json index 462c71d..dbff815 100644 --- a/src/main/resources/assets/taiga/models/item/violium_nugget.json +++ b/src/main/resources/assets/taiga/models/item/violium_nugget.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "taiga:items/violium_nugget" + "layer0": "taiga:items/nugget/violium" } -} +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/violium_ore.json b/src/main/resources/assets/taiga/models/item/violium_ore.json deleted file mode 100644 index 627b3e2..0000000 --- a/src/main/resources/assets/taiga/models/item/violium_ore.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "taiga:block/violium_ore", - "display": { - "thirdperson": { - "rotation": [ 10, -45, 170 ], - "translation": [ 0, 1.5, -2.75 ], - "scale": [ 0.375, 0.375, 0.375 ] - } - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/yrdeen_dust.json b/src/main/resources/assets/taiga/models/item/yrdeen_dust.json new file mode 100644 index 0000000..4af2f8a --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/yrdeen_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/dust/yrdeen" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/yrdeen_ingot.json b/src/main/resources/assets/taiga/models/item/yrdeen_ingot.json new file mode 100644 index 0000000..6ee0ae1 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/yrdeen_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/ingot/yrdeen" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/item/yrdeen_nugget.json b/src/main/resources/assets/taiga/models/item/yrdeen_nugget.json new file mode 100644 index 0000000..926e9dd --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/yrdeen_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nugget/yrdeen" + } +}
\ No newline at end of file |
