fixed default_mese.png texture not found

This commit is contained in:
adrido 2013-12-02 16:36:29 +01:00
parent b15b6043d3
commit b511623f3f

@ -364,7 +364,7 @@ if cannons.enable_explosion then
minetest.register_node("cannons:ball_exploding", { minetest.register_node("cannons:ball_exploding", {
description = "Exploding Cannon Ball", description = "Exploding Cannon Ball",
stack_max = 99, stack_max = 99,
tiles = {"default_mese.png"}, tiles = {"default_mese_block.png"},
drawtype = "nodebox", drawtype = "nodebox",
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",