diff --git a/src/main/resources/assets/environmenttech/models/block/env_distributor.json b/src/main/resources/assets/environmenttech/models/block/env_distributor.json index e7c9eb3..d103372 100644 --- a/src/main/resources/assets/environmenttech/models/block/env_distributor.json +++ b/src/main/resources/assets/environmenttech/models/block/env_distributor.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "texture_size": [128, 128], - "render_type": "cutout", + "render_type": "minecraft:cutout", "textures": { "0": "environmenttech:block/env_distributor", "particle": "#0" @@ -21,17 +21,17 @@ } }, { - "name": "base", + "name": "top", "from": [0, 6, 0], "to": [16, 7, 16], "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, "faces": { - "north": {"uv": [2, 4.5, 4, 4.625], "texture": "#0", "cullface": "north"}, - "east": {"uv": [0, 4.5, 2, 4.625], "texture": "#0", "cullface": "east"}, - "south": {"uv": [6, 4.5, 8, 4.625], "texture": "#0", "cullface": "south"}, - "west": {"uv": [4, 4.5, 6, 4.625], "texture": "#0", "cullface": "west"}, + "north": {"uv": [2, 4.5, 4, 4.625], "texture": "#0"}, + "east": {"uv": [0, 4.5, 2, 4.625], "texture": "#0"}, + "south": {"uv": [6, 4.5, 8, 4.625], "texture": "#0"}, + "west": {"uv": [4, 4.5, 6, 4.625], "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"} } }, {