update readme

This commit is contained in:
BuckarooBanzay 2020-06-16 08:20:53 +02:00
parent 246308e4dc
commit 5336794dc3

@ -1,18 +1,12 @@
Minetest digibuilder
======
Build nodes with digiline commands
![](https://github.com/BuckarooBanzay/digibuilder/workflows/luacheck/badge.svg)
State: **WIP**
# TODO
* [ ] `after_place_node(pos, placer, itemstack, pointed_thing)` compat (digtron mod?)
further issues:
* [ ] Storage of read schematics/buildings
# Settings
* **digibuilder.max_radius** max radius
@ -51,3 +45,15 @@ if event.type == "digiline" and event.channel == "digibuilder" then
-- { pos = { x=1, y=0, z=0 }, success = true, name = "stairs:stair_stone", param2 = 3 }
end
```
# Open issues
* [ ] `after_place_node(pos, placer, itemstack, pointed_thing)` compat (digtron mod?)
further issues:
* [ ] Storage of read schematics/buildings
# License
MIT