Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`)