summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRobert Sosnitzka <robert.sosnitzka@gmail.com>2016-07-16 12:52:46 +0200
committerRobert Sosnitzka <robert.sosnitzka@gmail.com>2016-07-16 12:52:46 +0200
commit83621749abd96d588d8e714fbc56c0cf510579dc (patch)
tree01401e4654c1e58fcb44d3382721f3b8fec4cb41 /src/main/resources
parent615d8a47143ba813321157c59dd52b441febaa98 (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.json29
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