https://github.com/emojigit/place_node
Add `setblock` and `place` command to minetest
https://github.com/emojigit/place_node
Last synced: 11 days ago
JSON representation
Add `setblock` and `place` command to minetest
- Host: GitHub
- URL: https://github.com/emojigit/place_node
- Owner: Emojigit
- License: mit
- Created: 2020-08-04T06:12:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T03:16:53.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T07:46:51.817Z (9 months ago)
- Language: Lua
- Size: 4.46 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`)