Skip to content
Updated Home (markdown) authored by luk3yx's avatar luk3yx
...@@ -20,6 +20,14 @@ Objects you can add into your formspec. ...@@ -20,6 +20,14 @@ Objects you can add into your formspec.
- [Text][text] - [Text][text]
- [Text box][textbox] - [Text box][textbox]
## Pre-baked chunks:
Pre-baked chunks allow certain chunks of formspec to be copied and reused easily.
- [Player Inventory][formspeclib_player_inventory]
- [Node Inventory][formspeclib_node_inventory]
- [Chest][formspeclib_chest]
## Advanced: ## Advanced:
If you are using a LuaController, [touchscreen][touchscreen], or any other sandbox, you cannot do these. If you are using a LuaController, [touchscreen][touchscreen], or any other sandbox, you cannot do these.
...@@ -33,4 +41,8 @@ If you are using a LuaController, [touchscreen][touchscreen], or any other sandb ...@@ -33,4 +41,8 @@ If you are using a LuaController, [touchscreen][touchscreen], or any other sandb
[text]: ./Object:-text [text]: ./Object:-text
[textbox]: ./Object:-textbox [textbox]: ./Object:-textbox
[formspeclib_player_inventory]: ./Pre-Baked:-formspeclib:player_inventory
[formspeclib_node_inventory]: ./Pre-Baked:-formspeclib:node_inventory
[formspeclib_chest]: ./Pre-Baked:-formspeclib:chest
[touchscreen]: https://github.com/rdococ/formspeclib_touchscreen [touchscreen]: https://github.com/rdococ/formspeclib_touchscreen
\ No newline at end of file