fb528cb7f3 | ||
---|---|---|
.. | ||
LICENSE.md | ||
README.md | ||
depends.txt | ||
init.lua | ||
mod.conf |
README.md
fs51 - WIP formspec backport thing
Attempts to backport real_coordinates[true]
formspecs.
Dependencies
This mod depends on my formspec_ast library.
API functions:
fs51.backport(tree)
: Applies backports to a formspec_ast tree and returns the modified tree. This does not modify the existing tree in place.fs51.backport_string(formspec)
: Similar toformspec_ast.unparse(fs51.backport(formspec_ast.parse(formspec)))
.