isn't ground content

This commit is contained in:
Luke aka SwissalpS 2024-03-01 13:49:45 +01:00 committed by GitHub
parent f950dd5fbe
commit 70b7cbdb56
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(),
})