projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562ac3b
)
remove material from minetest.nodedef_default
author
Perttu Ahola
<celeron55@gmail.com>
Wed, 29 Feb 2012 18:55:56 +0000
(20:55 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 10 Mar 2012 09:28:13 +0000
(11:28 +0200)
data/builtin.lua
patch
|
blob
|
history
diff --git
a/data/builtin.lua
b/data/builtin.lua
index 258704f63587938a7a7b48f5d4ee7f5e3a60d53d..b82b0137a6e8919b1b8ab9317329dd9f0451d879 100644
(file)
--- a/
data/builtin.lua
+++ b/
data/builtin.lua
@@
-402,14
+402,6
@@
minetest.nodedef_default = {
light_source = 0,
damage_per_second = 0,
selection_box = {type="regular"},
- material = {
- diggablity = "normal",
- weight = 0,
- crackiness = 0,
- crumbliness = 0,
- cuttability = 0,
- flammability = 0,
- },
legacy_facedir_simple = false,
legacy_wallmounted = false,
}