Add backface_culling to open chests and fencegates

This commit is contained in:
DS-Minetest 2017-06-19 18:51:21 +02:00 committed by paramat
parent 0f7d0bfd7a
commit 2e413b521a
3 changed files with 21 additions and 3 deletions

View file

@ -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