diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-07-16 12:52:46 +0200 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-07-16 12:52:46 +0200 |
| commit | 83621749abd96d588d8e714fbc56c0cf510579dc (patch) | |
| tree | 01401e4654c1e58fcb44d3382721f3b8fec4cb41 /src/main/resources | |
| parent | 615d8a47143ba813321157c59dd52b441febaa98 (diff) | |
Fixed missing and wrong positioned names
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/ztic_addon/blockstates/fluid_block.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/resources/assets/ztic_addon/blockstates/fluid_block.json b/src/main/resources/assets/ztic_addon/blockstates/fluid_block.json new file mode 100644 index 0000000..2edf31e --- /dev/null +++ b/src/main/resources/assets/ztic_addon/blockstates/fluid_block.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid" + }, + "variants": { + "arcanite": [ + { + "custom": { + "fluid": "arcanite" + } + } + ], + "titanite": [ + { + "custom": { + "fluid": "titanite" + } + } + ], + "dyonite": [ + { + "custom": { + "fluid": "dyonite" + } + } + ] + } +}
\ No newline at end of file |
