Started by
mrmaxi's
on
Topic category: Help with Minecraft modding (Java Edition)
Hi!, so im making a BackPack for my mod, but i want it to open my custom inventory Gui WHEN you are selecting it on the inventory and then press right click,
but also when the block is placed in the floor, how can i do that???
Edited by mrmaxi's on Tue, 11/26/2024 - 18:31
Triggers in creating a block:
When block placed (Placing this block triggers procedure)
On block right clicked (When block is place and player right clicks it triggers procedure)
If u want it to open when u have it in hand its better to change in from block to item and to add procedure when player right clicks on block with this item it places a backpack block then