From 2fd9e59242efba7a8a375c4fb36f1f6f6ecc1500 Mon Sep 17 00:00:00 2001 From: Rogier Date: Sat, 7 Feb 2015 18:10:40 +0100 Subject: Display conversion method symbolically and textually next to arrow --- api.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api.lua') diff --git a/api.lua b/api.lua index b338cfb..d9e85e3 100644 --- a/api.lua +++ b/api.lua @@ -152,6 +152,7 @@ end unified_inventory.register_craft_type("normal", { description = "Crafting", + icon = "ui_craftgrid_icon.png", width = 3, height = 3, get_shaped_craft_width = function (craft) return craft.width end, @@ -167,6 +168,7 @@ unified_inventory.register_craft_type("normal", { unified_inventory.register_craft_type("shapeless", { description = "Mixing", + icon = "ui_craftgrid_icon.png", width = 3, height = 3, dynamic_display_size = function (craft) @@ -181,6 +183,7 @@ unified_inventory.register_craft_type("shapeless", { unified_inventory.register_craft_type("cooking", { description = "Cooking", + icon = "default_furnace_front.png", width = 1, height = 1, }) @@ -188,6 +191,7 @@ unified_inventory.register_craft_type("cooking", { unified_inventory.register_craft_type("digging", { description = "Digging", + icon = "default_tool_steelpick.png", width = 1, height = 1, }) -- cgit v1.2.3