ChiselsAndBits conflict
TechnicJelle opened this issue ยท 6 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:
net.darkhax.darkutils.features.sneaky.BlockSneaky attempted to load net/minecraft/client/particle/ParticleManager
Sneaky blocks are tile entities and don't have textures, so you should not be able to use them in chisel and bits blocks.
That's what I figured, but still ChiselsAndBits seems to think it needs to make the sneaky block a chiseled version.
I have pushed out this experimental fix for your issue. Please let me know if it fixed your issue. https://minecraft.curseforge.com/projects/dark-utilities/files/2539462
It seems to have done the trick!
It's not in the humongous list of caught exceptions anymore!
Thanks!