mirror of
https://bitbucket.org/kingarthursteam/cannons.git
synced 2024-12-02 11:43:50 +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", {
|
||||
description = "Exploding Cannon Ball",
|
||||
stack_max = 99,
|
||||
tiles = {"default_mese.png"},
|
||||
tiles = {"default_mese_block.png"},
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
Loading…
Reference in New Issue
Block a user