8 lines
333 B
JSON
8 lines
333 B
JSON
{
|
|
"package": "${basePackage}.mixin",
|
|
"plugin": "${basePackage}.init.AutoDiscoveryMixinPlugin",
|
|
"refmap": "mixins.${modid}.refmap.json",
|
|
"minVersion": "0.7",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"__comment": "You do not need to manually register mixins in this template. Check the auto discovery mixin plugin for more info."
|
|
}
|