
Barrel hammer unable to remove upgrades from sorting barrel.
NolanSyKinsley opened this issue ยท 1 comments
This is a problem caused by what I described in #294 that comes with a non-native implementation on our side rather than a native one on JABBA's side.
The problem is that JABBA specifically checks for it's own barrel block in the barrel hammer item code. This could be fixed by JABBA instead checking for any block that extends BlockBarrel, but that only makes sense for >them< if they actually do the implementation on their side.
This might be possible to fix on our side with some weird workarounds and whatever, but I'd rather have it not work than making the mess even deeper and possibly causing more problems.