SilentChaos512 / Silent-Gear

Modular tool/armor mod (formerly part of Silent's Gems)
https://www.curseforge.com/minecraft/mc-mods/silent-gear
MIT License
81 stars 37 forks source link

1.19.2 - Silent Gear + PMMO Caused Massive Crash when Using Saw and Vein mining on Tree #590

Open P3rf3ctXZer0 opened 1 year ago

P3rf3ctXZer0 commented 1 year ago

All the info you need is here https://github.com/Caltinor/Project-MMO-2.0/issues/227 no sense in writing it twice.

Caltinor commented 1 year ago

I think this is probably going to be a hard incompatibility. Pmmo's vein mining works by listening to the break event for a "marked" block and if so, performs a player break (which is upstream enough for forge evens to capture those too) for each veinable block.

I'm guessing SG is also using these events and we end up with a circular reference. If my assumptions are correct, then I might have to add an item blacklist config for vein mining.

P3rf3ctXZer0 commented 1 year ago

Sounds pretty accurate. The saw works as an independent tree cutting mod. So its not enchanted or anything like that.