Flower Seeds 2

Flower Seeds 2

2M Downloads

Server crash on MC 1.20.1

winnetrie83 opened this issue · 4 comments

commented

This message appears right before the crash:

Suppressed: net.minecraftforge.fml.ModLoadingException: Flower Seeds 2 (flowerseeds) encountered an error during the common_setup event phase
§7java.lang.NullPointerException: Registry Object not present: flowerseeds:dandelion_seed

Using MC 1.20.1
Forge 47.2.1
Flowerseeds2-1.20.1-1.1.0

commented

Can you please provide a full debug log usually found logs/debug.log, using one of these sites

https://gist.github.com/: [Free] [SignUp] 100MB
https://paste.gemwire.uk/: [Free] 10MB
https://paste.ee/: [Free] 1MB, [SignUp] 6MB
https://pastebin.com/: [Free] 512KB, [SignUp] [Paid] 10MB
https://hastebin.com/: [Free] 400KB
https://gist.github.com/: [Free] [SignUp] 100MB

commented

I'm very sorry, but i do not have these files anymore with the crash.
It's already overwritten.
I reported this here, removed the mod and went on with my server.
I can only say, it doesn't happen clientsided.
As far as i understand it the code wants to access flowerseeds:dandelion_seed, but it hasn't been registered. Could be misspelled or forgotten to register it...

commented

So i took some free time to setup a server on my pc and run it with ONLY your mod installed.
Using MC 1.20.1
Forge 47.2.1
Flowerseeds2-1.20.1-1.1.0

and here is the debug.log: https://pastebin.com/32JeRgCW
and here the latest.log: https://pastebin.com/7HwJi4k6

Hopefully it helps.