forked from mtcontrib/plantlife_modpack
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8c2dfd012 | ||
|
|
b7be6de601 |
@@ -126,8 +126,8 @@ for r = 0, 3 do
|
||||
})
|
||||
end
|
||||
|
||||
minetest.register_alias("trunks:moss_plain", "trunks:moss_plain_0")
|
||||
minetest.register_alias("trunks:moss_with_fungus", "trunks:moss_with_fungus_0")
|
||||
minetest.register_alias("trunks:moss", "trunks:moss_plain_0")
|
||||
minetest.register_alias("trunks:moss_fungus", "trunks:moss_with_fungus_0")
|
||||
|
||||
-----------------------------------------------------------------------------------------------
|
||||
-- TWiGS BLoCK
|
||||
|
||||
@@ -197,7 +197,7 @@ vines.register_vine = function( name, defs, def )
|
||||
minetest.set_node(bottom, {
|
||||
name = node.name, param2 = node.param2})
|
||||
|
||||
local timer = minetest.get_node_timer(bottom_node)
|
||||
local timer = minetest.get_node_timer(bottom)
|
||||
|
||||
timer:start(math.random(growth_min, growth_max))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user