diff --git a/mods/craftguide/init.lua b/mods/craftguide/init.lua index 4d019e4a0..5b4f37875 100644 --- a/mods/craftguide/init.lua +++ b/mods/craftguide/init.lua @@ -120,9 +120,11 @@ function craftguide:get_recipe(iY, xoffset, tooltip, item, recipe_num, recipes) elseif is_shapeless then formspec = formspec.. "image["..(xoffset-0.8)..","..(iY+1).. - ".5;0.5,0.5;craftguide_shapeless.png]" + ".5;0.5,0.5;craftguide_shapeless.png^[transformFX]" end + -- TODO: Make “crafting arrow” point to the right, not to the left + local rows = ceil(maxn(items) / width) local btn_size, craftgrid_limit = 1, 5