diff options
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json')
| -rw-r--r-- | TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json new file mode 100644 index 0000000..1aede4c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json @@ -0,0 +1,95 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid" + }, + "variants": { + "stone": [{ + "custom": { "fluid": "stone" } + }], + "obsidian": [{ + "custom": { "fluid": "obsidian" } + }], + "iron": [{ + "custom": { "fluid": "iron" } + }], + "gold": [{ + "custom": { "fluid": "gold" } + }], + "pigiron": [{ + "custom": { "fluid": "pigiron" } + }], + "cobalt": [{ + "custom": { "fluid": "cobalt" } + }], + "ardite": [{ + "custom": { "fluid": "ardite" } + }], + "manyullyn": [{ + "custom": { "fluid": "manyullyn" } + }], + "knightslime": [{ + "custom": { "fluid": "knightslime" } + }], + "emerald": [{ + "custom": { "fluid": "emerald" } + }], + "glass": [{ + "custom": { "fluid": "glass" } + }], + "blood": [{ + "custom": { "fluid": "blood" } + }], + "milk": [{ + "custom": { "fluid": "milk" } + }], + "blueslime": [{ + "custom": { "fluid": "blueslime" } + }], + "purpleslime": [{ + "custom": { "fluid": "purpleslime" } + }], + "brass": [{ + "custom": { "fluid": "brass" } + }], + "copper": [{ + "custom": { "fluid": "copper" } + }], + "tin": [{ + "custom": { "fluid": "tin" } + }], + "bronze": [{ + "custom": { "fluid": "bronze" } + }], + "zinc": [{ + "custom": { "fluid": "zinc" } + }], + "lead": [{ + "custom": { "fluid": "lead" } + }], + "nickel": [{ + "custom": { "fluid": "nickel" } + }], + "silver": [{ + "custom": { "fluid": "silver" } + }], + "electrum": [{ + "custom": { "fluid": "electrum" } + }], + "steel": [{ + "custom": { "fluid": "steel" } + }], + "aluminum": [{ + "custom": { "fluid": "aluminum" } + }], + "alubrass": [{ + "custom": { "fluid": "alubrass" } + }], + "dirt": [{ + "custom": { "fluid": "dirt" } + }], + "clay": [{ + "custom": { "fluid": "clay" } + }] + } +}
\ No newline at end of file |
