Topic category: Help with Minecraft modding (Java Edition)
So I kinda doubt this is possible without custom code but thought I'd ask anyway.
I want to make a terrarium block that the player can customize (to a point) in game. I got the idea from the VillagersPlus mod's aquarium block.
I'd like the block to have a small inventory (5 or 6 slots) and the block look changes based on where those items are in the inventory. VP doesn't have an interface but I'd like to have a GUI (that I know how to do more or less) that the player can move things around more easily or remove if they dont like the look (VP you have to break the block and get everything back and start over).
Is there any way to do this without having to make different models for every combination of items I want to allow in the terrarium?