First upload

This commit is contained in:
paulevsGitch 2021-05-22 22:11:40 +03:00
parent f09ee4d630
commit d807c9fd1c
15 changed files with 563 additions and 23 deletions

View file

@ -0,0 +1,10 @@
{
"required": true,
"minVersion": "0.8",
"package": "ru.bclib.mixin.common",
"compatibilityLevel": "JAVA_8",
"mixins": [],
"injectors": {
"defaultRequire": 1
}
}