mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
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"},
|
||||
drop = '', -- Get nothing
|
||||
is_ground_content = false,
|
||||
material = {
|
||||
diggability = "not",
|
||||
},
|
||||
stack_max = 64,
|
||||
description = "TNT",
|
||||
mesecons = {effector = {
|
||||
|
Loading…
Reference in New Issue
Block a user