![Easy Shulker Boxes [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/852/497/256/256/638255409112395092.png)
[Suggestion]: Item filtering for custom shulker box
luckygun opened this issue ยท 1 comments
Mod Loader (Optional)
Forge
Minecraft Version(s) (Optional)
1.20.1
Mod Version(s) (Optional)
No response
Suggestion (Required)
Hi, I'm making my own modpack and I love to be able to add a filtering option on wich item the player can place in the shulker from the inventory.
My personnal exemple : i tried to replicate your system to another block inventory, an ammo box, which you have to place on the floor to be able to interact with. When placed you can only get items with a specific tag inside.
I copy paste your interface to be able to place ammo in directly from the player inventory. The problem, by doing that the player can get anything in the box and not only ammo.
If possible,it would be great to be to customize that with sometthing like that
{
"type": "easyshulkerboxes:block_entity",
"any_game_mode": true,
"background_color": "green",
"block_entity_type": "minecraft:shulker_box",
"filter_container_items": true,
"inventory_height": 3,
"inventory_width": 5,
"tag": "jeg:ammo" <--
}