minetest_modding_book/_data/links.yml

54 lines
852 B
YAML

- title: Introduction
link: index.html
- hr: true
- title: Folder Structure
num: 1
link: chapters/folders.html
- title: Lua Scripts
num: 2
link: chapters/lua.html
- title: Nodes, Items and Crafting
num: 3
link: chapters/nodes_items_crafting.html
- title: Creating Textures
num: 4
link: chapters/creating_textures.html
- title: Node Drawtypes
num: 5
link: chapters/node_drawtypes.html
- title: Active Block Modifiers
num: 6
link: chapters/abms.html
- hr: true
- title: Player Physics
num: 7
link: chapters/player_physics.html
- title: Formspecs
num: 8
link: chapters/formspecs.html
- title: HUD
num: 9
link: chapters/hud.html
- hr: true
- title: Releasing a Mod
num: 10
link: chapters/releasing.html
- hr: true
- title: Lua Modding API Reference
link: lua_api.html