diff --git a/mods/HELP/mcl_craftguide/depends.txt b/mods/HELP/mcl_craftguide/depends.txt index de1a2085e..ac82e909c 100644 --- a/mods/HELP/mcl_craftguide/depends.txt +++ b/mods/HELP/mcl_craftguide/depends.txt @@ -1,4 +1,5 @@ mcl_core mcl_compass mcl_clock +mcl_furnaces doc diff --git a/mods/HELP/mcl_craftguide/init.lua b/mods/HELP/mcl_craftguide/init.lua index 416458dea..dc87b47b5 100644 --- a/mods/HELP/mcl_craftguide/init.lua +++ b/mods/HELP/mcl_craftguide/init.lua @@ -337,7 +337,7 @@ function craftguide:get_formspec(player_name, is_fuel) ";1,1;"..data.item..";"..data.item..";]".. tooltip.. "image["..(xoffset)..",".. - (iY+1.98)..";1,1;craftguide_fire.png]" + (iY+1.98)..";1,1;default_furnace_fire_fg.png]" else formspec = formspec..self:get_recipe( iY, xoffset, tooltip_raw, data.item, diff --git a/mods/HELP/mcl_craftguide/textures/craftguide_fire.png b/mods/HELP/mcl_craftguide/textures/craftguide_fire.png deleted file mode 100644 index 6e3a83282..000000000 Binary files a/mods/HELP/mcl_craftguide/textures/craftguide_fire.png and /dev/null differ