Private
Public Access
1
0

Added mixin support. Updated gitignore.

This commit is contained in:
2025-05-26 20:49:18 +01:00
parent 31f292c081
commit 30024faf89
3 changed files with 35 additions and 0 deletions

View 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
}
}