Hi,
I started yesterday in forge coding and I need to do one thing, but don't know how.. I have an item class which has an overrided method, RightClick. The problem is that I can't make it individual for each Item created. Bit confusing, isn't it? Let me throw an example:
Player crafted an Item. Player crafted the same Item again. When he right clicks one (no matter which) of the items, the action executes for both.
Can someone help me? It is the only missing thing preventing me to finish the mod.