minetest_modding_book/_data/links.yml

35 lines
583 B
YAML
Raw Normal View History

2014-12-31 08:43:27 -08:00
- title: Introduction
link: index.html
- title: Folder Structure
num: 1
link: chapters/folders.html
2015-01-01 07:53:07 -08:00
- title: Lua Scripts
2014-12-31 08:43:27 -08:00
num: 2
2015-01-01 07:53:07 -08:00
link: chapters/lua.html
2014-12-31 08:43:27 -08:00
2015-01-01 07:53:07 -08:00
- title: Nodes, Items and Crafting
2014-12-31 08:43:27 -08:00
num: 3
2015-01-01 07:53:07 -08:00
link: chapters/nodes_items_crafting.html
2014-12-31 08:43:27 -08:00
2015-01-01 07:53:07 -08:00
- title: Node Drawtypes
2014-12-31 08:43:27 -08:00
num: 4
2015-01-01 07:53:07 -08:00
link: chapters/node_drawtypes.html
2014-12-31 08:43:27 -08:00
- title: Active Block Modifiers
num: 5
link: chapters/abms.html
- title: Formspecs
num: 6
link: chapters/formspecs.html
- hr: true
- title: Index
link: book_index.html
- title: Lua Modding API Reference
link: lua_api.html