
Minetest version: 0.4.9-dev (current dev)
Depends: default
Download: version 0.1.0
Browse Code: github
Adds miniature node-like objects, purely for fun and decoration.
Micronodes can be placed on any pointed node or other micronode face,
they will automatically snap to the closest grid position.
Just like ordinary nodes, use right-click to place and left-click to dig.
This mod is probably best suited to creative mode, however an optional
micronode cutting laser has been added for those wishing to use this in
a survival game.
Issues
Servers can get upset if they find too many active objects in one place
and may randomly remove stuff. If you have problems then try increasing
max_objects_per_block in minetest.conf
Note: Requires a recent development build that includes the following commits
#1b5b6fe: Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacks
#c9b6420: Fix error when calling minetest.node_punch without a pointed_thing
These should be present in most windows builds by now.