Roll it back, I missed one.

Updated threshold switch texture references
This commit is contained in:
Kryppers 2023-04-30 15:07:18 +01:00
parent 58e86680f1
commit 5f0893e65b
2 changed files with 8 additions and 8 deletions

View file

@ -3,11 +3,11 @@
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"3": "create:block/threshold_switch_back", "3": "create:block/threshold_switch_back",
"level": "create:block/threshold_switch/level_0",
"5": "create:block/threshold_switch_front", "5": "create:block/threshold_switch_front",
"7": "create:block/brass_block", "7": "create:block/brass_block",
"8": "create:block/tunnel/brass_tunnel_top", "8": "create:block/tunnel/brass_tunnel_top_connected",
"particle": "#level" "particle": "create:block/threshold_switch/level_0",
"level": "create:block/threshold_switch/level_0"
}, },
"elements": [ "elements": [
{ {
@ -19,7 +19,7 @@
"south": {"uv": [0, 0, 16, 16], "texture": "#level"}, "south": {"uv": [0, 0, 16, 16], "texture": "#level"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3"}, "west": {"uv": [0, 0, 16, 16], "texture": "#3"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"}, "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"},
"down": {"uv": [0, 0, 16, 16], "texture": "#8"} "down": {"uv": [0, 0, 8, 8], "texture": "#8"}
} }
}, },
{ {

View file

@ -3,11 +3,11 @@
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"3": "create:block/threshold_switch_back", "3": "create:block/threshold_switch_back",
"level": "create:block/threshold_switch/level_0",
"5": "create:block/threshold_switch_front", "5": "create:block/threshold_switch_front",
"7": "create:block/brass_block", "7": "create:block/brass_block",
"8": "create:block/tunnel/brass_tunnel_top", "8": "create:block/tunnel/brass_tunnel_top_connected",
"particle": "#level" "particle": "create:block/threshold_switch/level_0",
"level": "create:block/threshold_switch/level_0"
}, },
"elements": [ "elements": [
{ {
@ -18,7 +18,7 @@
"east": {"uv": [0, 0, 16, 16], "texture": "#3"}, "east": {"uv": [0, 0, 16, 16], "texture": "#3"},
"south": {"uv": [0, 0, 16, 16], "texture": "#level"}, "south": {"uv": [0, 0, 16, 16], "texture": "#level"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3"}, "west": {"uv": [0, 0, 16, 16], "texture": "#3"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#8"}, "up": {"uv": [0, 0, 8, 8], "rotation": 180, "texture": "#8"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"} "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"}
} }
}, },