Add backface_culling to open chests and fencegates
This commit is contained in:
parent
0f7d0bfd7a
commit
2e413b521a
3 changed files with 21 additions and 3 deletions
|
@ -155,7 +155,8 @@ The doors mod allows modders to register custom doors and trapdoors.
|
|||
### Fence gate definition
|
||||
|
||||
description = "Wooden Fence Gate",
|
||||
texture = "default_wood.png",
|
||||
texture = "default_wood.png", -- `backface_culling` will automatically be
|
||||
-- set to `true` if not specified.
|
||||
material = "default:wood",
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
|
||||
sounds = default.node_sound_wood_defaults(), -- optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue