mirror of
https://git.minetest.org/BuckarooBanzay/digibuilder.git
synced 2024-12-12 03:33:19 +01:00
update readme
This commit is contained in:
parent
246308e4dc
commit
5336794dc3
22
readme.md
22
readme.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user