diff --git a/items.lua b/items.lua index 7b500e8..3b63d6d 100644 --- a/items.lua +++ b/items.lua @@ -364,7 +364,7 @@ if cannons.enable_explosion then minetest.register_node("cannons:ball_exploding", { description = "Exploding Cannon Ball", stack_max = 99, - tiles = {"default_mese.png"}, + tiles = {"default_mese_block.png"}, drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir",