1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-06-28 14:16:11 +02:00

Remove biome_lib dep from pl_seaweed (#64)

* Remove biome_lib dep from pl_seaweed

* Push changes (new approach tomorrow)

* no.2
Co-authored-by: wsor4035 <24964441+wsor4035@users.noreply.github.com>
This commit is contained in:
Niklp
2023-10-27 17:45:01 +02:00
committed by GitHub
parent e9eb1f51e8
commit a6c8e4a9d3
4 changed files with 31 additions and 71 deletions

View File

@ -420,7 +420,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)