ChiselsAndBits conflict
TechnicJelle opened this issue ยท 4 comments
In my serverlog it says "[chiselsandbits]: Unable to determine blocks eligibility for chiseling" for some of the blocks in the mod.
I read up on the error (ChiselsAndBits/Chisels-and-Bits#49) and it seems it can't be fixed by @AlgorithmX2.
These are the blocks:
hellfirepvp.astralsorcery.common.block.network.BlockAttunementAltar attempted to load net/minecraft/client/particle/ParticleManager
Is this preventing server start? Or just that you can't chisel the attunement altar?
I think ChiselsAndBits parses every block in the game to see if it can be used for chiselling, but wth some blocks it throws an exception.
Those exceptions log about 20 times and thus drastically slow down startup times to the point where it sometimes can't startup, because the ping took too long (or something like that, anyway).
Is there no blacklist that can be set to prevent it scanning those blocks?