Compare commits

..

1 Commits

Author SHA1 Message Date
103624bc28 Fix item positioning for large recipes 2020-04-16 18:39:39 +02:00
3 changed files with 2 additions and 2 deletions

View File

@ -1166,12 +1166,12 @@ end
craftguide.register_craft_type("digging", { craftguide.register_craft_type("digging", {
description = ES"Digging", description = ES"Digging",
icon = "craftguide_steelpick.png", icon = "default_tool_steelpick.png",
}) })
craftguide.register_craft_type("digging_chance", { craftguide.register_craft_type("digging_chance", {
description = ES"Digging Chance", description = ES"Digging Chance",
icon = "craftguide_mesepick.png", icon = "default_tool_mesepick.png",
}) })
local function search(data) local function search(data)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB