diff --git a/src/main/resources/assets/appliedenergistics2/models/block/charged_quartz_ore.json b/src/main/resources/assets/appliedenergistics2/models/block/charged_quartz_ore.json index c8f3d2ec4..ecebe4e29 100644 --- a/src/main/resources/assets/appliedenergistics2/models/block/charged_quartz_ore.json +++ b/src/main/resources/assets/appliedenergistics2/models/block/charged_quartz_ore.json @@ -10,22 +10,22 @@ { "faces": { "down": { - "texture": "#block" + "texture": "#block", "cullface": "down" }, "east": { - "texture": "#block" + "texture": "#block", "cullface": "east" }, "north": { - "texture": "#block" + "texture": "#block", "cullface": "north" }, "south": { - "texture": "#block" + "texture": "#block", "cullface": "south" }, "up": { - "texture": "#block" + "texture": "#block", "cullface": "up" }, "west": { - "texture": "#block" + "texture": "#block", "cullface": "west" } }, "from": [ @@ -43,6 +43,7 @@ "faces": { "down": { "texture": "#quartz", + "cullface": "down", "uvlightmap": { "block": 0.007, "sky": 0.007 @@ -50,6 +51,7 @@ }, "east": { "texture": "#quartz", + "cullface": "east", "uvlightmap": { "block": 0.007, "sky": 0.007 @@ -57,6 +59,7 @@ }, "north": { "texture": "#quartz", + "cullface": "north", "uvlightmap": { "block": 0.007, "sky": 0.007 @@ -64,6 +67,7 @@ }, "south": { "texture": "#quartz", + "cullface": "south", "uvlightmap": { "block": 0.007, "sky": 0.007 @@ -71,6 +75,7 @@ }, "up": { "texture": "#quartz", + "cullface": "up", "uvlightmap": { "block": 0.007, "sky": 0.007 @@ -78,6 +83,7 @@ }, "west": { "texture": "#quartz", + "cullface": "west", "uvlightmap": { "block": 0.007, "sky": 0.007