minetest_modding_book/_data/links_en.yml

101 lines
1.6 KiB
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
- hr: true
- 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
- hr: true
- title: Basic Map Operations
num: 6
link: chapters/environment.html
- title: Active Block Modifiers
num: 7
link: chapters/abms.html
- title: Node Metadata
num: 8
link: chapters/node_metadata.html
- title: Lua Voxel Manipulators
num: 9
link: chapters/lvm.html
- hr: true
- title: Privileges
num: 10
link: chapters/privileges.html
- title: Chat and Commands
num: 11
link: chapters/chat.html
- title: Chat Command Builder
num: 12
link: chapters/chat_complex.html
- title: Player Physics
num: 13
link: chapters/player_physics.html
- title: Formspecs
num: 14
link: chapters/formspecs.html
- title: HUD
num: 15
link: chapters/hud.html
- title: "SFINV: Inventory Formspec"
num: 16
link: chapters/sfinv.html
- hr: true
- title: ItemStacks
num: 17
link: chapters/itemstacks.html
- title: Inventories
num: 18
link: chapters/inventories.html
- hr: true
- title: Automatic Error Checking
num: 19
link: chapters/luacheck.html
- title: Releasing a Mod
num: 20
link: chapters/releasing.html
- title: Read More
num: 21
link: chapters/readmore.html
- hr: true