isn't ground content (#3)

This commit is contained in:
Luke aka SwissalpS 2024-03-01 17:06:50 +01:00 committed by GitHub
parent f950dd5fbe
commit 1aeb88d6fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ minetest.register_node("coloredwood:wood_block", {
walkable = true,
sunlight_propagates = false,
groups = groups,
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
})