Page 1 of 1

[Mod] Nudger [git][nudger]

PostPosted: Wed May 11, 2016 11:11
by Aftermoth
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:
nudger.zip
complete nudger mod
(13.91 KiB) Downloaded 75 times

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

Image

There is also a minimal version, nudger_mini, which performs only rotations and is directly comparable to screwdriver.

Re: [Mod] Nudger [git][nudger]

PostPosted: Wed May 11, 2016 18:24
by ErrorNull
cool. I'll check it out!

Re: [Mod] Nudger [git][nudger]

PostPosted: Thu May 12, 2016 09:08
by Aftermoth
ErrorNull wrote:cool. I'll check it out!

I hope you do. It needs users for perspective ... and maybe promotion :-)

Re: [Mod] Nudger [git][nudger]

PostPosted: Sun Jun 26, 2016 02:18
by Sokomine
The blocks with the letters are a nice way to practice rotation.

Re: [Mod] Nudger [git][nudger]

PostPosted: Fri Jul 01, 2016 09:48
by Aftermoth
Well, I think I've added all the features it needs now.
And refined it as far as possible.