Universal Bone Meal [Forge & Fabric]

Universal Bone Meal [Forge & Fabric]

7M Downloads

Error while starting server

Preciel opened this issue · 10 comments

commented

Dump an error while starting server.

Minecraft version: 1.18.2
Forge version: 40.0.36

logs:

latest.log
debug.log

commented

I'm testing this on my own, and I have only been able to reproduce the issue when UBM is installed. Just because UBM is not mentioned in the stacktrace does not mean it is not responsible. I'm going to add UBM to my dev env and see if I can identify the issue. It may be a race condition.

commented

Even though this bug only occur when I try to enable Universal Bonemeal @Fuzss ?
Most likely mods incompatibility.

commented

I don't think this has anything to do with Universal Bone Meal as it does not contain anything related to this error and is mentioned nowhere in the stack trace.

It's probably just a coincidence that you installed the mod at the same time the crash in Ecologics occured.

commented

The only thing in my mod I can think of this could be related to is data pack reloading. I hook into that to recompile a block list based on tags.
https://github.com/Fuzss/universalbonemeal-forge/blob/801214b859710790488123bcff0580f7c608d666/src/main/java/fuzs/universalbonemeal/UniversalBoneMeal.java#L47

But apart from that my mod doesn’t really touch any other areas of the game, no mixins or whatsoever. Only a single event is used for all the bone meal behaviours.

commented

@Fuzss added the logs files

commented

Loot modifiers are handled within the datapack, so that definitely seems like a possibility.

commented

You should report this to the Ecologics mod instead.

commented

@Preciel I release a new version (v3.0.3), can you do a bit of testing if the issue is resolved please?
I'm having trouble replicating the issue both of you got.

commented

@Fuzss just tried and no error occured. ;)

commented

Great, thanks for testing!