1
0
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:
Niklp09
2023-10-26 20:30:32 +02:00
parent 9aa5d85218
commit ac4763e2a6
4 changed files with 102 additions and 61 deletions

View File

@ -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)