Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emojigit/place_node
Add `setblock` and `place` command to minetest
https://github.com/emojigit/place_node
Last synced: about 2 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T03:16:53.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T05:26:59.298Z (almost 2 years ago)
- Language: Lua
- Size: 4.46 MB
- Stars: 1
- 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`)