modid should be lowercase
Seegras opened this issue ยท 1 comments
The modid ChestTransporter is not the
same as it's lowercase version. Lowercasing is enforced in 1.11
After fixing
public static final String ID = "chesttransporter";
in ChestTransporter.java and
"modid": "chesttransporter",
in mcmod.info it works.