mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-21 01:00:31 +02:00
Remove biome_lib dep from pl_seaweed
This commit is contained in:
@ -418,7 +418,6 @@ minetest.register_on_generated(function(minp, maxp, blockseed)
|
||||
|
||||
if #locations == 0 then return end
|
||||
for _, pos in ipairs(locations) do
|
||||
print(minetest.pos_to_string(pos))
|
||||
grow_reedmace(pos)
|
||||
end
|
||||
end)
|
||||
|
Reference in New Issue
Block a user