Right now, i'm stuck with an error :
[f]: The mod f appears to have an invalid event annotation EventHandler. This annotation can only apply to methods with recognized event arguments - it will not be called
here is the github for the mod : https://github.com/Mrcubix/Full-Inventory-Checker
My Main class (Edited with @SubscribeEvent instead) :
package Gess.mod;
import Gess.mod.proxy.iProxy;
import Gess.mod.scripts.invChk;
import net.minecraft.client.Mi