Im having an issue when trying to get an item from my Item Mod class
I've set a mapping to call diffrent block states for easy access, set a block and item class, wich works, but, as soon as I add my custom Item to the mapping (wich uses vanilla ITEMS.item as an example) i get the error, I dont know what the issue is, I tried to change the FMLCommonSetupEvent hierarchy, but still nothing
Mapping Class
Item Class
Main Class
I really need some help with this, I cant find any advice online and I don't know how to properly fix this