diff --git a/mods/eventobjects/init.lua b/mods/eventobjects/init.lua index d15a01c0..70f80e65 100755 --- a/mods/eventobjects/init.lua +++ b/mods/eventobjects/init.lua @@ -21,12 +21,12 @@ minetest.register_node("eventobjects:surprise_node", { }, special_tiles = { { - image = "blocmario.png", + image = "eventobjects_surprise_node_top.png", backface_culling=false, animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6} }, { - image = "blocmario.png", + image = "eventobjects_surprise_node_top.png", backface_culling=true, animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6} }