[Mod] Nudger [git][nudger]
Nudger is a tool for manipulating node orientation and form.
* Rotates nodes in three dimensions using player-relative operations.
* Stores a node's absolute orientation and applies it other nodes.
* Cycles through nodes registered as alternative forms of a single functional node. For example, stairs may have straight, convex, and concave forms.
nudger.register_transforms(
string. Shared prefix of node names. Can be ''.
table of strings. Node name remainders. Can include ''.
integer. Tool wear in uses out of 255.
function, called with (pos). Optional callback. Can be nil.
)
* A fully orientable node is provided to clearly demonstrate the result of operations.
recipe:
default:copper_ingot
group:stick
Download:
Mod dependencies: default (for crafting materials, otherwise none)
Licensing:
- Code: LGPLv2.1 or LGPLv3
Target: Minetest 0.4.10
Github: https://github.com/Aftermoth/nudger

There is also a minimal version, nudger_mini, which performs only rotations and is directly comparable to screwdriver.
* Rotates nodes in three dimensions using player-relative operations.
* Stores a node's absolute orientation and applies it other nodes.
* Cycles through nodes registered as alternative forms of a single functional node. For example, stairs may have straight, convex, and concave forms.
nudger.register_transforms(
string. Shared prefix of node names. Can be ''.
table of strings. Node name remainders. Can include ''.
integer. Tool wear in uses out of 255.
function, called with (pos). Optional callback. Can be nil.
)
* A fully orientable node is provided to clearly demonstrate the result of operations.
recipe:
default:copper_ingot
group:stick
Download:
Mod dependencies: default (for crafting materials, otherwise none)
Licensing:
- Code: LGPLv2.1 or LGPLv3
Target: Minetest 0.4.10
Github: https://github.com/Aftermoth/nudger
There is also a minimal version, nudger_mini, which performs only rotations and is directly comparable to screwdriver.