diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-07-16 22:33:14 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-07-16 22:34:23 +0200 |
| commit | 9800f7ce8c17e8a5e59dd237c85a54ccb374713c (patch) | |
| tree | 6f9ca444d157afee64dc23ac5d89e7dcec6cc3c9 /src/main/resources | |
| parent | 008e26b575877f3587536fc5565f2033ec4fa82d (diff) | |
fixed fluid blocks, just need to add all into the JSON @Zkaface
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/ztic_addon/blockstates/fluid_block.json | 7 |
1 files changed, 7 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 index 2edf31e..4b980cb 100644 --- a/src/main/resources/assets/ztic_addon/blockstates/fluid_block.json +++ b/src/main/resources/assets/ztic_addon/blockstates/fluid_block.json @@ -25,5 +25,12 @@ } } ] + "astrium": [ + { + "custom": { + "fluid": "astrium" + } + } + ] } }
\ No newline at end of file |
