juraj-hrivnak / Greenery

Minecraft Forge mod that makes the world more green and lively by adding new plants.
https://juraj-hrivnak.github.io/Greenery/
MIT License
9 stars 3 forks source link

Crash on creating new world #10

Closed Lach01298 closed 1 year ago

Lach01298 commented 1 year ago

crash-2023-03-11_13.55.40-server.txt

juraj-hrivnak commented 1 year ago

I need to update the Fiuidlogged API. Until then you can use v1.9.0.6

juraj-hrivnak commented 1 year ago

Fixed in v3.1

Lach01298 commented 1 year ago

Still happens in 3.1 with latest Fluidlogged API. crash-2023-03-12_14.29.53-server.txt

juraj-hrivnak commented 1 year ago

Interesting. Try to delete the config file for Greenery. It looks like there is error when parsing it.

Lach01298 commented 1 year ago

Deleted configs, still get the same crash.

juraj-hrivnak commented 1 year ago

Can you send the full latest.log? I can not reproduce this.

juraj-hrivnak commented 1 year ago

@Lach01298 I still can not reproduce this. Can you send the full latest log and, if possible, the debug log too, and also the config file?

juraj-hrivnak commented 1 year ago

Oh okay, now I know what’s causing it. Biome configured in the config doesn’t exist.

FranklinMCA commented 1 year ago

Hey! I have the same problem here. crash-2023-03-13_21.41.30-server.txt

juraj-hrivnak commented 1 year ago

For now you can fix the issue by removing the biomesoplenty:pasture biome from the barley’s world gen config.

FranklinMCA commented 1 year ago

It works. Thank u for your help!