everything added

This commit is contained in:
2022-11-20 20:51:20 +01:00
parent e1928d1757
commit 0146ecd60a
29 changed files with 226 additions and 0 deletions

9
mods/pn/README.md Normal file
View File

@@ -0,0 +1,9 @@
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`)