Started by
Cubikore
on
Topic category: Help with Minecraft modding (Java Edition)
I'm currently working on a project where I have a GUI with slots, and I want to bind an item placed in one of the GUI slots to a specific block. The goal is to be able to retrieve the item from the GUI and damage it using the update tick for the block. However, I'm facing some difficulties in achieving this and would greatly appreciate any help.
Here's a breakdown of what I'm trying to achieve:
- I have a GUI with several slots.
- When I place an item in a particular slot, I want it to be bound to a specific block in the game.
- Once the item is bound to the block, I need to be able to retrieve it from the GUI and damage it.
I've tried a few approaches, but I haven't been successful in achieving the desired functionality. I'm hoping that someone can give me some insights or suggestions on how to accomplish this.
Edited by Cubikore on Sat, 05/06/2023 - 18:14