Add more descriptions to links_en.yml
This commit is contained in:
parent
3aa6a8edf5
commit
7ebfb4588a
@ -4,38 +4,46 @@
|
|||||||
- hr: true
|
- hr: true
|
||||||
|
|
||||||
- title: Folder Structure
|
- title: Folder Structure
|
||||||
|
description: Learn how to make a mod folder, including init.lua, depends.txt and more.
|
||||||
num: 1
|
num: 1
|
||||||
link: chapters/folders.html
|
link: chapters/folders.html
|
||||||
|
|
||||||
- title: Lua Scripts
|
- title: Lua Scripts
|
||||||
|
description: A basic introduction to Lua, including a guide on global/local scope.
|
||||||
num: 2
|
num: 2
|
||||||
link: chapters/lua.html
|
link: chapters/lua.html
|
||||||
|
|
||||||
- hr: true
|
- hr: true
|
||||||
|
|
||||||
- title: Nodes, Items, and Crafting
|
- title: Nodes, Items, and Crafting
|
||||||
|
description: Learn how to register node, items, and craft recipes using register_node, register_item, and register_craft.
|
||||||
num: 3
|
num: 3
|
||||||
link: chapters/nodes_items_crafting.html
|
link: chapters/nodes_items_crafting.html
|
||||||
|
|
||||||
- title: Creating Textures
|
- title: Creating Textures
|
||||||
|
description: An introduction to making textures in your editor of choice, an a guide on GIMP.
|
||||||
num: 4
|
num: 4
|
||||||
link: chapters/creating_textures.html
|
link: chapters/creating_textures.html
|
||||||
|
|
||||||
- title: Node Drawtypes
|
- title: Node Drawtypes
|
||||||
|
description: Guide to all drawtypes, including node boxes/nodeboxes and mesh nodes.
|
||||||
num: 5
|
num: 5
|
||||||
link: chapters/node_drawtypes.html
|
link: chapters/node_drawtypes.html
|
||||||
|
|
||||||
- hr: true
|
- hr: true
|
||||||
|
|
||||||
- title: Basic Map Operations
|
- title: Basic Map Operations
|
||||||
|
description: Basic operations like set_node and get_node
|
||||||
num: 6
|
num: 6
|
||||||
link: chapters/environment.html
|
link: chapters/environment.html
|
||||||
|
|
||||||
- title: Active Block Modifiers
|
- title: Active Block Modifiers
|
||||||
|
description: Learn how to make an ABM to change blocks.
|
||||||
num: 7
|
num: 7
|
||||||
link: chapters/abms.html
|
link: chapters/abms.html
|
||||||
|
|
||||||
- title: Node Metadata
|
- title: Node Metadata
|
||||||
|
description: Using get_meta to obtain a NodeMetaRef
|
||||||
num: 8
|
num: 8
|
||||||
link: chapters/node_metadata.html
|
link: chapters/node_metadata.html
|
||||||
|
|
||||||
@ -47,14 +55,17 @@
|
|||||||
- hr: true
|
- hr: true
|
||||||
|
|
||||||
- title: Privileges
|
- title: Privileges
|
||||||
|
description: Registering privs
|
||||||
num: 10
|
num: 10
|
||||||
link: chapters/privileges.html
|
link: chapters/privileges.html
|
||||||
|
|
||||||
- title: Chat and Commands
|
- title: Chat and Commands
|
||||||
|
description: Register a chatcommand
|
||||||
num: 11
|
num: 11
|
||||||
link: chapters/chat.html
|
link: chapters/chat.html
|
||||||
|
|
||||||
- title: Chat Command Builder
|
- title: Chat Command Builder
|
||||||
|
description: Use ChatCmdBuilder to make a complex chat command
|
||||||
num: 12
|
num: 12
|
||||||
link: chapters/chat_complex.html
|
link: chapters/chat_complex.html
|
||||||
|
|
||||||
@ -91,6 +102,7 @@
|
|||||||
link: chapters/common_mistakes.html
|
link: chapters/common_mistakes.html
|
||||||
|
|
||||||
- title: Automatic Error Checking
|
- title: Automatic Error Checking
|
||||||
|
description: Use LuaCheck to find errors
|
||||||
num: 20
|
num: 20
|
||||||
link: chapters/luacheck.html
|
link: chapters/luacheck.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user