![Easy Shulker Boxes [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/852/497/256/256/638255409112395092.png)
[Suggestion]: How do I disable bundle interaction?
FaeWulf opened this issue ยท 2 comments
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?
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.