From df2a7c18588aa5d322910dc1a93ca1be3fea372a Mon Sep 17 00:00:00 2001 From: "Chan, Danny" Date: Wed, 7 Aug 2019 16:08:05 +0800 Subject: [PATCH] Add "cullface" into charged_quartz_ore.json (#4108) --- .../models/block/charged_quartz_ore.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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