Pyrofab

Results 132 comments of Pyrofab

Could I see the whole crash report please ?

This is currently not supported at all, although it could indeed be interesting - I don't have the spare time to develop such a feature though, so someone else woulf...

Seems to be the same issue as https://github.com/quiqueck/BetterEnd/issues/31, you should be able to fix it by updating BCLib.

A workaround is to have a dummy implementation for your chunk component that you attach to anything that is not a WorldChunk. But this seems to be a fairly common...

Looks like one of your mods requires the cardinal-components-block module but does not bundle it. You should be able to fix the issue by installing the whole library from [curseforge](curseforge.com/minecraft/mc-mods/cardinal-components)...

Ah right, I guess this part could be improved : > If you want your component to tick alongside its provider, you can add the [ServerTickingComponent](https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ServerTickingComponent.java) or [ClientTickingComponent](https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/cardinal-components-base/src/main/java/dev/onyxstudios/cca/api/v3/component/ClientTickingComponent.java) (or both)...

Unmarked 5.0.2 as compatible with 1.19.0, apologies for the inconvenience.

I'll be honest I have no idea how this happens. It could be caused by CCA generating classes before `Identifier` gets loaded by minecraft, but that really should not happen.