mirror of
https://bitbucket.org/kingarthursteam/cannons.git
synced 2024-12-02 19:53:48 +01:00
fixed default_mese.png texture not found
This commit is contained in:
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user