Make walls connect to nodes in a new wall_connected group (#3159)

This commit is contained in:
Alexander Chibrikin
2024-11-15 17:10:14 +03:00
committed by GitHub
parent 093cd28a27
commit 92daf3e6f4
2 changed files with 7 additions and 1 deletions

View File

@ -341,6 +341,12 @@ walls.register(name, desc, texture, mat, sounds)
^ mat = "default:stone". Used to auto-generate crafting recipe.
^ sounds = sounds: see [#Default sounds]
All walls will be connected to any nodes with one of the following groups:
* `wall`
* `stone`
* `fence`
* `wall_connected`
Farming API
-----------