forked from VoxeLibre/VoxeLibre
Remove material field from TNT def
This commit is contained in:
parent
b150d227e1
commit
674a989061
|
@ -36,9 +36,6 @@ minetest.register_node("tnt:tnt", {
|
||||||
"default_tnt_side.png", "default_tnt_side.png"},
|
"default_tnt_side.png", "default_tnt_side.png"},
|
||||||
drop = '', -- Get nothing
|
drop = '', -- Get nothing
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
material = {
|
|
||||||
diggability = "not",
|
|
||||||
},
|
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
description = "TNT",
|
description = "TNT",
|
||||||
mesecons = {effector = {
|
mesecons = {effector = {
|
||||||
|
|
Loading…
Reference in New Issue