This commit is contained in:
2023-10-28 15:57:04 +08:00
parent 9830487d63
commit 31e351a964
22 changed files with 88 additions and 586 deletions

View File

@@ -0,0 +1,17 @@
{
"required": true,
"minVersion": "0.8",
"package": "cn.rtast.rmc.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BlockMixin",
"ServerStatHandlerMixin",
"StatsAccessor",
"StatsMixin"
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}