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:
@ -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)
|
||||
|
Reference in New Issue
Block a user