Skip to content

Commit 844216c

Browse files
committed
Fix TileDef deprecation warning
1 parent 05d5461 commit 844216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/default/furnace.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ minetest.register_node("default:furnace_active", apply_logger({
397397
"default_furnace_side.png", "default_furnace_side.png",
398398
"default_furnace_side.png",
399399
{
400-
image = "default_furnace_front_active.png",
400+
name = "default_furnace_front_active.png",
401401
backface_culling = false,
402402
animation = {
403403
type = "vertical_frames",

0 commit comments

Comments
 (0)