This program will convert a 1.16 Forge EntityModel class to a 1.17 EntityModel class, loosely based on a fabric model converter by Globox_Z
- Run the application downloaded from the releases
- Select the 1.16 Java class file
- The output 1.17 class file will be saved in the same directory as the input file
- Be sure to back up your old files!
- Either remove or move the old file and change the name of the file back to the original name
- This program works best with EntityModels generated directly from blockbench (MCP mappings);
- The name of the class must be the same name as the filename (apart from teh java extension ofcourse);
- The constructor mut not have any parameters. This will prevent the program from finding the constructor at all.
- This program renames the EntityModel class parameter Entity, to the name of the file, so it's easier to use in a renderer