We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
47a0a19
There was an error while loading. Please reload this page.
Expanded generation of item models, now they can be created using an external enum through @GeneratedItemModels(valueSet=SomeEnum.class).
@GeneratedItemModels(valueSet=SomeEnum.class)
7fa4326
Hotfix for customTexturePath in GeneratedItemModels
customTexturePath
GeneratedItemModels
1035682
Added mcmod.info and simple .json item models generation.
mcmod.info
.json
30379ad
Added sound processing using the ModSound annotation.