Curios Quark Oddities Backpack

Curios Quark Oddities Backpack

4M Downloads

Can't be right-clicked to be put into the slot

Foozey opened this issue ยท 1 comments

commented

It's easy to add this with Curios, just add to your Curios capability provider:

@Override public boolean canRightClickEquip() { return true; }

You can also add a sound to make it seem more natural.

commented

I'll look into that