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:
908db7c
)
liquid_type -> liquidtype
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 26 Nov 2011 01:19:25 +0000
(
03:19
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:52 +0000
(19:13 +0200)
data/builtin.lua
patch
|
blob
|
history
diff --git
a/data/builtin.lua
b/data/builtin.lua
index 7a92bbd27a7c7d9331539afe0f01bacf943f63df..6fd19404e16be81e40fd704be11f866b1eec8abf 100644
(file)
--- a/
data/builtin.lua
+++ b/
data/builtin.lua
@@
-103,7
+103,7
@@
minetest.register_nodedef_defaults({
extra_dug_item = "",
extra_dug_item_rarity = 2,
metadata_name = "",
- liquid
_
type = "none",
+ liquidtype = "none",
liquid_alternative_flowing = "",
liquid_alternative_source = "",
liquid_viscosity = 0,