forked from VoxeLibre/VoxeLibre
Remove custom craftguide fire texture
This commit is contained in:
parent
d2357fab9c
commit
0e10079516
|
@ -1,4 +1,5 @@
|
|||
mcl_core
|
||||
mcl_compass
|
||||
mcl_clock
|
||||
mcl_furnaces
|
||||
doc
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue