summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json
diff options
context:
space:
mode:
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json')
-rw-r--r--TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json
new file mode 100644
index 0000000..8b3a98c
--- /dev/null
+++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json
@@ -0,0 +1,35 @@
+{
+ "forge_marker": 1,
+ "defaults": {
+ "model": "tconstruct:slime_channel",
+ "textures": {
+ "slime": "tconstruct:blocks/fluids/liquid_flow",
+ "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal"
+ }
+ },
+ "variants": {
+ "connected": {
+ "none": {},
+ "inner": { "model": "tconstruct:slime_channel_inner" },
+ "outer": { "model": "tconstruct:slime_channel_outer" }
+ },
+ "direction": {
+ "west": { "y": 270 },
+ "east": { "y": 90 },
+ "south": { "y": 180 },
+ "north": {},
+
+ "southwest": { "model": "tconstruct:slime_channel_diagonal", "y": 270 },
+ "northeast": { "model": "tconstruct:slime_channel_diagonal", "y": 90 },
+ "southeast": { "model": "tconstruct:slime_channel_diagonal", "y": 180 },
+ "northwest": { "model": "tconstruct:slime_channel_diagonal" }
+ },
+ "powered": {
+ "true": { "textures": {
+ "slime": "tconstruct:blocks/fluids/slime_channel_still",
+ "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal"
+ } },
+ "false": {}
+ }
+ }
+} \ No newline at end of file