forked from VoxeLibre/VoxeLibre
Fix mcl_craftguide dependency
This commit is contained in:
parent
98155d5ebe
commit
a24f34f1b5
|
@ -1,5 +1,4 @@
|
|||
mcl_core
|
||||
mcl_compass
|
||||
mcl_clock
|
||||
mcl_furnaces
|
||||
doc
|
||||
|
|
|
@ -337,6 +337,7 @@ function craftguide:get_formspec(player_name, is_fuel)
|
|||
";1,1;"..data.item..";"..data.item..";]"..
|
||||
tooltip..
|
||||
"image["..(xoffset)..","..
|
||||
-- TODO: Remove fire icon, find better way to represent fuel
|
||||
(iY+1.98)..";1,1;default_furnace_fire_fg.png]"
|
||||
else
|
||||
formspec = formspec..self:get_recipe(
|
||||
|
|
Loading…
Reference in New Issue