mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 12:15:17 +00:00
Remove material field from TNT def
This commit is contained in:
parent
b150d227e1
commit
674a989061
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ minetest.register_node("tnt:tnt", {
|
|||
"default_tnt_side.png", "default_tnt_side.png"},
|
||||
drop = '', -- Get nothing
|
||||
is_ground_content = false,
|
||||
material = {
|
||||
diggability = "not",
|
||||
},
|
||||
stack_max = 64,
|
||||
description = "TNT",
|
||||
mesecons = {effector = {
|
||||
|
|
Loading…
Reference in a new issue