diff --git a/README.md b/README.md index ed5f7ba..669ef33 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Tinkers Alloying Addon(TAIGA) =============== -TAIGA is an addon for tinkers construct. It aims to find new minable ores, new alloys and a bunch of new tinker traits for them. +TAIGA is an addon for Tinkers Construct. It aims to find new minable ores, new alloys and a bunch of new tinker traits for them. Included: * 16 new meltable Ores with 4 new hardness levels (5,6,7,8) * 16 alloys in combination with new molten ores and molten items * actual 27 new Traits with random, funny, positive or negative effects * two new types of burnable items (e.g. lignite) and a bunch of other alloy-essential items - * Additional Gold and Iron (slagged), for the use in a lot of other mods. Iron is always too rare... + * additional Gold and Iron (slagged), for the use in a lot of other mods. Iron is always too rare... * some new additional Blocks. Most of them just with an optical use - atm @@ -25,22 +25,22 @@ Necessary: Tested with: -[Tinkers Construct 2.3.3a](http://minecraft.curseforge.com/projects/tinkers-construct/files) -[Minecraft Forge 12.18.1.2011](http://files.minecraftforge.net/) +* [Tinkers Construct 2.3.3a](http://minecraft.curseforge.com/projects/tinkers-construct/files) +* [Minecraft Forge 12.18.1.2011](http://files.minecraftforge.net/) -Whats going on? +What's going on? === -Whats new actual? +What's actually new? * There are 16 kinds of new ores, seperated in 4 categories each: Arcane, solide, ethere and ratio metals. * You are just able to combine some of them as neigbours in a "circle": Arcane <> Solide <> Ethere <> Ratio <> Arcane - you gonna check JEI for Recipes! * The hardness of the new tool depends on their parents. Not every alloy is hard enough, to mine the next alloy-level. * At the moment I am up for ideas for better category-like traits! How to start? -* Just start how Tinkers Construct aims you to start. Go out, farm and mine until you find cobalt for high tier tools. -* From that point, you are able to mine harder ores and combine them to new alloys. +* Just start how you would usually start with Tinkers Construct. Go out, farm and mine until you find cobalt for high tier tools. +* From that point, you are able to mine harder materials and combine them to new alloys. -Hardness of each new Ore in case you gonna ask... +Hardness of each new ore in case you gonna ask... * Low Level: Tiberium, Bismuth * Cobalt (4): Prometheum, Eternite, Violium * Titanite (5): Titanite, Rubium, Mythril, Mindorite @@ -49,14 +49,14 @@ Hardness of each new Ore in case you gonna ask... * Adamantiute (8): Adamantite * It is up to you to find out which alloy you need to get to highest tier. -Balancing, more traits, more alloys, more Ores: -* At the moment I have no Idea how well balanced my mod is. -* I hope you give me a lot of good feedback, so i can balance it better!!! +Balancing, more traits, more alloys, more ores: +* At the moment I have no idea how well balanced my mod is. +* I hope you give me a lot of good feedback, so I can balance it better!!! * PLEASE send me requests for new traits, ores and alloy-ides. Especially ideas for a better system of my 4 categories! -Where to request / issue: -* Github, Curseforge or Mail +Where to request or report issues: +* Github, CurseForge or via mail -More? Join our community on mumble (ofsg.eu) for questions or to have a nice talk with us! +More? Join our community on mumble (ofsg.eu) for questions or to have a nice chat with us! diff --git a/src/main/resources/assets/taiga/blockstates/adamantite_block.json b/src/main/resources/assets/taiga/blockstates/adamantite_block.json new file mode 100644 index 0000000..c15ef35 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/adamantite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:adamantite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/adamantite_ore.json b/src/main/resources/assets/taiga/blockstates/adamantite_ore.json new file mode 100644 index 0000000..aeed854 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/adamantite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:adamantite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/aegisalt_block.json b/src/main/resources/assets/taiga/blockstates/aegisalt_block.json new file mode 100644 index 0000000..5bda85d --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/aegisalt_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:aegisalt_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/arcanite_block.json b/src/main/resources/assets/taiga/blockstates/arcanite_block.json new file mode 100644 index 0000000..11b765a --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/arcanite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:arcanite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/arcanite_ore.json b/src/main/resources/assets/taiga/blockstates/arcanite_ore.json new file mode 100644 index 0000000..ed63a02 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/arcanite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:arcanite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/astrium_block.json b/src/main/resources/assets/taiga/blockstates/astrium_block.json new file mode 100644 index 0000000..09049d8 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/astrium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:astrium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/basalt.json b/src/main/resources/assets/taiga/blockstates/basalt.json new file mode 100644 index 0000000..4aa78ef --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:basalt" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/bismuth_block.json b/src/main/resources/assets/taiga/blockstates/bismuth_block.json new file mode 100644 index 0000000..a55f859 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/bismuth_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:bismuth_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/bismuth_ore.json b/src/main/resources/assets/taiga/blockstates/bismuth_ore.json new file mode 100644 index 0000000..40e3b5e --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/bismuth_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:bismuth_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/bysmuid_block.json b/src/main/resources/assets/taiga/blockstates/bysmuid_block.json new file mode 100644 index 0000000..a542d20 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/bysmuid_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:bysmuid_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/cryptogen_block.json b/src/main/resources/assets/taiga/blockstates/cryptogen_block.json new file mode 100644 index 0000000..ddc3c2d --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/cryptogen_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:cryptogen_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/dyonite_block.json b/src/main/resources/assets/taiga/blockstates/dyonite_block.json new file mode 100644 index 0000000..e2e94ac --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/dyonite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:dyonite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/eternite_block.json b/src/main/resources/assets/taiga/blockstates/eternite_block.json new file mode 100644 index 0000000..a175f8f --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/eternite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:eternite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/eternite_ore.json b/src/main/resources/assets/taiga/blockstates/eternite_ore.json new file mode 100644 index 0000000..0a44944 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/eternite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:eternite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/fluid_block.json b/src/main/resources/assets/taiga/blockstates/fluid_block.json new file mode 100644 index 0000000..fb06fc9 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/fluid_block.json @@ -0,0 +1,281 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid" + }, + "variants": { + "arcanite": [ + { + "custom": { + "fluid": "arcanite" + } + } + ], + "tiberium": [ + { + "custom": { + "fluid": "tiberium" + } + } + ], + "prometheum": [ + { + "custom": { + "fluid": "prometheum" + } + } + ], + "rubium": [ + { + "custom": { + "fluid": "rubium" + } + } + ], + "violium": [ + { + "custom": { + "fluid": "violium" + } + } + ], + "bismuth": [ + { + "custom": { + "fluid": "bismuth" + } + } + ], + "karmesine": [ + { + "custom": { + "fluid": "karmesine" + } + } + ], + "mindorite": [ + { + "custom": { + "fluid": "mindorite" + } + } + ], + "titanite": [ + { + "custom": { + "fluid": "titanite" + } + } + ], + "meteorite": [ + { + "custom": { + "fluid": "meteorite" + } + } + ], + "adamantite": [ + { + "custom": { + "fluid": "adamantite" + } + } + ], + "vibranium": [ + { + "custom": { + "fluid": "vibranium" + } + } + ], + "ignitite": [ + { + "custom": { + "fluid": "ignitite" + } + } + ], + "palladium": [ + { + "custom": { + "fluid": "palladium" + } + } + ], + "eternite": [ + { + "custom": { + "fluid": "eternite" + } + } + ], + "mythril": [ + { + "custom": { + "fluid": "mythril" + } + } + ], + "astrium": [ + { + "custom": { + "fluid": "astrium" + } + } + ], + "nitronite": [ + { + "custom": { + "fluid": "nitronite" + } + } + ], + "proxideum": [ + { + "custom": { + "fluid": "proxideum" + } + } + ], + "noctunyx": [ + { + "custom": { + "fluid": "noctunyx" + } + } + ], + "imperomite": [ + { + "custom": { + "fluid": "imperomite" + } + } + ], + "cryptogen": [ + { + "custom": { + "fluid": "cryptogen" + } + } + ], + "fractoryte": [ + { + "custom": { + "fluid": "fractoryte" + } + } + ], + "seismodium": [ + { + "custom": { + "fluid": "seismodium" + } + } + ], + "terramite": [ + { + "custom": { + "fluid": "terramite" + } + } + ], + "lumixyl": [ + { + "custom": { + "fluid": "lumixyl" + } + } + ], + "solarium": [ + { + "custom": { + "fluid": "solarium" + } + } + ], + "dyonite": [ + { + "custom": { + "fluid": "dyonite" + } + } + ], + "ultranite": [ + { + "custom": { + "fluid": "ultranite" + } + } + ], + "nucleum": [ + { + "custom": { + "fluid": "nucleum" + } + } + ], + "aegisalt": [ + { + "custom": { + "fluid": "aegisalt" + } + } + ], + "bysmuid": [ + { + "custom": { + "fluid": "bysmuid" + } + } + ], + "radiant_enderium": [ + { + "custom": { + "fluid": "radiant_enderium" + } + } + ], + "glimming_enderium": [ + { + "custom": { + "fluid": "glimming_enderium" + } + } + ], + "energy_enderium": [ + { + "custom": { + "fluid": "energy_enderium" + } + } + ], + "glimmercoal_fluid": [ + { + "custom": { + "fluid": "glimmercoal_fluid" + } + } + ], + "nitro_fluid": [ + { + "custom": { + "fluid": "nitro_fluid" + } + } + ], + "anthracite_fluid": [ + { + "custom": { + "fluid": "anthracite_fluid" + } + } + ], + "spectrum_fluid": [ + { + "custom": { + "fluid": "spectrum_fluid" + } + } + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/fractoryte_block.json b/src/main/resources/assets/taiga/blockstates/fractoryte_block.json new file mode 100644 index 0000000..2c8cd91 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/fractoryte_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:fractoryte_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/ignitite_block.json b/src/main/resources/assets/taiga/blockstates/ignitite_block.json new file mode 100644 index 0000000..05f3557 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/ignitite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:ignitite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/ignitite_ore.json b/src/main/resources/assets/taiga/blockstates/ignitite_ore.json new file mode 100644 index 0000000..8368a87 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/ignitite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:ignitite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/imperomite_block.json b/src/main/resources/assets/taiga/blockstates/imperomite_block.json new file mode 100644 index 0000000..8aa54df --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/imperomite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:imperomite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/karmesine_block.json b/src/main/resources/assets/taiga/blockstates/karmesine_block.json new file mode 100644 index 0000000..97b3302 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/karmesine_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:karmesine_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/karmesine_ore.json b/src/main/resources/assets/taiga/blockstates/karmesine_ore.json new file mode 100644 index 0000000..31184ff --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/karmesine_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:karmesine_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/lignite_ore.json b/src/main/resources/assets/taiga/blockstates/lignite_ore.json new file mode 100644 index 0000000..0eb941e --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/lignite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:lignite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/lumixyl_block.json b/src/main/resources/assets/taiga/blockstates/lumixyl_block.json new file mode 100644 index 0000000..7a12aac --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/lumixyl_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:lumixyl_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/meteorite_block.json b/src/main/resources/assets/taiga/blockstates/meteorite_block.json new file mode 100644 index 0000000..b6166b7 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/meteorite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:meteorite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/meteorite_ore.json b/src/main/resources/assets/taiga/blockstates/meteorite_ore.json new file mode 100644 index 0000000..d84f51b --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/meteorite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:meteorite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/mindorite_block.json b/src/main/resources/assets/taiga/blockstates/mindorite_block.json new file mode 100644 index 0000000..52a9a32 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/mindorite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:mindorite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/mindorite_ore.json b/src/main/resources/assets/taiga/blockstates/mindorite_ore.json new file mode 100644 index 0000000..7780d42 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/mindorite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:mindorite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/mythril_block.json b/src/main/resources/assets/taiga/blockstates/mythril_block.json new file mode 100644 index 0000000..53dde45 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/mythril_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:mythril_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/mythril_ore.json b/src/main/resources/assets/taiga/blockstates/mythril_ore.json new file mode 100644 index 0000000..2a2d020 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/mythril_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:mythril_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/nitronite_block.json b/src/main/resources/assets/taiga/blockstates/nitronite_block.json new file mode 100644 index 0000000..74113cd --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/nitronite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:nitronite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/noctunyx_block.json b/src/main/resources/assets/taiga/blockstates/noctunyx_block.json new file mode 100644 index 0000000..4a8f4b7 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/noctunyx_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:noctunyx_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/nucleum_block.json b/src/main/resources/assets/taiga/blockstates/nucleum_block.json new file mode 100644 index 0000000..2082110 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/nucleum_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:nucleum_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/palladium_block.json b/src/main/resources/assets/taiga/blockstates/palladium_block.json new file mode 100644 index 0000000..601d4ab --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/palladium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:palladium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/palladium_ore.json b/src/main/resources/assets/taiga/blockstates/palladium_ore.json new file mode 100644 index 0000000..78e862b --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/palladium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:palladium_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/prometheum_block.json b/src/main/resources/assets/taiga/blockstates/prometheum_block.json new file mode 100644 index 0000000..af31aa8 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/prometheum_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:prometheum_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/prometheum_ore.json b/src/main/resources/assets/taiga/blockstates/prometheum_ore.json new file mode 100644 index 0000000..ff3de0d --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/prometheum_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:prometheum_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/proxideum_block.json b/src/main/resources/assets/taiga/blockstates/proxideum_block.json new file mode 100644 index 0000000..9e0c38b --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/proxideum_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:proxideum_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/rotten_ground.json b/src/main/resources/assets/taiga/blockstates/rotten_ground.json new file mode 100644 index 0000000..39e72bf --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/rotten_ground.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:rotten_ground" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/rubium_block.json b/src/main/resources/assets/taiga/blockstates/rubium_block.json new file mode 100644 index 0000000..2e491ef --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/rubium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:rubium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/rubium_ore.json b/src/main/resources/assets/taiga/blockstates/rubium_ore.json new file mode 100644 index 0000000..82b330e --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/rubium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:rubium_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/seismodium_block.json b/src/main/resources/assets/taiga/blockstates/seismodium_block.json new file mode 100644 index 0000000..19fa838 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/seismodium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:seismodium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/slaggold_ore.json b/src/main/resources/assets/taiga/blockstates/slaggold_ore.json new file mode 100644 index 0000000..5e5c317 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/slaggold_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:slaggold_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/slagiron_ore.json b/src/main/resources/assets/taiga/blockstates/slagiron_ore.json new file mode 100644 index 0000000..a45629e --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/slagiron_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:slagiron_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/solarium_block.json b/src/main/resources/assets/taiga/blockstates/solarium_block.json new file mode 100644 index 0000000..9d52d5a --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/solarium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:solarium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/terramite_block.json b/src/main/resources/assets/taiga/blockstates/terramite_block.json new file mode 100644 index 0000000..55bac8a --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/terramite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:terramite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/tiberium_block.json b/src/main/resources/assets/taiga/blockstates/tiberium_block.json new file mode 100644 index 0000000..95f8be5 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/tiberium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:tiberium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/tiberium_ore.json b/src/main/resources/assets/taiga/blockstates/tiberium_ore.json new file mode 100644 index 0000000..fba6296 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/tiberium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:tiberium_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/titanite_block.json b/src/main/resources/assets/taiga/blockstates/titanite_block.json new file mode 100644 index 0000000..5bde804 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/titanite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:titanite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/titanite_ore.json b/src/main/resources/assets/taiga/blockstates/titanite_ore.json new file mode 100644 index 0000000..ab7f988 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/titanite_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:titanite_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/ultranite_block.json b/src/main/resources/assets/taiga/blockstates/ultranite_block.json new file mode 100644 index 0000000..b3368d9 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/ultranite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:ultranite_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/vibranium_block.json b/src/main/resources/assets/taiga/blockstates/vibranium_block.json new file mode 100644 index 0000000..75cf810 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/vibranium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:vibranium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/vibranium_ore.json b/src/main/resources/assets/taiga/blockstates/vibranium_ore.json new file mode 100644 index 0000000..aa1be1a --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/vibranium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:vibranium_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/blockstates/violium_block.json b/src/main/resources/assets/taiga/blockstates/violium_block.json new file mode 100644 index 0000000..d5c1232 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/violium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:violium_block" + } + } +} diff --git a/src/main/resources/assets/taiga/blockstates/violium_ore.json b/src/main/resources/assets/taiga/blockstates/violium_ore.json new file mode 100644 index 0000000..afd18f6 --- /dev/null +++ b/src/main/resources/assets/taiga/blockstates/violium_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "taiga:violium_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/lang/de_DE.lang b/src/main/resources/assets/taiga/lang/de_DE.lang new file mode 100644 index 0000000..ad8258c --- /dev/null +++ b/src/main/resources/assets/taiga/lang/de_DE.lang @@ -0,0 +1,208 @@ +item.slagiron.name=Unreiner Eisenbarren +item.lignite.name=Braunkohle + +tile.adamantite_ore.name=Adamantiterz +tile.arcanite_ore.name=Arcaniterz +tile.basalt.name=Basalt +tile.bismuth_ore.name=Bismutherz +tile.eternite_ore.name=Eterniterz +tile.karmesine_ore.name=Karmesinerz +tile.lignite_ore.name=Braunkohleerz +tile.meteorite_ore.name=Meteoriterz +tile.mindorite_ore.name=Mindoriterz +tile.mythril_ore.name=Mythrilerz +tile.palladium_ore.name=Palladiumerz +tile.prometheum_ore.name=Prometheumerz +tile.rotten_ground.name=Verrottete Erde +tile.slagiron_ore.name=Unreines Eisenerz +tile.slaggold_ore.name=Unreines Golderz +tile.tiberium_ore.name=Tiberiumerz +tile.vibranium_ore.name=Vibraniumerz +tile.rubium_ore.name=Rubiumerz +tile.titanite_ore.name=Titaniteerz +tile.ignitite_ore.name=Ignititerz +tile.violium_ore.name=Violiumerz + +item.slagiron_ingot.name=Unreiner Eisenbarren +item.slaggold_ingot.name=Unreiner Goldbarren +item.fuel_brick.name=Brennstoffziegel +item.iron_nugget.name=Eisennugget + +material.titanite.name=Titanit +material.meteorite.name=Meteorit +material.vibranium.name=Vibranium +material.adamantite.name=Adamantit +material.prometheum.name=Prometheum +material.rubium.name=Rubium +material.tiberium.name=Tiberium +material.arcanite.name=Arcanit +material.eternite.name=Eternit +material.mythril.name=Mythril +material.palladium.name=Palladium +material.ignitite.name=Ignitit +material.violium.name=Violium +material.bismuth.name=Bismuth +material.mindorite.name=Mindorit +material.karmesine.name=Karmesin +material.imperomite.name=Imperomit +material.fractoryte.name=Fractoryt +material.noctunyx.name=Noctunyx +material.nitronite.name=Nitronit +material.cryptogen.name=Cryptogen +material.seismodium.name=Seismodium +material.aegisalt.name=Aegisalt +material.ultranite.name=Ultranit +material.bysmuid.name=Bysmuid +material.nucleum.name=Nucleum +material.terramite.name=Terramit +material.solarium.name=Solarium +material.lumixyl.name=Lumixyl +material.dyonite.name=Dyonit +material.proxideum.name=Proxideum +material.astrium.name=Astrium + +tile.titanite_block.name=Titanitblock +tile.meteorite_block.name=Meteoritblock +tile.vibranium_block.name=Vibraniumblock +tile.adamantite_block.name=Adamantitblock +tile.prometheum_block.name=Prometheumblock +tile.rubium_block.name=Rubiumblock +tile.tiberium_block.name=Tiberiumblock +tile.arcanite_block.name=Arcanitblock +tile.eternite_block.name=Eternitblock +tile.mythril_block.name=Mythrilblock +tile.palladium_block.name=Palladiumblock +tile.ignitite_block.name=Ignititblock +tile.violium_block.name=Violiumblock +tile.bismuth_block.name=Bismuthblock +tile.mindorite_block.name=Mindoritblock +tile.karmesine_block.name=Karmesinblock +tile.imperomite_block.name=Imperomitblock +tile.fractoryte_block.name=Fractorytblock +tile.noctunyx_block.name=Noctunyxblock +tile.nitronite_block.name=Nitronitblock +tile.cryptogen_block.name=Cryptogenblock +tile.seismodium_block.name=Seismodiumblock +tile.aegisalt_block.name=Aegisaltblock +tile.ultranite_block.name=Ultranitblock +tile.bysmuid_block.name=Bysmuidblock +tile.nucleum_block.name=Nucleumblock +tile.terramite_block.name=Terramitblock +tile.solarium_block.name=Solariumblock +tile.lumixyl_block.name=Lumixylblock +tile.dyonite_block.name=Dyonitblock +tile.proxideum_block.name=Proxideumblock +tile.astrium_block.name=Astriumblock + +item.titanite_ingot.name=Titanitbarren +item.meteorite_ingot.name=Meteoritbarren +item.vibranium_ingot.name=Vibraniumbarren +item.adamantite_ingot.name=Adamantitbarren +item.prometheum_ingot.name=Prometheumbarren +item.rubium_ingot.name=Rubiumbarren +item.tiberium_ingot.name=Tiberiumbarren +item.arcanite_ingot.name=Arcanitbarren +item.eternite_ingot.name=Eternitbarren +item.mythril_ingot.name=Mythrilbarren +item.palladium_ingot.name=Palladiumbarren +item.ignitite_ingot.name=Ignititbarren +item.violium_ingot.name=Violiumbarren +item.bismuth_ingot.name=Bismuthbarren +item.mindorite_ingot.name=Mindoritbarren +item.karmesine_ingot.name=Karmesinbarren +item.imperomite_ingot.name=Imperomitbarren +item.fractoryte_ingot.name=Fractorytbarren +item.noctunyx_ingot.name=Noctunyxbarren +item.nitronite_ingot.name=Nitronitbarren +item.cryptogen_ingot.name=Cryptogenbarren +item.seismodium_ingot.name=Seismodiumbarren +item.aegisalt_ingot.name=Aegisaltbarren +item.ultranite_ingot.name=Ultranitbarren +item.bysmuid_ingot.name=Bysmuidbarren +item.nucleum_ingot.name=Nucleumbarren +item.terramite_ingot.name=Terramitbarren +item.solarium_ingot.name=Solariumbarren +item.lumixyl_ingot.name=Lumixylbarren +item.dyonite_ingot.name=Dyonitbarren +item.proxideum_ingot.name=Proxideumbarren +item.astrium_ingot.name=Astriumbarren + +fluid.tconstruct.arcanite.name=Arcanit +fluid.tconstruct.tiberium.name=Tiberium +fluid.tconstruct.prometheum.name=Prometheum +fluid.tconstruct.rubium.name=Rubium +fluid.tconstruct.violium.name=Violium +fluid.tconstruct.bismuth.name=Bismuth +fluid.tconstruct.karmesine.name=Karmesin +fluid.tconstruct.mindorite.name=Mindorit +fluid.tconstruct.titanite.name=Titanit +fluid.tconstruct.meteorite.name=Meteorit +fluid.tconstruct.adamantite.name=Adamantit +fluid.tconstruct.vibranium.name=Vibranium +fluid.tconstruct.ignitite.name=Ignitit +fluid.tconstruct.palladium.name=Palladium +fluid.tconstruct.eternite.name=Eternit +fluid.tconstruct.mythril.name=Mythril +fluid.tconstruct.astrium.name=Astrium +fluid.tconstruct.nitronite.name=Nitronit +fluid.tconstruct.proxideum.name=Proxideum +fluid.tconstruct.noctunyx.name=Noctunyx +fluid.tconstruct.imperomite.name=Imperomit +fluid.tconstruct.cryptogen.name=Cryptogen +fluid.tconstruct.fractoryte.name=Fractoryt +fluid.tconstruct.seismodium.name=Seismodium +fluid.tconstruct.terramite.name=Terramit +fluid.tconstruct.lumixyl.name=Lumixyl +fluid.tconstruct.solarium.name=Solarium +fluid.tconstruct.dyonite.name=Dyonite +fluid.tconstruct.ultranite.name=Ultranit +fluid.tconstruct.nucleum.name=Nucleum +fluid.tconstruct.aegisalt.name=Aegisalt +fluid.tconstruct.bysmuid.name=Bysmuid +fluid.tconstruct.radiant_enderium.name=Radiant Enderium +fluid.tconstruct.glimming_enderium.name=Glimming Enderium +fluid.tconstruct.energy_enderium.name=Energy Enderium +fluid.tconstruct.glimmercoal_fluid.name=Flüssige Glimmerkohle +fluid.tconstruct.nitro_fluid.name=Flüssiges Nitro +fluid.tconstruct.anthracite_fluid.name=Flüssiges Anthracit +fluid.tconstruct.spectrum_fluid.name=Spektrumfluid + +modifier.analysing.name=Analysing +modifier.arcane.name=Arcane +modifier.organizing.name=Organisieren +modifier.blind.name=Blind +modifier.bright.name=Bright +modifier.cascade.name=Cascade +modifier.curvature.name=Curvature +modifier.dark.name=Dark +modifier.diffuse.name=Diffuse +modifier.dissolving.name=Dissolving +modifier.fracture.name=Fracture +modifier.fragile.name=Fragile +modifier.garishly.name=Garishly +modifier.glimmer.name=Glimmer +modifier.haunted.name=Haunted +modifier.heroic.name=Heroic +modifier.hollow.name=Hollow +modifier.instable.name=Instable +modifier.naturebound.name=Naturebound +modifier.pulverizing.name=Pulverizing +modifier.randomize.name=Randomize +modifier.resonance.name=Resonance +modifier.slaughtering.name=Slaughtering +modifier.softy.name=Softy +modifier.uncertain.name=Uncertain +modifier.reviving.name=Wiederbelebend +modifier.melting.name=Schmelzend + +item.glimmercoal.name=Glimmerkohle +item.glimmer_pearl.name=Glimmerperle +item.glimmerstone_dust.name=Glimmerstein Staub +item.energy_pearl.name=Energieperle +item.nitro_brick.name=Nitroziegel +item.anthracite_dust.name=Anthracitstaub +item.spectrum_dust.name=Spektrumstaub +item.tiberium_shard_instable.name=Instabile Tiberiumscherbe +item.tiberium_nugget.name=Tiberium Nugget +item.radiant_pearl.name=Radiumperle +item.luminar_dust.name=Luminarstaub \ No newline at end of file diff --git a/src/main/resources/assets/taiga/lang/en_US.lang b/src/main/resources/assets/taiga/lang/en_US.lang new file mode 100644 index 0000000..e2ad271 --- /dev/null +++ b/src/main/resources/assets/taiga/lang/en_US.lang @@ -0,0 +1,209 @@ +item.slagiron.name=Slagiron Bar +item.lignite.name=Lignite + +tile.adamantite_ore.name=Adamantite Ore +tile.arcanite_ore.name=Arcanite Ore +tile.basalt.name=Basalt +tile.bismuth_ore.name=Bismuth Ore +tile.eternite_ore.name=Eternite Ore +tile.karmesine_ore.name=Karmesine Ore +tile.lignite_ore.name=Lignite Ore +tile.meteorite_ore.name=Meteorite Ore +tile.mindorite_ore.name=Mindorite Ore +tile.mythril_ore.name=Mythril Ore +tile.palladium_ore.name=Palladium Ore +tile.prometheum_ore.name=Prometheum Ore +tile.rotten_ground.name=Rotten Ground +tile.slagiron_ore.name=Slagiron Ore +tile.slaggold_ore.name=Slaggold Ore +tile.tiberium_ore.name=Tiberium Ore +tile.vibranium_ore.name=Vibranium Ore +tile.rubium_ore.name=Rubium Ore +tile.titanite_ore.name=Titanite Ore +tile.ignitite_ore.name=Ignitite Ore +tile.violium_ore.name=Violium Ore + +item.slagiron_ingot.name=Slagiron Ingot +item.slaggold_ingot.name=Slaggold Ingot +item.fuel_brick.name=Fuelbrick +item.iron_nugget.name=Iron Nugget + +material.titanite.name=Titanite +material.meteorite.name=Meteorite +material.vibranium.name=Vibranium +material.adamantite.name=Adamantite +material.prometheum.name=Prometheum +material.rubium.name=Rubium +material.tiberium.name=Tiberium +material.arcanite.name=Arcanite +material.eternite.name=Eternite +material.mythril.name=Mythril +material.palladium.name=Palladium +material.ignitite.name=Ignitite +material.violium.name=Violium +material.bismuth.name=Bismuth +material.mindorite.name=Mindorite +material.karmesine.name=Karmesine +material.imperomite.name=Imperomite +material.fractoryte.name=Fractoryte +material.noctunyx.name=Noctunyx +material.nitronite.name=Nitronite +material.cryptogen.name=Cryptogen +material.seismodium.name=Seismodium +material.aegisalt.name=Aegisalt +material.ultranite.name=Ultranite +material.bysmuid.name=Bysmuid +material.nucleum.name=Nucleum +material.terramite.name=Terramite +material.solarium.name=Solarium +material.lumixyl.name=Lumixyl +material.dyonite.name=Dyonite +material.proxideum.name=Proxideum +material.astrium.name=Astrium + +fluid.tconstruct.arcanite.name=Arcanite +fluid.tconstruct.tiberium.name=Tiberium +fluid.tconstruct.prometheum.name=Prometheum +fluid.tconstruct.rubium.name=Rubium +fluid.tconstruct.violium.name=Violium +fluid.tconstruct.bismuth.name=Bismuth +fluid.tconstruct.karmesine.name=Karmesine +fluid.tconstruct.mindorite.name=Mindorite +fluid.tconstruct.titanite.name=Titanite +fluid.tconstruct.meteorite.name=Meteorite +fluid.tconstruct.adamantite.name=Adamantite +fluid.tconstruct.vibranium.name=Vibranium +fluid.tconstruct.ignitite.name=Ignitite +fluid.tconstruct.palladium.name=Palladium +fluid.tconstruct.eternite.name=Eternite +fluid.tconstruct.mythril.name=Mythril +fluid.tconstruct.astrium.name=Astrium +fluid.tconstruct.nitronite.name=Nitronite +fluid.tconstruct.proxideum.name=Proxideum +fluid.tconstruct.noctunyx.name=Noctunyx +fluid.tconstruct.imperomite.name=Imperomite +fluid.tconstruct.cryptogen.name=Cryptogen +fluid.tconstruct.fractoryte.name=Fractoryte +fluid.tconstruct.seismodium.name=Seismodium +fluid.tconstruct.terramite.name=Terramite +fluid.tconstruct.lumixyl.name=Lumixyl +fluid.tconstruct.solarium.name=Solarium +fluid.tconstruct.dyonite.name=Dyonite +fluid.tconstruct.ultranite.name=Ultranite +fluid.tconstruct.nucleum.name=Nucleum +fluid.tconstruct.aegisalt.name=Aegisalt +fluid.tconstruct.bysmuid.name=Bysmuid +fluid.tconstruct.radiant_enderium.name=Radiant Enderium +fluid.tconstruct.glimming_enderium.name=Glimming Enderium +fluid.tconstruct.energy_enderium.name=Energy Enderium +fluid.tconstruct.glimmercoal_fluid.name=Glimmercoal Fluid +fluid.tconstruct.nitro_fluid.name=Nitro Fluid +fluid.tconstruct.anthracite_fluid.name=Anthracite Fluid +fluid.tconstruct.spectrum_fluid.name=Spectrum Fluid + +tile.titanite_block.name=Titanite Block +tile.meteorite_block.name=Meteorite Block +tile.vibranium_block.name=Vibranium Block +tile.adamantite_block.name=Adamantite Block +tile.prometheum_block.name=Prometheum Block +tile.rubium_block.name=Rubium Block +tile.tiberium_block.name=Tiberium Block +tile.arcanite_block.name=Arcanite Block +tile.eternite_block.name=Eternite Block +tile.mythril_block.name=Mythril Block +tile.palladium_block.name=Palladium Block +tile.ignitite_block.name=Ignitite Block +tile.violium_block.name=Violium Block +tile.bismuth_block.name=Bismuth Block +tile.mindorite_block.name=Mindorite Block +tile.karmesine_block.name=Karmesine Block +tile.imperomite_block.name=Imperomite Block +tile.fractoryte_block.name=Fractoryte Block +tile.noctunyx_block.name=Noctunyx Block +tile.nitronite_block.name=Nitronite Block +tile.cryptogen_block.name=Cryptogen Block +tile.seismodium_block.name=Seismodium Block +tile.aegisalt_block.name=Aegisalt Block +tile.ultranite_block.name=Ultranite Block +tile.bysmuid_block.name=Bysmuid Block +tile.nucleum_block.name=Nucleum Block +tile.terramite_block.name=Terramite Block +tile.solarium_block.name=Solarium Block +tile.lumixyl_block.name=Lumixyl Block +tile.dyonite_block.name=Dyonite Block +tile.proxideum_block.name=Proxideum Block +tile.astrium_block.name=Astrium Block + +item.titanite_ingot.name=Titanite Ingot +item.meteorite_ingot.name=Meteorite Ingot +item.vibranium_ingot.name=Vibranium Ingot +item.adamantite_ingot.name=Adamantite Ingot +item.prometheum_ingot.name=Prometheum Ingot +item.rubium_ingot.name=Rubium Ingot +item.tiberium_ingot.name=Tiberium Ingot +item.arcanite_ingot.name=Arcanite Ingot +item.eternite_ingot.name=Eternite Ingot +item.mythril_ingot.name=Mythril Ingot +item.palladium_ingot.name=Palladium Ingot +item.ignitite_ingot.name=Ignitite Ingot +item.violium_ingot.name=Violium Ingot +item.bismuth_ingot.name=Bismuth Ingot +item.mindorite_ingot.name=Mindorite Ingot +item.karmesine_ingot.name=Karmesine Ingot +item.imperomite_ingot.name=Imperomite Ingot +item.fractoryte_ingot.name=Fractoryte Ingot +item.noctunyx_ingot.name=Noctunyx Ingot +item.nitronite_ingot.name=Nitronite Ingot +item.cryptogen_ingot.name=Cryptogen Ingot +item.seismodium_ingot.name=Seismodium Ingot +item.aegisalt_ingot.name=Aegisalt Ingot +item.ultranite_ingot.name=Ultranite Ingot +item.bysmuid_ingot.name=Bysmuid Ingot +item.nucleum_ingot.name=Nucleum Ingot +item.terramite_ingot.name=Terramite Ingot +item.solarium_ingot.name=Solarium Ingot +item.lumixyl_ingot.name=Lumixyl Ingot +item.dyonite_ingot.name=Dyonite Ingot +item.proxideum_ingot.name=Proxideum Ingot +item.astrium_ingot.name=Astrium Ingot + +modifier.analysing.name=Analysing +modifier.arcane.name=Arcane +modifier.organizing.name=Organizing +modifier.blind.name=Blind +modifier.bright.name=Bright +modifier.cascade.name=Cascade +modifier.curvature.name=Curvature +modifier.dark.name=Dark +modifier.diffuse.name=Diffuse +modifier.dissolving.name=Dissolving +modifier.fracture.name=Fracture +modifier.fragile.name=Fragile +modifier.garishly.name=Garishly +modifier.glimmer.name=Glimmer +modifier.haunted.name=Haunted +modifier.heroic.name=Heroic +modifier.hollow.name=Hollow +modifier.instable.name=Instable +modifier.naturebound.name=Naturebound +modifier.pulverizing.name=Pulverizing +modifier.randomize.name=Randomize +modifier.resonance.name=Resonance +modifier.slaughtering.name=Slaughtering +modifier.softy.name=Softy +modifier.uncertain.name=Uncertain +modifier.reviving.name=Reviving +modifier.melting.name=Melting + + +item.glimmercoal.name=Glimmercoal +item.glimmer_pearl.name=Glimmerpearl +item.glimmerstone_dust.name=Glimmerstone Dust +item.energy_pearl.name=Energy Pearl +item.nitro_brick.name=Nitro Brick +item.anthracite_dust.name=Anthracite Dust +item.spectrum_dust.name=Spectrum Dust +item.tiberium_shard_instable.name=Instable Tiberium Shard +item.tiberium_nugget.name=Tiberium Nugget +item.radiant_pearl.name=Radiant Pearl +item.luminar_dust.name=Luminar Dust \ No newline at end of file diff --git a/src/main/resources/assets/taiga/models/block/adamantite_block.json b/src/main/resources/assets/taiga/models/block/adamantite_block.json new file mode 100644 index 0000000..6b5c73a --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/adamantite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4f02568 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/adamantite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..3ac607c --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/aegisalt_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..106061f --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/arcanite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..286d1be --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/arcanite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..89b1556 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/astrite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4917949 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/astrium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..128f047 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/basalt.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..011c27d --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/bismuth_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..d5af860 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/bismuth_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e85f044 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/bysmuid_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..fdf7771 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/cryptogen_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b1729c7 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/dyonite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..f67c965 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/eternite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..cb3b272 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/eternite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..fa58562 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/fractoryte_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c77b427 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/ignitite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5eed757 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/ignitite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..65e7b3d --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/imperomite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..a00d7cc --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/karmesine_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..dec99e9 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/karmesine_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..1b2164f --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/lignite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..34996ad --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/lumixyl_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5407364 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/meteorite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b6581f5 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/meteorite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ee99479 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/mindorite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..20445ee --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/mindorite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..014cb8f --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/mythril_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..9fe182e --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/mythril_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..9661f68 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/nitronite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ee87b81 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/noctunyx_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7029719 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/nucleum_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5bdd65a --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/palladium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..1d7b5f0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/palladium_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..af720f0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/prometheum_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4733fc6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/prometheum_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..1bda055 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/proxideum_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c4a03e0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/rotten_ground.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7c09795 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/rubium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ca6893c --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/rubium_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..21eba8c --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/seismodium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..96a53ad --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/slaggold_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..d7d31c0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/slagiron_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..324858f --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/solarium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..baca263 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/terramite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..91f83fa --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/tiberium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..2d9e06a --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/tiberium_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..98ac398 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/titanite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..16acda7 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/titanite_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..afafb91 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/ultranite_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..14267d7 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/vibranium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c7c0e92 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/vibranium_ore.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..337d815 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/violium_block.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..789a090 --- /dev/null +++ b/src/main/resources/assets/taiga/models/block/violium_ore.json @@ -0,0 +1,6 @@ +{ + "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/adamantite_block.json b/src/main/resources/assets/taiga/models/item/adamantite_block.json new file mode 100644 index 0000000..e9179c6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/adamantite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..9d51e98 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/adamantite_ingot.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4a76672 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/adamantite_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..5480b19 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/aegisalt_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..508be6b --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/aegisalt_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/aegisalt_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/anthracite_dust.json b/src/main/resources/assets/taiga/models/item/anthracite_dust.json new file mode 100644 index 0000000..afac53d --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/anthracite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/anthracite_dust" + } +} diff --git a/src/main/resources/assets/taiga/models/item/arcanite_block.json b/src/main/resources/assets/taiga/models/item/arcanite_block.json new file mode 100644 index 0000000..2a0f81a --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/arcanite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..84961de --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/arcanite_ingot.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b01b08a --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/arcanite_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..d89d10d --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/astrium_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/astrium_ingot.json new file mode 100644 index 0000000..7f0d113 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/astrium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/astrium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/basalt.json b/src/main/resources/assets/taiga/models/item/basalt.json new file mode 100644 index 0000000..664d2e9 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/basalt.json @@ -0,0 +1,10 @@ +{ + "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/bismuth_block.json b/src/main/resources/assets/taiga/models/item/bismuth_block.json new file mode 100644 index 0000000..dc94827 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/bismuth_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..6aaf99e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/bismuth_ingot.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e0df8ef --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/bismuth_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..99088d3 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/bysmuid_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..1ddab02 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/bysmuid_ingot.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..944e57e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/cryptogen_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..61228bf --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/cryptogen_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/cryptogen_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/dyonite_block.json b/src/main/resources/assets/taiga/models/item/dyonite_block.json new file mode 100644 index 0000000..0e265a1 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/dyonite_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/dyonite_ingot.json new file mode 100644 index 0000000..9477420 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/dyonite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/dyonite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/energy_pearl.json b/src/main/resources/assets/taiga/models/item/energy_pearl.json new file mode 100644 index 0000000..b058ac0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/energy_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/energy_pearl" + } +} diff --git a/src/main/resources/assets/taiga/models/item/eternite_block.json b/src/main/resources/assets/taiga/models/item/eternite_block.json new file mode 100644 index 0000000..dfcc402 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/eternite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..a825ab8 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/eternite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/eternite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/eternite_ore.json b/src/main/resources/assets/taiga/models/item/eternite_ore.json new file mode 100644 index 0000000..a5459df --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/eternite_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..4e7f7dd --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/fractoryte_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..434b54c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/fractoryte_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/fractoryte_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/fuel_brick.json b/src/main/resources/assets/taiga/models/item/fuel_brick.json new file mode 100644 index 0000000..59f0a97 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/fuel_brick.json @@ -0,0 +1,6 @@ +{ + "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/glimmer_pearl.json b/src/main/resources/assets/taiga/models/item/glimmer_pearl.json new file mode 100644 index 0000000..af88a36 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/glimmer_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/glimmer_pearl" + } +} diff --git a/src/main/resources/assets/taiga/models/item/glimmercoal.json b/src/main/resources/assets/taiga/models/item/glimmercoal.json new file mode 100644 index 0000000..a59ef2f --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/glimmercoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/glimmercoal" + } +} diff --git a/src/main/resources/assets/taiga/models/item/glimmerstone_dust.json b/src/main/resources/assets/taiga/models/item/glimmerstone_dust.json new file mode 100644 index 0000000..ed00c38 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/glimmerstone_dust.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8a95e4b --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ignitite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..012f4fa --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ignitite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/ignitite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/ignitite_ore.json b/src/main/resources/assets/taiga/models/item/ignitite_ore.json new file mode 100644 index 0000000..3ebe3d6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ignitite_ore.json @@ -0,0 +1,10 @@ +{ + "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/imperomite_block.json b/src/main/resources/assets/taiga/models/item/imperomite_block.json new file mode 100644 index 0000000..aae9a25 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/imperomite_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/imperomite_ingot.json new file mode 100644 index 0000000..ac1b3ec --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/imperomite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/imperomite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/iron_nugget.json b/src/main/resources/assets/taiga/models/item/iron_nugget.json new file mode 100644 index 0000000..1e57190 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/iron_nugget" + } +} \ 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 new file mode 100644 index 0000000..b26ef09 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/karmesine_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/karmesine_ingot.json new file mode 100644 index 0000000..140f91c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/karmesine_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/karmesine_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/karmesine_ore.json b/src/main/resources/assets/taiga/models/item/karmesine_ore.json new file mode 100644 index 0000000..dd7fb2a --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/karmesine_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..209272f --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lignite.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..27ad4cc --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lignite_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..c34c3aa --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/luminar_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/luminar_dust" + } +} diff --git a/src/main/resources/assets/taiga/models/item/lumixyl_block.json b/src/main/resources/assets/taiga/models/item/lumixyl_block.json new file mode 100644 index 0000000..844be06 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lumixyl_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..4f1860d --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/lumixyl_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/lumixyl_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/meteorite_block.json b/src/main/resources/assets/taiga/models/item/meteorite_block.json new file mode 100644 index 0000000..8c679ec --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/meteorite_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/meteorite_ingot.json new file mode 100644 index 0000000..f5d2c65 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/meteorite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/meteorite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/meteorite_ore.json b/src/main/resources/assets/taiga/models/item/meteorite_ore.json new file mode 100644 index 0000000..17ad724 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/meteorite_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..94a9dea --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/mindorite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..c23d6cd --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/mindorite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/mindorite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/mindorite_ore.json b/src/main/resources/assets/taiga/models/item/mindorite_ore.json new file mode 100644 index 0000000..69e15e8 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/mindorite_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..174bfa3 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/mythril_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..8b2d9f8 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/mythril_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/mythril_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/mythril_ore.json b/src/main/resources/assets/taiga/models/item/mythril_ore.json new file mode 100644 index 0000000..28b1cd4 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/mythril_ore.json @@ -0,0 +1,10 @@ +{ + "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/nitro_brick.json b/src/main/resources/assets/taiga/models/item/nitro_brick.json new file mode 100644 index 0000000..1c40cca --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nitro_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/nitro_brick" + } +} diff --git a/src/main/resources/assets/taiga/models/item/nitronite_block.json b/src/main/resources/assets/taiga/models/item/nitronite_block.json new file mode 100644 index 0000000..8ffdf79 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nitronite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..faa44e2 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nitronite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/nitronite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/noctunyx_block.json b/src/main/resources/assets/taiga/models/item/noctunyx_block.json new file mode 100644 index 0000000..fb4f3fd --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/noctunyx_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..80db035 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/noctunyx_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/noctunyx_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/nucleum_block.json b/src/main/resources/assets/taiga/models/item/nucleum_block.json new file mode 100644 index 0000000..e626f98 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nucleum_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/nucleum_ingot.json new file mode 100644 index 0000000..c885daa --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/nucleum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/nucleum_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/palladium_block.json b/src/main/resources/assets/taiga/models/item/palladium_block.json new file mode 100644 index 0000000..3615103 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/palladium_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/palladium_ingot.json new file mode 100644 index 0000000..c671234 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/palladium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/palladium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/palladium_ore.json b/src/main/resources/assets/taiga/models/item/palladium_ore.json new file mode 100644 index 0000000..ae04cb2 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/palladium_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..4ee46a8 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/prometheum_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/prometheum_ingot.json new file mode 100644 index 0000000..8471608 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/prometheum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/prometheum_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/prometheum_ore.json b/src/main/resources/assets/taiga/models/item/prometheum_ore.json new file mode 100644 index 0000000..7987d25 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/prometheum_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..5ceab96 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/proxideum_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..b55dcfa --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/proxideum_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/proxideum_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/radiant_pearl.json b/src/main/resources/assets/taiga/models/item/radiant_pearl.json new file mode 100644 index 0000000..6051361 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/radiant_pearl.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..caba235 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/rotten_ground.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..29b897d --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/rubium_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..6a15be0 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/rubium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/rubium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/rubium_ore.json b/src/main/resources/assets/taiga/models/item/rubium_ore.json new file mode 100644 index 0000000..41d040e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/rubium_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..a4a5e5c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/seismodium_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..dc2fd45 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/seismodium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/seismodium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/slaggold_ingot.json b/src/main/resources/assets/taiga/models/item/slaggold_ingot.json new file mode 100644 index 0000000..84098e1 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/slaggold_ingot.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8ccd6d5 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/slaggold_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..7d8c90c --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/slagiron_ingot.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..f6b8d18 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/slagiron_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..bb7cbb2 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/solarium_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/solarium_ingot.json new file mode 100644 index 0000000..0bfae24 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/solarium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/solarium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/spectrum_dust.json b/src/main/resources/assets/taiga/models/item/spectrum_dust.json new file mode 100644 index 0000000..772fb80 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/spectrum_dust.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ed5335f --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/terramite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..eb61789 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/terramite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/terramite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/tiberium_block.json b/src/main/resources/assets/taiga/models/item/tiberium_block.json new file mode 100644 index 0000000..8b8f049 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tiberium_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/tiberium_ingot.json new file mode 100644 index 0000000..9c8c804 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tiberium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/tiberium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/tiberium_nugget.json b/src/main/resources/assets/taiga/models/item/tiberium_nugget.json new file mode 100644 index 0000000..cfc4ef2 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tiberium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tiberium_nugget" + } +} \ 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 new file mode 100644 index 0000000..bf90e8e --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tiberium_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..f884ae4 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/tiberium_shard_instable.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..766c218 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/titanite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..4328198 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/titanite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/titanite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/titanite_ore.json b/src/main/resources/assets/taiga/models/item/titanite_ore.json new file mode 100644 index 0000000..54f0903 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/titanite_ore.json @@ -0,0 +1,10 @@ +{ + "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/ultranite_block.json b/src/main/resources/assets/taiga/models/item/ultranite_block.json new file mode 100644 index 0000000..f7a19ee --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ultranite_block.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..66881f2 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/ultranite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/ultranite_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/vibranium_block.json b/src/main/resources/assets/taiga/models/item/vibranium_block.json new file mode 100644 index 0000000..ae004f6 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/vibranium_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/vibranium_ingot.json new file mode 100644 index 0000000..0120e95 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/vibranium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/vibranium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/vibranium_ore.json b/src/main/resources/assets/taiga/models/item/vibranium_ore.json new file mode 100644 index 0000000..93befcb --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/vibranium_ore.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..ad6cde8 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/violium_block.json @@ -0,0 +1,22 @@ +{ + "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_ingot.json b/src/main/resources/assets/taiga/models/item/violium_ingot.json new file mode 100644 index 0000000..bd7d129 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/violium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "taiga:items/tic/violium_ingot" + } +} diff --git a/src/main/resources/assets/taiga/models/item/violium_ore.json b/src/main/resources/assets/taiga/models/item/violium_ore.json new file mode 100644 index 0000000..627b3e2 --- /dev/null +++ b/src/main/resources/assets/taiga/models/item/violium_ore.json @@ -0,0 +1,10 @@ +{ + "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/textures/blocks/adamantite_block.png b/src/main/resources/assets/taiga/textures/blocks/adamantite_block.png new file mode 100644 index 0000000..fe3921a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/adamantite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/adamantite_ore.png b/src/main/resources/assets/taiga/textures/blocks/adamantite_ore.png new file mode 100644 index 0000000..9c12b6a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/adamantite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/aegisalt_block.png b/src/main/resources/assets/taiga/textures/blocks/aegisalt_block.png new file mode 100644 index 0000000..2a06673 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/aegisalt_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/arcanite_block.png b/src/main/resources/assets/taiga/textures/blocks/arcanite_block.png new file mode 100644 index 0000000..922eff5 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/arcanite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/arcanite_ore.png b/src/main/resources/assets/taiga/textures/blocks/arcanite_ore.png new file mode 100644 index 0000000..c0ccaa8 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/arcanite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/astrium_block.png b/src/main/resources/assets/taiga/textures/blocks/astrium_block.png new file mode 100644 index 0000000..9081516 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/astrium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/basalt.png b/src/main/resources/assets/taiga/textures/blocks/basalt.png new file mode 100644 index 0000000..9c99a1d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/basalt.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/bismuth_block.png b/src/main/resources/assets/taiga/textures/blocks/bismuth_block.png new file mode 100644 index 0000000..52bed7a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/bismuth_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/bismuth_ore.png b/src/main/resources/assets/taiga/textures/blocks/bismuth_ore.png new file mode 100644 index 0000000..f25e468 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/bismuth_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/bysmuid_block.png b/src/main/resources/assets/taiga/textures/blocks/bysmuid_block.png new file mode 100644 index 0000000..46e9831 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/bysmuid_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/cryptogen_block.png b/src/main/resources/assets/taiga/textures/blocks/cryptogen_block.png new file mode 100644 index 0000000..8cbab02 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/cryptogen_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/dyonite_block.png b/src/main/resources/assets/taiga/textures/blocks/dyonite_block.png new file mode 100644 index 0000000..f2da30d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/dyonite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/eternite_block.png b/src/main/resources/assets/taiga/textures/blocks/eternite_block.png new file mode 100644 index 0000000..d144173 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/eternite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/eternite_ore.png b/src/main/resources/assets/taiga/textures/blocks/eternite_ore.png new file mode 100644 index 0000000..e670b09 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/eternite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/fractoryte_block.png b/src/main/resources/assets/taiga/textures/blocks/fractoryte_block.png new file mode 100644 index 0000000..72a39cb Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/fractoryte_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/glimmerstone_block.png b/src/main/resources/assets/taiga/textures/blocks/glimmerstone_block.png new file mode 100644 index 0000000..2130671 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/glimmerstone_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/ignitite_block.png b/src/main/resources/assets/taiga/textures/blocks/ignitite_block.png new file mode 100644 index 0000000..367e093 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/ignitite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/ignitite_ore.png b/src/main/resources/assets/taiga/textures/blocks/ignitite_ore.png new file mode 100644 index 0000000..52340ce Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/ignitite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/imperomite_block.png b/src/main/resources/assets/taiga/textures/blocks/imperomite_block.png new file mode 100644 index 0000000..8117b3e Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/imperomite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/karmesine_block.png b/src/main/resources/assets/taiga/textures/blocks/karmesine_block.png new file mode 100644 index 0000000..aba4464 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/karmesine_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/karmesine_ore.png b/src/main/resources/assets/taiga/textures/blocks/karmesine_ore.png new file mode 100644 index 0000000..00c5f6b Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/karmesine_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/lignite_ore.png b/src/main/resources/assets/taiga/textures/blocks/lignite_ore.png new file mode 100644 index 0000000..b29c12c Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/lignite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/luminar_block.png b/src/main/resources/assets/taiga/textures/blocks/luminar_block.png new file mode 100644 index 0000000..4de3538 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/luminar_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/lumixyl_block.png b/src/main/resources/assets/taiga/textures/blocks/lumixyl_block.png new file mode 100644 index 0000000..a3f39a2 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/lumixyl_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/materials/adamantite.png b/src/main/resources/assets/taiga/textures/blocks/materials/adamantite.png new file mode 100644 index 0000000..819d422 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/materials/adamantite.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/materials/bismuth.png b/src/main/resources/assets/taiga/textures/blocks/materials/bismuth.png new file mode 100644 index 0000000..d924fc4 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/materials/bismuth.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/materials/dyonite.png b/src/main/resources/assets/taiga/textures/blocks/materials/dyonite.png new file mode 100644 index 0000000..1f0d20a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/materials/dyonite.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/materials/proxideum.png b/src/main/resources/assets/taiga/textures/blocks/materials/proxideum.png new file mode 100644 index 0000000..db4d92e Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/materials/proxideum.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/materials/solarium.png b/src/main/resources/assets/taiga/textures/blocks/materials/solarium.png new file mode 100644 index 0000000..1ac9a80 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/materials/solarium.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/materials/tiberium.png b/src/main/resources/assets/taiga/textures/blocks/materials/tiberium.png new file mode 100644 index 0000000..83c08e7 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/materials/tiberium.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/meteorite_block.png b/src/main/resources/assets/taiga/textures/blocks/meteorite_block.png new file mode 100644 index 0000000..291df0d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/meteorite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/meteorite_ore.png b/src/main/resources/assets/taiga/textures/blocks/meteorite_ore.png new file mode 100644 index 0000000..c707ab7 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/meteorite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/mindorite_block.png b/src/main/resources/assets/taiga/textures/blocks/mindorite_block.png new file mode 100644 index 0000000..4410b09 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/mindorite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/mindorite_ore.png b/src/main/resources/assets/taiga/textures/blocks/mindorite_ore.png new file mode 100644 index 0000000..83257cc Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/mindorite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/mythril_block.png b/src/main/resources/assets/taiga/textures/blocks/mythril_block.png new file mode 100644 index 0000000..fc7f9dd Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/mythril_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/mythril_ore.png b/src/main/resources/assets/taiga/textures/blocks/mythril_ore.png new file mode 100644 index 0000000..4e5d8ac Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/mythril_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/nitronite_block.png b/src/main/resources/assets/taiga/textures/blocks/nitronite_block.png new file mode 100644 index 0000000..bb1f7b6 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/nitronite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/noctunyx_block.png b/src/main/resources/assets/taiga/textures/blocks/noctunyx_block.png new file mode 100644 index 0000000..cbd7271 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/noctunyx_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/nucleum_block.png b/src/main/resources/assets/taiga/textures/blocks/nucleum_block.png new file mode 100644 index 0000000..83b9373 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/nucleum_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/palladium_block.png b/src/main/resources/assets/taiga/textures/blocks/palladium_block.png new file mode 100644 index 0000000..7ea420d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/palladium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/palladium_ore.png b/src/main/resources/assets/taiga/textures/blocks/palladium_ore.png new file mode 100644 index 0000000..0a6e072 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/palladium_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/prometheum_block.png b/src/main/resources/assets/taiga/textures/blocks/prometheum_block.png new file mode 100644 index 0000000..aad5be2 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/prometheum_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/prometheum_ore.png b/src/main/resources/assets/taiga/textures/blocks/prometheum_ore.png new file mode 100644 index 0000000..36621e7 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/prometheum_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/proxideum_block.png b/src/main/resources/assets/taiga/textures/blocks/proxideum_block.png new file mode 100644 index 0000000..a305bae Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/proxideum_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/rotten_ground.png b/src/main/resources/assets/taiga/textures/blocks/rotten_ground.png new file mode 100644 index 0000000..10be0ab Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/rotten_ground.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/rubium_block.png b/src/main/resources/assets/taiga/textures/blocks/rubium_block.png new file mode 100644 index 0000000..1977502 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/rubium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/rubium_ore.png b/src/main/resources/assets/taiga/textures/blocks/rubium_ore.png new file mode 100644 index 0000000..2a422ed Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/rubium_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/seismodium_block.png b/src/main/resources/assets/taiga/textures/blocks/seismodium_block.png new file mode 100644 index 0000000..32f7eba Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/seismodium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/slaggold_ore.png b/src/main/resources/assets/taiga/textures/blocks/slaggold_ore.png new file mode 100644 index 0000000..a2cbd94 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/slaggold_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/slagiron_ore.png b/src/main/resources/assets/taiga/textures/blocks/slagiron_ore.png new file mode 100644 index 0000000..c3f9d53 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/slagiron_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/solarium_block.png b/src/main/resources/assets/taiga/textures/blocks/solarium_block.png new file mode 100644 index 0000000..34466a9 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/solarium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/terramite_block.png b/src/main/resources/assets/taiga/textures/blocks/terramite_block.png new file mode 100644 index 0000000..f3307b4 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/terramite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/tiberium_block.png b/src/main/resources/assets/taiga/textures/blocks/tiberium_block.png new file mode 100644 index 0000000..1869eaf Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/tiberium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/tiberium_ore.png b/src/main/resources/assets/taiga/textures/blocks/tiberium_ore.png new file mode 100644 index 0000000..0763e81 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/tiberium_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/titanite_block.png b/src/main/resources/assets/taiga/textures/blocks/titanite_block.png new file mode 100644 index 0000000..4b05462 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/titanite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/titanite_ore.png b/src/main/resources/assets/taiga/textures/blocks/titanite_ore.png new file mode 100644 index 0000000..a84a712 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/titanite_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/ultranite_block.png b/src/main/resources/assets/taiga/textures/blocks/ultranite_block.png new file mode 100644 index 0000000..b615ed8 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/ultranite_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/vibranium_block.png b/src/main/resources/assets/taiga/textures/blocks/vibranium_block.png new file mode 100644 index 0000000..71e61c1 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/vibranium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/vibranium_ore.png b/src/main/resources/assets/taiga/textures/blocks/vibranium_ore.png new file mode 100644 index 0000000..78251bb Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/vibranium_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/violium_block.png b/src/main/resources/assets/taiga/textures/blocks/violium_block.png new file mode 100644 index 0000000..2c6944b Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/violium_block.png differ diff --git a/src/main/resources/assets/taiga/textures/blocks/violium_ore.png b/src/main/resources/assets/taiga/textures/blocks/violium_ore.png new file mode 100644 index 0000000..cb0b06d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/blocks/violium_ore.png differ diff --git a/src/main/resources/assets/taiga/textures/items/anthracite_dust.png b/src/main/resources/assets/taiga/textures/items/anthracite_dust.png new file mode 100644 index 0000000..c8530cf Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/anthracite_dust.png differ diff --git a/src/main/resources/assets/taiga/textures/items/energy_pearl.png b/src/main/resources/assets/taiga/textures/items/energy_pearl.png new file mode 100644 index 0000000..770521f Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/energy_pearl.png differ diff --git a/src/main/resources/assets/taiga/textures/items/fuel_brick.png b/src/main/resources/assets/taiga/textures/items/fuel_brick.png new file mode 100644 index 0000000..f53955a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/fuel_brick.png differ diff --git a/src/main/resources/assets/taiga/textures/items/glimmer_pearl.png b/src/main/resources/assets/taiga/textures/items/glimmer_pearl.png new file mode 100644 index 0000000..58e0bb9 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/glimmer_pearl.png differ diff --git a/src/main/resources/assets/taiga/textures/items/glimmercoal.png b/src/main/resources/assets/taiga/textures/items/glimmercoal.png new file mode 100644 index 0000000..9c5d844 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/glimmercoal.png differ diff --git a/src/main/resources/assets/taiga/textures/items/glimmerstone_dust.png b/src/main/resources/assets/taiga/textures/items/glimmerstone_dust.png new file mode 100644 index 0000000..19d2135 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/glimmerstone_dust.png differ diff --git a/src/main/resources/assets/taiga/textures/items/iron_nugget.png b/src/main/resources/assets/taiga/textures/items/iron_nugget.png new file mode 100644 index 0000000..4bd25a3 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/iron_nugget.png differ diff --git a/src/main/resources/assets/taiga/textures/items/lignite.png b/src/main/resources/assets/taiga/textures/items/lignite.png new file mode 100644 index 0000000..c352803 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/lignite.png differ diff --git a/src/main/resources/assets/taiga/textures/items/luminar_dust.png b/src/main/resources/assets/taiga/textures/items/luminar_dust.png new file mode 100644 index 0000000..572fbe3 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/luminar_dust.png differ diff --git a/src/main/resources/assets/taiga/textures/items/nitro_brick.png b/src/main/resources/assets/taiga/textures/items/nitro_brick.png new file mode 100644 index 0000000..3607cf8 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/nitro_brick.png differ diff --git a/src/main/resources/assets/taiga/textures/items/radiant_pearl.png b/src/main/resources/assets/taiga/textures/items/radiant_pearl.png new file mode 100644 index 0000000..c2bbd34 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/radiant_pearl.png differ diff --git a/src/main/resources/assets/taiga/textures/items/slaggold_ingot.png b/src/main/resources/assets/taiga/textures/items/slaggold_ingot.png new file mode 100644 index 0000000..f1dfcf4 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/slaggold_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/slagiron_ingot.png b/src/main/resources/assets/taiga/textures/items/slagiron_ingot.png new file mode 100644 index 0000000..2b70a7e Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/slagiron_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/spectrum_dust.png b/src/main/resources/assets/taiga/textures/items/spectrum_dust.png new file mode 100644 index 0000000..4097fbc Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/spectrum_dust.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tiberium_nugget.png b/src/main/resources/assets/taiga/textures/items/tiberium_nugget.png new file mode 100644 index 0000000..2aeff63 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tiberium_nugget.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tiberium_shard_instable.png b/src/main/resources/assets/taiga/textures/items/tiberium_shard_instable.png new file mode 100644 index 0000000..7bb8d12 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tiberium_shard_instable.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/adamantite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/adamantite_ingot.png new file mode 100644 index 0000000..c69b1c1 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/adamantite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/aegisalt_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/aegisalt_ingot.png new file mode 100644 index 0000000..e2e6976 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/aegisalt_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/arcanite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/arcanite_ingot.png new file mode 100644 index 0000000..3125946 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/arcanite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/astrium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/astrium_ingot.png new file mode 100644 index 0000000..ae491eb Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/astrium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/bismuth_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/bismuth_ingot.png new file mode 100644 index 0000000..d885294 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/bismuth_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/bysmuid_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/bysmuid_ingot.png new file mode 100644 index 0000000..821a460 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/bysmuid_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/cryptogen_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/cryptogen_ingot.png new file mode 100644 index 0000000..69177ba Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/cryptogen_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/dyonite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/dyonite_ingot.png new file mode 100644 index 0000000..e13556f Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/dyonite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/eternite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/eternite_ingot.png new file mode 100644 index 0000000..f7f091a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/eternite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/fractoryte_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/fractoryte_ingot.png new file mode 100644 index 0000000..78cfbff Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/fractoryte_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/ignitite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/ignitite_ingot.png new file mode 100644 index 0000000..7fbbcad Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/ignitite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/imperomite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/imperomite_ingot.png new file mode 100644 index 0000000..83ddca3 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/imperomite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/karmesine_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/karmesine_ingot.png new file mode 100644 index 0000000..58875a7 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/karmesine_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/lumixyl_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/lumixyl_ingot.png new file mode 100644 index 0000000..9f7e64d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/lumixyl_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/meteorite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/meteorite_ingot.png new file mode 100644 index 0000000..7295e5d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/meteorite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/mindorite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/mindorite_ingot.png new file mode 100644 index 0000000..d7a59f6 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/mindorite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/mythril_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/mythril_ingot.png new file mode 100644 index 0000000..3351cda Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/mythril_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/nitronite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/nitronite_ingot.png new file mode 100644 index 0000000..dd3561a Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/nitronite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/noctunyx_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/noctunyx_ingot.png new file mode 100644 index 0000000..10eadb3 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/noctunyx_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/nucleum_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/nucleum_ingot.png new file mode 100644 index 0000000..9c1da98 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/nucleum_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/palladium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/palladium_ingot.png new file mode 100644 index 0000000..b1b399e Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/palladium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/prometheum_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/prometheum_ingot.png new file mode 100644 index 0000000..ec86456 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/prometheum_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/proxideum_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/proxideum_ingot.png new file mode 100644 index 0000000..b2797b5 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/proxideum_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/rubium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/rubium_ingot.png new file mode 100644 index 0000000..c7baace Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/rubium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/seismodium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/seismodium_ingot.png new file mode 100644 index 0000000..de629c5 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/seismodium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/solarium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/solarium_ingot.png new file mode 100644 index 0000000..a1593e3 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/solarium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/terramite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/terramite_ingot.png new file mode 100644 index 0000000..42e83dd Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/terramite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/tiberium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/tiberium_ingot.png new file mode 100644 index 0000000..817d28e Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/tiberium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/titanite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/titanite_ingot.png new file mode 100644 index 0000000..d85c02c Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/titanite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/ultranite_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/ultranite_ingot.png new file mode 100644 index 0000000..1d0393d Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/ultranite_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/vibranium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/vibranium_ingot.png new file mode 100644 index 0000000..63c9c05 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/vibranium_ingot.png differ diff --git a/src/main/resources/assets/taiga/textures/items/tic/violium_ingot.png b/src/main/resources/assets/taiga/textures/items/tic/violium_ingot.png new file mode 100644 index 0000000..b1dab28 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/items/tic/violium_ingot.png differ