mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-15 06:00:17 +01:00
Small tweak
This commit is contained in:
parent
2e30413b52
commit
63ae743a68
2
init.lua
2
init.lua
|
@ -1122,7 +1122,7 @@ local function get_output_fs(fs, data, rcp, is_recipe, shapeless, right, btn_siz
|
|||
fs(fmt("image", arrow_X, Y + 0.06, 1, 1, PNG.arrow))
|
||||
|
||||
if rcp.type == "fuel" then
|
||||
fs(fmt("animated_image", X, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE, PNG.fire_anim, 8, 180))
|
||||
fs(fmt("animated_image", X + 0.05, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE, PNG.fire_anim, 8, 180))
|
||||
else
|
||||
local item = rcp.output
|
||||
item = ItemStack(clean_name(item))
|
||||
|
|
Loading…
Reference in New Issue
Block a user