use real function calls instead of the old string method where possible
(basically leaving only the old legacy mapgen calls still using the string method)
这个提交包含在:
@@ -207,7 +207,7 @@ plantslib:register_generate_plant({
|
||||
min_elevation = 1, -- above sea level
|
||||
plantlife_limit = -0.9,
|
||||
},
|
||||
"abstract_bushes.grow_bush"
|
||||
abstract_bushes.grow_bush
|
||||
)
|
||||
|
||||
abstract_bushes.grow_youngtree2 = function(pos)
|
||||
@@ -252,7 +252,7 @@ plantslib:register_generate_plant({
|
||||
min_elevation = 1, -- above sea level
|
||||
plantlife_limit = -0.9,
|
||||
},
|
||||
"abstract_bushes.grow_youngtree2"
|
||||
abstract_bushes.grow_youngtree2
|
||||
)
|
||||
|
||||
--http://dev.minetest.net/Node_Drawtypes
|
||||
|
||||
在新工单中引用
屏蔽一个用户