From aadb19bcc8d9b85408434c93f0007a70b14d290a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 30 Nov 2016 12:53:58 +0100 Subject: Fix crafting image position --- init.lua | 4 ++-- 1 file 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", { -- cgit v1.2.3