mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
fix typo
This commit is contained in:
parent
9367dbf93f
commit
525e56da26
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ minetest.register_node("default:chest_locked", {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
function default.get_furnace_active_formspec(pos,percent)
|
function default.get_furnace_active_formspec(pos, percent)
|
||||||
local formspec =
|
local formspec =
|
||||||
"size[8,9]"..
|
"size[8,9]"..
|
||||||
"image[2,2;1,1;default_furnace_fire_bg.png^[lowpart:"..
|
"image[2,2;1,1;default_furnace_fire_bg.png^[lowpart:"..
|
||||||
|
|
Loading…
Add table
Reference in a new issue