[mcl_end] fix warnings

This commit is contained in:
AFCMS 2021-05-25 08:40:21 +02:00
parent 79cf98c8e3
commit d3a237384d
1 changed files with 2 additions and 0 deletions

View File

@ -450,6 +450,8 @@ function mcl_end.grow_chorus_plant_step(pos, node, pr)
end end
--- ABM --- --- ABM ---
local seed = minetest.get_mapgen_params().seed
local pr = PseudoRandom(seed)
minetest.register_abm({ minetest.register_abm({
label = "Chorus plant growth", label = "Chorus plant growth",
nodenames = { "mcl_end:chorus_flower" }, nodenames = { "mcl_end:chorus_flower" },