summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-30 12:53:58 +0100
committerWuzzy <almikes@aol.com>2016-11-30 12:53:58 +0100
commitaadb19bcc8d9b85408434c93f0007a70b14d290a (patch)
tree775b3eb64e65acc95f6f1f18faf5ff7fc1b8124b
parente06d156250f32c15c12ff0505b3ff070d27c0719 (diff)
Fix crafting image position
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 568c6f9..18a08e0 100644
--- a/init.lua
+++ b/init.lua
@@ -196,7 +196,6 @@ Blocks can have a wide range of different properties which determine mining time
• Group memberships: Blocks may be a member of any number of groups. Groups are used to group similar items and blocks together. Most importantly, group memberships are used for mining. They are also used for many other purposes like crafting or interactions between blocks.
• Drowning damage: See the entry “Basics > Player”.
• Liquids: See the entry “Basics > Liquids”.]=],
- images = { { image = "doc_basics_craft_grid.png" }, { image = "doc_basics_craft_repair.png" }, }
}})
doc.new_entry("basics", "liquids", {
@@ -255,7 +254,8 @@ doc.new_entry("basics", "craft", {
To craft something, you need a few items and a so-called crafting grid.
-TO BE WRITTEN.]=]
+TO BE WRITTEN.]=],
+ images = { { image = "doc_basics_craft_grid.png" }, { image = "doc_basics_craft_repair.png" }, }
}})
doc.new_entry("basics", "minimap", {