WhoCraft / TardisRefined

A Minecraft mod for Forge and Fabric which brings the TARDIS from Doctor Who to Minecraft.
Other
58 stars 23 forks source link

Fix fabric ConcurrentModificationException on cutting shell after #362 #365

Closed grappigegovert closed 2 months ago

grappigegovert commented 2 months ago

It looks like I accidentally introduced a bug with #362 in the fabric version of this mod (which I didn't test), sorry about that. A ConcurrentModificationException occurs when shearing open a rooted shell. Forge apparently includes a patch that fixes this exact issue, but fabric doesn't.

I've fixed it with a small mixin.