From b511623f3f771ac04273ceee7984a9fb28eae606 Mon Sep 17 00:00:00 2001 From: adrido Date: Mon, 2 Dec 2013 16:36:29 +0100 Subject: [PATCH] fixed default_mese.png texture not found --- items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",