feat: LICENSE
This commit is contained in:
26
src/main/resources/fabric.mod.json
Normal file
26
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "rminecounter",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "RMineCounter",
|
||||
"description": "添加挖掘榜",
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
|
||||
"license": "Apache-2.0",
|
||||
"icon": "assets/rminecounter/icon.png",
|
||||
|
||||
"environment": "server",
|
||||
"entrypoints": {},
|
||||
|
||||
"mixins": [
|
||||
"rminecounter.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
"fabric": "*",
|
||||
"minecraft": "${minecraft_version}"
|
||||
}
|
||||
}
|
||||
13
src/main/resources/rminecounter.mixins.json
Normal file
13
src/main/resources/rminecounter.mixins.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "cn.rtast.rminecounter.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user