minetest_modding_book/_data/links.yml

86 lines
1.3 KiB
YAML
Raw Normal View History

2014-12-31 08:43:27 -08:00
- title: Introduction
link: index.html
2015-01-01 09:05:03 -08:00
- hr: true
2014-12-31 08:43:27 -08:00
- 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-09-24 16:00:15 -07:00
- hr: true
2015-11-08 07:57:40 -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-04-07 10:39:10 -07:00
- title: Creating Textures
2014-12-31 08:43:27 -08:00
num: 4
2015-04-07 10:39:10 -07:00
link: chapters/creating_textures.html
- title: Node Drawtypes
num: 5
2015-01-01 07:53:07 -08:00
link: chapters/node_drawtypes.html
2014-12-31 08:43:27 -08:00
2015-09-25 09:38:44 -07:00
- title: Node Metadata
2015-04-07 10:39:10 -07:00
num: 6
2015-09-25 09:38:44 -07:00
link: chapters/node_metadata.html
- title: Active Block Modifiers
num: 7
2014-12-31 08:43:27 -08:00
link: chapters/abms.html
2015-01-01 08:36:52 -08:00
- hr: true
2016-04-09 06:27:06 -07:00
- title: Privileges
2015-09-25 09:38:44 -07:00
num: 8
2016-04-09 06:27:06 -07:00
link: chapters/privileges.html
- title: Chat and Commands
num: 9
2015-09-24 16:00:15 -07:00
link: chapters/chat.html
2016-06-16 17:08:44 -07:00
- title: Complex Chat Commands
2016-04-09 06:27:06 -07:00
num: 10
2016-06-16 17:08:44 -07:00
link: chapters/chat_complex.html
- title: Player Physics
num: 11
2015-01-24 11:05:38 -08:00
link: chapters/player_physics.html
- title: Formspecs
2016-06-16 17:08:44 -07:00
num: 12
2014-12-31 08:43:27 -08:00
link: chapters/formspecs.html
2015-01-01 08:36:52 -08:00
- title: HUD
2016-06-16 17:08:44 -07:00
num: 13
2015-01-01 08:36:52 -08:00
link: chapters/hud.html
2014-12-31 08:43:27 -08:00
- hr: true
2015-09-25 10:40:01 -07:00
- title: ItemStacks
2016-06-16 17:08:44 -07:00
num: 14
2015-09-25 10:40:01 -07:00
link: chapters/itemstacks.html
2015-11-21 09:05:45 -08:00
- title: Inventories
2016-06-16 17:08:44 -07:00
num: 15
2015-11-21 09:05:45 -08:00
link: chapters/inventories.html
2015-09-25 10:40:01 -07:00
- hr: true
2015-01-11 12:05:52 -08:00
- title: Releasing a Mod
2016-06-16 17:08:44 -07:00
num: 16
2015-01-11 12:05:52 -08:00
link: chapters/releasing.html
2015-09-25 12:12:16 -07:00
- title: Read More
2016-06-16 17:08:44 -07:00
num: 17
2015-09-25 12:12:16 -07:00
link: chapters/readmore.html
2015-01-11 12:05:52 -08:00
- hr: true
2014-12-31 08:43:27 -08:00
- title: Lua Modding API Reference
link: lua_api.html