fix culling on magma blocks
This commit is contained in:
parent
54145ff6c3
commit
535fe8ff2d
1 changed files with 30 additions and 6 deletions
|
|
@ -6,12 +6,36 @@
|
|||
"to": [16, 16, 16],
|
||||
"forge_data": { "block_light": 15, "sky_light": 15 },
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
|
||||
"north": {
|
||||
"uv": [ 0, 0, 16, 16 ],
|
||||
"texture": "#0",
|
||||
"cullface": "north"
|
||||
},
|
||||
"east": {
|
||||
"uv": [ 0, 0, 16, 16 ],
|
||||
"texture": "#0",
|
||||
"cullface": "east"
|
||||
},
|
||||
"south": {
|
||||
"uv": [ 0, 0, 16, 16 ],
|
||||
"texture": "#0",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"uv": [ 0, 0, 16, 16 ],
|
||||
"texture": "#0",
|
||||
"cullface": "west"
|
||||
},
|
||||
"up": {
|
||||
"uv": [ 0, 0, 16, 16 ],
|
||||
"texture": "#0",
|
||||
"cullface": "up"
|
||||
},
|
||||
"down": {
|
||||
"uv": [ 0, 0, 16, 16 ],
|
||||
"texture": "#0",
|
||||
"cullface": "down"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue