From c00efedf54aa760be041762be388f7f8adaab553 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Tue, 5 Jun 2018 22:13:46 -0500 Subject: Armor Rendering Part 1 --- .../tinkersdefense/blockstates/fluid_block.json | 134 --------------------- .../tinkersdefense/blockstates/metalblock.json | 7 -- .../tinkersdefense/blockstates/redcandyblock.json | 11 -- 3 files changed, 152 deletions(-) delete mode 100644 src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json delete mode 100644 src/main/resources/assets/tinkersdefense/blockstates/metalblock.json delete mode 100644 src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json (limited to 'src/main/resources/assets/tinkersdefense/blockstates') diff --git a/src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json b/src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json deleted file mode 100644 index a6a3b4e..0000000 --- a/src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "forge_marker": 1, - "defaults": { - "model": "forge:fluid" - }, - "variants": { - "aeonsteel_fluid": [ - { - "custom": { - "fluid": "aeonsteel_fluid" - } - } - ], - "queensgold_fluid": [ - { - "custom": { - "fluid": "queensgold_fluid" - } - } - ], - "dogbearium_fluid": [ - { - "custom": { - "fluid": "dogbearium_fluid" - } - } - ], - "vile_fluid": [ - { - "custom": { - "fluid": "vile_fluid" - } - } - ], - "redcandy_fluid": [ - { - "custom": { - "fluid": "redcandy_fluid" - } - } - ], - "greencandy_fluid": [ - { - "custom": { - "fluid": "greencandy_fluid" - } - } - ], - "sinisterium_fluid": [ - { - "custom": { - "fluid": "sinisterium_fluid" - } - } - ], - "nihilite_fluid": [ - { - "custom": { - "fluid": "nihilite_fluid" - } - } - ], - "vibrant_fluid": [ - { - "custom": { - "fluid": "vibrant_fluid" - } - } - ], - "orichalcum_fluid": [ - { - "custom": { - "fluid": "orichalcum_fluid" - } - } - ], - "pandorium_fluid": [ - { - "custom": { - "fluid": "pandorium_fluid" - } - } - ], - "chorusjuice_fluid": [ - { - "custom": { - "fluid": "chorusjuice_fluid" - } - } - ], - "dragonsbreath_fluid": [ - { - "custom": { - "fluid": "dragonsbreath_fluid" - } - } - ], - "rosegold_fluid": [ - { - "custom": { - "fluid": "rosegold_fluid" - } - } - ], - "platinum_fluid": [ - { - "custom": { - "fluid": "platinum_fluid" - } - } - ], - "brass_fluid": [ - { - "custom": { - "fluid": "brass_fluid" - } - } - ], - "silver_fluid": [ - { - "custom": { - "fluid": "silver_fluid" - } - } - ], - "cheese_fluid": [ - { - "custom": { - "fluid": "cheese_fluid" - } - } - ] - } -} \ No newline at end of file diff --git a/src/main/resources/assets/tinkersdefense/blockstates/metalblock.json b/src/main/resources/assets/tinkersdefense/blockstates/metalblock.json deleted file mode 100644 index cc02bb0..0000000 --- a/src/main/resources/assets/tinkersdefense/blockstates/metalblock.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=aeonsteel": { "model":"tinkersdefense:blocks/aeonsteelblock" }, - "type=queensgold": { "model":"tutorial:block_properties_black" } - "type=dogbearium": { "model":"tutorial:block_properties_black" } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json b/src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json deleted file mode 100644 index f2cd467..0000000 --- a/src/main/resources/assets/tinkersdefense/blockstates/redcandyblock.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "forge_marker": 1, - "defaults": { - "transform": "forge:default-block", - "model": "cube_all", - "textures": { - "all": "tinkersdefense:blocks/redmintblock", - "particle": "#all" - } - } -} \ No newline at end of file -- cgit v1.2.3