i made a mod called Ender Stuff, and it wont work, i has 1 item and a crafting station... i tried correcting some name and code but wont work... if you want to see the file... here it is
I don't have the patience to look through all of it, but your .modinfo file needs to have the "name" portion inside it set to the same name as the actual .modinfo file and the folder name. Your player config is also messed up, you should be using __merge functionality instead of replacing the config entirely. What you're doing will break compatibility with other modifications. You can also go online and find a JSON validator to make sure that your JSON files are set up properly.