Skip to content
sorcerykid edited this page Apr 20, 2021 · 2 revisions

Bedrock Markup Language is an extensible markup language and API specifically tailored for Minetest formspecs with simple-to-use tags for layout and formatting (e.g. colors, headers, borders, rows and columns), builtin word-wrapping, and support for embedded images (e.g. skins, items, etc.) It is backwards compatible with versions of Minetest 0.4.14+ and has no dependencies other than Simple Skins.

It makes a particularly nice drop-in replacement for the default sign and book editors, if you want to give your users the ability to create nicer looking messages, rather than accepting raw formspec strings which could pose security risks.

Repository:

https://bitbucket.org/sorcerykid/markup

Dependencies:

  • Simple Skins Mod (optional)

Source Code License:

The MIT License

Multimedia License:

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

Clone this wiki locally