![Easy Shulker Boxes [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/852/497/256/256/638255409112395092.png)
[Suggestion]: Support for removing/disabling container providers without log spam
mosharky opened this issue ยท 2 comments
Currently, I'm just overriding the json files with empty jsons, but it would be nice to have something like type: "forge:none"
to override them without log spam.
This is already possible via the filter section in pack.mcmeta
: https://minecraft.wiki/w/Data_pack#pack.mcmeta
As an alternative in 1.20.4+ a new type has been added to achieve your desired behavior: iteminteractions:none
.