mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-26 09:05:02 -04:00
Make walls connect to nodes in a new wall_connected
group (#3159)
This commit is contained in:
parent
093cd28a27
commit
92daf3e6f4
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue