update mod info

This commit is contained in:
2024-03-24 09:04:14 +08:00
parent bf817ca624
commit 5601fe8afe
2 changed files with 4 additions and 12 deletions

View File

@@ -13,13 +13,10 @@
},
"license": "Apache-2.0",
"icon": "assets/rmc/icon.png",
"environment": "server",
"environment": "*",
"entrypoints": {
"server": [
{
"adapter": "kotlin",
"value": "cn.rtast.rmc.RMC"
}
"main": [
"cn.rtast.rmc.RMC"
]
},
"mixins": [

View File

@@ -4,12 +4,7 @@
"package": "cn.rtast.rmc.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BlockMixin",
"ServerStatHandlerMixin",
"StatsAccessor",
"StatsMixin"
],
"client": [
"BlockMixin"
],
"injectors": {
"defaultRequire": 1