Easy Shulker Boxes [Forge & Fabric]

Easy Shulker Boxes [Forge & Fabric]

4M Downloads

[Suggestion]: Support for removing/disabling container providers without log spam

mosharky opened this issue ยท 2 comments

commented

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.

commented

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.

commented

I would really like this, too. Ideally a config would be great, but I'm happy doing it via datapack if that's easier for you.

Right now I'm just setting them to "type": "easyshulkerboxes:block_entity_view", but I'm not sure if this will have repurcussions later on.