Actually Additions

Actually Additions

66M Downloads

Planttech problems

Kaneka opened this issue ยท 3 comments

commented

minecraft.curseforge.com/projects/planttech-first-buds/issues/8

commented

fixed it, thanks a lot

commented

Nothing wrong with your code @Ellpeck, some of the biomes in Planttech didn't have any flowers, which meant that when your lush caves generator tried to make grass grow (https://github.com/Ellpeck/ActuallyAdditions/blob/master/src/main/java/de/ellpeck/actuallyadditions/mod/gen/WorldGenLushCaves.java#L65), it would lead to a crash when it tried to pick a flower to spawn on the grass block.

commented

I removed the this.flowers.clear(). and changed plantflower instead, but I would recommend that you may check if the flowerlist is empty to avoid crashed like this