Remove custom craftguide fire texture

This commit is contained in:
Wuzzy 2017-07-08 19:59:40 +02:00
parent d2357fab9c
commit 0e10079516
3 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
mcl_core
mcl_compass
mcl_clock
mcl_furnaces
doc

View File

@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB