mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-03 15:10:24 +02:00
Add backface_culling to open chests and fencegates
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user