ShittingSimulator/mods/pn
2022-11-20 20:51:20 +01:00
..
.gitignore everything added 2022-11-20 20:51:20 +01:00
init.lua everything added 2022-11-20 20:51:20 +01:00
LICENSE everything added 2022-11-20 20:51:20 +01:00
mod.conf everything added 2022-11-20 20:51:20 +01:00
README.md everything added 2022-11-20 20:51:20 +01:00
screenshot.png everything added 2022-11-20 20:51:20 +01:00

This mod add setblock and place command

Commands

/setblock x y z modname:foobar_node & /place x y z modname:foobar_node

Place a block at x,y,z (setblock call minetest.set_node, and place call minetest.place_node)

/setblock_heremodname:foobar_node & /place_here modname:foobar_node

Place a block at your pos (setblock call minetest.set_node, and place call minetest.place_node)