ModWorks is an annotation processor and resource/code generator designed for minecraft mods, in particular our 1.12.2 addon to Immersive Engineering called Immersive Intelligence. In its current state the processor offers:
-
sounds.json
file generation based on annotated SoundEvent variables -
mcmod.info
file generation based on data passed by gradle build script -
json
file generation for simple item models -
json
file generation for simple blockstates - generating a helper class with methods for batch handling of Entity DataManager variables
- generating helper methods for batch handling of TileEntity nbt saving and loading