1
0
의 미러 https://github.com/mt-mods/plantlife_modpack.git synced 2025-11-25 09:45:45 +01: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
부모 e9eb1f51e8
커밋 a6c8e4a9d3
4개의 변경된 파일31개의 추가작업 그리고 71개의 파일을 삭제

파일 보기

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