Added mixin support. Updated gitignore.
This commit is contained in:
14
src/main/resources/geologist_pick_tweaks.mixins.json
Normal file
14
src/main/resources/geologist_pick_tweaks.mixins.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "dev.micle.geologistpicktweaks.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"refmap": "test.refmap.json",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user