minetest_modding_book/_data/links.yml

74 lines
1.1 KiB
YAML
Raw Normal View History

2014-12-31 19:43:27 +03:00
- title: Introduction
link: index.html
2015-01-01 20:05:03 +03:00
- hr: true
2014-12-31 19:43:27 +03:00
- title: Folder Structure
num: 1
link: chapters/folders.html
2015-01-01 18:53:07 +03:00
- title: Lua Scripts
2014-12-31 19:43:27 +03:00
num: 2
2015-01-01 18:53:07 +03:00
link: chapters/lua.html
2014-12-31 19:43:27 +03:00
2015-09-25 02:00:15 +03:00
- hr: true
2015-01-01 18:53:07 +03:00
- title: Nodes, Items and Crafting
2014-12-31 19:43:27 +03:00
num: 3
2015-01-01 18:53:07 +03:00
link: chapters/nodes_items_crafting.html
2014-12-31 19:43:27 +03:00
2015-04-07 20:39:10 +03:00
- title: Creating Textures
2014-12-31 19:43:27 +03:00
num: 4
2015-04-07 20:39:10 +03:00
link: chapters/creating_textures.html
- title: Node Drawtypes
num: 5
2015-01-01 18:53:07 +03:00
link: chapters/node_drawtypes.html
2014-12-31 19:43:27 +03:00
2015-09-25 19:38:44 +03:00
- title: Node Metadata
2015-04-07 20:39:10 +03:00
num: 6
2015-09-25 19:38:44 +03:00
link: chapters/node_metadata.html
- title: Active Block Modifiers
num: 7
2014-12-31 19:43:27 +03:00
link: chapters/abms.html
2015-01-01 19:36:52 +03:00
- hr: true
- title: Chat and Commands
2015-09-25 19:38:44 +03:00
num: 8
2015-09-25 02:00:15 +03:00
link: chapters/chat.html
- title: Player Physics
2015-09-25 19:38:44 +03:00
num: 9
2015-01-24 22:05:38 +03:00
link: chapters/player_physics.html
- title: Formspecs
2015-09-25 19:38:44 +03:00
num: 10
2014-12-31 19:43:27 +03:00
link: chapters/formspecs.html
2015-01-01 19:36:52 +03:00
- title: HUD
2015-09-25 19:38:44 +03:00
num: 11
2015-01-01 19:36:52 +03:00
link: chapters/hud.html
2014-12-31 19:43:27 +03:00
- hr: true
2015-09-25 20:40:01 +03:00
- title: ItemStacks
num: 12
link: chapters/itemstacks.html
- hr: true
2015-01-11 23:05:52 +03:00
- title: Releasing a Mod
2015-09-25 20:40:01 +03:00
num: 13
2015-01-11 23:05:52 +03:00
link: chapters/releasing.html
2015-09-25 22:12:16 +03:00
- title: Read More
num: 14
link: chapters/readmore.html
2015-01-11 23:05:52 +03:00
- hr: true
2014-12-31 19:43:27 +03:00
- title: Lua Modding API Reference
link: lua_api.html