Hello there,
 
	 
 
	I've been restarting to learn mod development, and after diving into the horrendous forge documentation, I started searching for tutorials and mods hosted on git hosters, to try to create a simple mod.
 
	 
 
	The thing is: I have an Item, a .json model stored under my {modid}/models/item/ and a .png texture file, under {modid}/textures/items/
 
	 
 
	When loading the mod, I get this error.
 
	 
 
	This is my folder structure: folder structure.txt
 
	 
 
	And my sourcecode (including gradle files) is available here
 
	 
 
	Note that due to some weird bug, I can't paste anything on this website. That includes sourcecode, so I must use external code hosting solutions.