build.gradle: Allow generating of multiple mixin configs base on format mixins.config_name.json.
gradle.properties: Add info for mixin config, new param for config names.
Mixin Template: Package root will now empty by default (This required modder to check config and modify them correctly).
Should include package root warning on README but I think once we have everything done, a wiki will be more sufficient rather than put it in README for general info
Fixed:
build.gradle: processResource has wrong filter lead to un-expected behavior (such as try editing image).
Changelog:
Changed:
build.gradle
: Allow generating of multiple mixin configs base on formatmixins.config_name.json
.gradle.properties
: Add info for mixin config, new param for config names.Should include package root warning on README but I think once we have everything done, a wiki will be more sufficient rather than put it in README for general infoFixed:
build.gradle
:processResource
has wrong filter lead to un-expected behavior (such as try editing image).