mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
remove material from minetest.nodedef_default
This commit is contained in:
parent
562ac3bce9
commit
b49a7c140e
1 changed files with 0 additions and 8 deletions
|
@ -402,14 +402,6 @@ minetest.nodedef_default = {
|
||||||
light_source = 0,
|
light_source = 0,
|
||||||
damage_per_second = 0,
|
damage_per_second = 0,
|
||||||
selection_box = {type="regular"},
|
selection_box = {type="regular"},
|
||||||
material = {
|
|
||||||
diggablity = "normal",
|
|
||||||
weight = 0,
|
|
||||||
crackiness = 0,
|
|
||||||
crumbliness = 0,
|
|
||||||
cuttability = 0,
|
|
||||||
flammability = 0,
|
|
||||||
},
|
|
||||||
legacy_facedir_simple = false,
|
legacy_facedir_simple = false,
|
||||||
legacy_wallmounted = false,
|
legacy_wallmounted = false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue