Easy Shulker Boxes [Forge & Fabric]

Easy Shulker Boxes [Forge & Fabric]

4M Downloads

[Suggestion]: Item filtering for custom shulker box

luckygun opened this issue ยท 1 comments

commented

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" <--
}

commented

I don't have the time to work on this for 1.20.1.
However for the new 1.21.6 such a feature has been added.
Would you be interested in checking that out?