Change the fuel icon
This commit is contained in:
parent
e3577b0427
commit
d09a412bd8
6 changed files with 1 additions and 1 deletions
mods
HELP/mcl_craftguide
ITEMS/mcl_furnaces/textures
|
@ -338,7 +338,7 @@ function craftguide:get_formspec(player_name, is_fuel)
|
||||||
tooltip..
|
tooltip..
|
||||||
"image["..(xoffset)..","..
|
"image["..(xoffset)..","..
|
||||||
-- TODO: Remove fire icon, find better way to represent fuel
|
-- TODO: Remove fire icon, find better way to represent fuel
|
||||||
(iY+1.98)..";1,1;default_furnace_fire_fg.png]"
|
(iY+1.98)..";1,1;mcl_craftguide_fuel.png]"
|
||||||
else
|
else
|
||||||
formspec = formspec..self:get_recipe(
|
formspec = formspec..self:get_recipe(
|
||||||
iY, xoffset, tooltip_raw, data.item,
|
iY, xoffset, tooltip_raw, data.item,
|
||||||
|
|
BIN
mods/HELP/mcl_craftguide/textures/mcl_craftguide_fuel.png
Normal file
BIN
mods/HELP/mcl_craftguide/textures/mcl_craftguide_fuel.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 301 B |
Binary file not shown.
Before ![]() (image error) Size: 454 B After ![]() (image error) Size: 170 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 276 B After ![]() (image error) Size: 209 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 370 B After ![]() (image error) Size: 161 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 341 B After ![]() (image error) Size: 157 B ![]() ![]() |
Loading…
Add table
Reference in a new issue