VoltzEngine-Project / Engine

Minecraft modding core lib
Other
13 stars 11 forks source link

Add: Annotation process for making model jsons #33

Open DarkGuardsman opened 8 years ago

DarkGuardsman commented 8 years ago

When we go to update for 1.8 we can make an annotation processor to generate the json files. That will use an annotation with stored data to output files.

Before Implementing: We still need to do some research to check if it's more effective. If the same amount of work is required, then the processor is not worth it.