Add "cullface" into charged_quartz_ore.json (#4108)

This commit is contained in:
Chan, Danny
2019-08-07 16:08:05 +08:00
committed by yueh
parent c483bd17f5
commit df2a7c1858
@@ -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