fix env distributor

This commit is contained in:
Robin 2024-07-01 16:35:38 +02:00
parent 4e67873f2c
commit 441e578f66

View File

@ -1,7 +1,7 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"texture_size": [128, 128], "texture_size": [128, 128],
"render_type": "cutout", "render_type": "minecraft:cutout",
"textures": { "textures": {
"0": "environmenttech:block/env_distributor", "0": "environmenttech:block/env_distributor",
"particle": "#0" "particle": "#0"
@ -21,17 +21,17 @@
} }
}, },
{ {
"name": "base", "name": "top",
"from": [0, 6, 0], "from": [0, 6, 0],
"to": [16, 7, 16], "to": [16, 7, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]},
"faces": { "faces": {
"north": {"uv": [2, 4.5, 4, 4.625], "texture": "#0", "cullface": "north"}, "north": {"uv": [2, 4.5, 4, 4.625], "texture": "#0"},
"east": {"uv": [0, 4.5, 2, 4.625], "texture": "#0", "cullface": "east"}, "east": {"uv": [0, 4.5, 2, 4.625], "texture": "#0"},
"south": {"uv": [6, 4.5, 8, 4.625], "texture": "#0", "cullface": "south"}, "south": {"uv": [6, 4.5, 8, 4.625], "texture": "#0"},
"west": {"uv": [4, 4.5, 6, 4.625], "texture": "#0", "cullface": "west"}, "west": {"uv": [4, 4.5, 6, 4.625], "texture": "#0"},
"up": {"uv": [4, 4.5, 2, 2.5], "texture": "#0"}, "up": {"uv": [4, 4.5, 2, 2.5], "texture": "#0"},
"down": {"uv": [6, 2.5, 4, 4.5], "texture": "#0", "cullface": "down"} "down": {"uv": [6, 2.5, 4, 4.5], "texture": "#0"}
} }
}, },
{ {