forked from VoxeLibre/VoxeLibre
[mcl_end] fix warnings
This commit is contained in:
parent
79cf98c8e3
commit
d3a237384d
|
@ -450,6 +450,8 @@ function mcl_end.grow_chorus_plant_step(pos, node, pr)
|
|||
end
|
||||
|
||||
--- ABM ---
|
||||
local seed = minetest.get_mapgen_params().seed
|
||||
local pr = PseudoRandom(seed)
|
||||
minetest.register_abm({
|
||||
label = "Chorus plant growth",
|
||||
nodenames = { "mcl_end:chorus_flower" },
|
||||
|
|
Loading…
Reference in New Issue