[Mod] instafill [1.30] - create cuboids
This is currently a work in progess. It does the right thing in single player.
A mod for Minetest which allows players to create a solid cube of a given type of node by placing two nodes of that type at opposite corners of the desired cube. This enables the easy creation of lines, planes, and rectagles of nodes.
Instafill is toggled by means of the "/f" command. Chat messages will let you know what state you're in.
Code license : GPLv2/later
Mod dependencies: default
Download link: 1.30
Github link: instafill source
Video demos:
Changelog:
A mod for Minetest which allows players to create a solid cube of a given type of node by placing two nodes of that type at opposite corners of the desired cube. This enables the easy creation of lines, planes, and rectagles of nodes.
Instafill is toggled by means of the "/f" command. Chat messages will let you know what state you're in.
Code license : GPLv2/later
Mod dependencies: default
Download link: 1.30
Github link: instafill source
Video demos:
Changelog:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
1.30 - better safety (single player) and messaging
1.20 - supports creative mode properly + removed "env:" (requires >= 4.7)
1.10 - now pulls from multiple inventory stacks correctly
1.00 - feature complete, adds taking nodes from inventory only
0.91 - fix to ensure dug nodes no longer act as instafill corners
0.90 - initial release, missing taking nodes from inventory only