Modify adjacent nodes with one click to build walls.
When building larger structures in Luanti games with building focus you might find yourself in a situation where you might want to raise up a line of nodes to build some sort of wall.
A trowel or brick trowel is a brick mason’s tool that is used for building walls – and this mod implements one, so you can build walls, too.
The mod respects creative/survival modes.
For in-depth information on the functionality of the registered tool, and configuration for servers and API usage, see the advanced configuration readme in the source repository.
By default the trowel can be obtained either by crafting or by invoking a chat command if there is not craft recipe being registered. This can be changed by games. If neither of the methods work in your game, check the game’s instructions.
The craft recipe shape is always the same. The needed items are depending on the game.
┏━━━┯━━━┯━━━┓
┃ │ S │ H ┃
┠───┼───┼───┨
┃ │ S │ ┃
┠───┼───┼───┨
┃ P │ P │ ┃
┗━━━┷━━━┷━━━┛
- P → plate
- S → shaft
- H → handle
It is always something iron-y for the plate, something stick-y for the shaft and something handle-y for the handle (either handle material like leather or something you could wrap around a stick to get a handle – like a string for example).
If the game has no craft recipe materials assigned (or the assigned materials are invalid) a chat command is registered instead. With this chat command you can obtain a trowel for free.
/trowel giveme
The following games have a craft recipe registered. Consult your game’s craft recipes overview for details on what materials are needed.
- Asuna
- Mesecraft
- Mineclonia
- Minetest Game
- VoxeLibre
Feel free to suggest games to add (as well as the materials to use for the plate, the shaft, and the handle).