diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-07-18 18:42:04 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-07-18 18:42:05 +0200 |
| commit | d4ff6dd9b8af9809f50dc36fe502329946d09a33 (patch) | |
| tree | 2b896f9e4225c3ab671d77b331ecaf14681c25fd /src/main/resources/assets/taiga/blockstates | |
| parent | 389c35b1a5bc097d9258474a7ef30094fddd3318 (diff) | |
readded resources (derp from @zkaface, again!)
fixed some stuff in the readme
Diffstat (limited to 'src/main/resources/assets/taiga/blockstates')
54 files changed, 652 insertions, 0 deletions
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 |
