Easy Shulker Boxes [Forge & Fabric]

Easy Shulker Boxes [Forge & Fabric]

4M Downloads

[Suggestion]: How do I disable bundle interaction?

FaeWulf opened this issue ยท 2 comments

commented

Mod Loader (Optional)

Fabric

Minecraft Version(s) (Optional)

1.21

Mod Version(s) (Optional)

No response

Suggestion (Required)

I am making a mod that adds more capacity for vanilla bundle,. when using with this mod it doesn't work as intend (this mod prevent adding more items than 64)
Is there any way to work around this?

commented

There is a provider type iteminteractions:empty that allows for disabling an existing provider.

So in your mod you can include this file with:

{
  "type": "iteminteractions:empty"
}

At least that's the idea, there might be an issue with mod data pack loading order, when your mod loads after mine it's likely not going to work.

commented

Thank you!