mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Update fabric.mod.json
This commit is contained in:
parent
1135bf8c7a
commit
1c7f166dd8
2 changed files with 15 additions and 5 deletions
|
@ -90,6 +90,11 @@ processResources {
|
||||||
|
|
||||||
filesMatching("fabric.mod.json") {
|
filesMatching("fabric.mod.json") {
|
||||||
expand "version": project.version.toString()
|
expand "version": project.version.toString()
|
||||||
|
expand "minecraftVersion": project.minecraft_version_range
|
||||||
|
expand "loaderVersion": ">=${project.loader_version}"
|
||||||
|
expand "fabricVersion": ">=${project.fabric_version}"
|
||||||
|
expand "fabworkVersion": ">=${project.fabwork_version}"
|
||||||
|
expand "kirinVersion": ">=${project.kirin_version}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"name": "Unicopia",
|
"name": "Unicopia",
|
||||||
"description": "Magical Abilities for Mine Little Pony!",
|
"description": "Magical Abilities for Mine Little Pony!",
|
||||||
"authors": [ "Sollace" ],
|
"authors": [ "Sollace" ],
|
||||||
|
"contributors": [ "LingVarr", "Cryghast", "FollowSlipstream" ],
|
||||||
"contact": {
|
"contact": {
|
||||||
"sources": "https://github.com/Sollace/Unicopia",
|
"sources": "https://github.com/Sollace/Unicopia",
|
||||||
"issues": "https://github.com/Sollace/Unicopia/issues"
|
"issues": "https://github.com/Sollace/Unicopia/issues"
|
||||||
|
@ -34,10 +35,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.12.0",
|
"minecraft": "${minecraftVersion}",
|
||||||
|
"fabricloader": "${loaderVersion}",
|
||||||
"java": ">=17",
|
"java": ">=17",
|
||||||
"fabric-api-base": ">=0.1.0",
|
"fabric-api-base": "${fabricVersion}",
|
||||||
"kirin": "*"
|
"kirin": "${kirinVersion}"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"minelp": "*",
|
"minelp": "*",
|
||||||
|
@ -49,8 +51,11 @@
|
||||||
},
|
},
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
"links": {
|
"links": {
|
||||||
"modmenu.discord": "https://discord.gg/zKSZ8Mg"
|
"modmenu.discord": "https://discord.gg/zKSZ8Mg",
|
||||||
}
|
"modmenu.github_releases": "https://github.com/Sollace/Unicopia/releases",
|
||||||
|
"modmenu.modrinth": "https://modrinth.com/mod/unicopia"
|
||||||
|
},
|
||||||
|
"update_checker": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue