Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.04 KB

File metadata and controls

19 lines (10 loc) · 1.04 KB

This mod is for the free game Luanti, now specifically for the VoxelLibre fork.

I made it with a little help from AI (read made by AI completely), and its purpose is to help in building objects/converting materal. The commands are simple and as follows;

/pos1: Sets position one, one corner of the area.

/pos2: Sets position two, the other corner of the area.

/setnode: Takes object in hand and makes it the replacment for anything replaced.

/fill: Basically a replace command; it finds all except air and water blocks in the area selected and sets them to the /setnode node, whatever that might be. (Please note this will cause the server to crash if it's not an item you can place normally.)

/delete: Converts all blocks between pos1 and pos2 to air blocks.

/airfill: Basically a replace command; it finds all blocks in the area selected and sets them to the /setnode node, whatever that might be (Please note this will cause the server to crash if it's not an item you can place normally.)

/undo: Undo the last action.

/redo: Redo the last undone action.