mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-27 22:24:10 +00:00
feat: 1.21.9
This commit is contained in:
parent
7457775bb8
commit
8859e89ae0
14 changed files with 91 additions and 89 deletions
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.github.johnrengelman.shadow'
|
||||
id 'com.gradleup.shadow'
|
||||
}
|
||||
|
||||
architectury {
|
||||
|
|
@ -41,7 +41,7 @@ dependencies {
|
|||
modImplementation "dev.architectury:architectury-fabric:$rootProject.architectury_api_version"
|
||||
|
||||
// Mod Menu API
|
||||
modImplementation("com.terraformersmc:modmenu:13.0.2")
|
||||
modImplementation("com.terraformersmc:modmenu:16.0.0-rc.1")
|
||||
|
||||
common(project(path: ':common', configuration: 'namedElements')) { transitive false }
|
||||
shadowBundle project(path: ':common', configuration: 'transformProductionFabric')
|
||||
|
|
|
|||
|
|
@ -1,34 +1,28 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "optionsprofiles",
|
||||
"version": "${version}",
|
||||
"name": "Options Profiles",
|
||||
"description": "Load and save your options from in-game.",
|
||||
"authors": [
|
||||
"trafficlunar"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://github.com/trafficlunar/options-profiles",
|
||||
"sources": "https://github.com/trafficlunar/options-profiles",
|
||||
"issues": "https://github.com/trafficlunar/options-profiles/issues"
|
||||
},
|
||||
"license": "GNU GPL 3.0",
|
||||
"icon": "assets/optionsprofiles/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"net.trafficlunar.optionsprofiles.fabric.OptionsProfilesModFabric"
|
||||
],
|
||||
"modmenu": [ "net.trafficlunar.optionsprofiles.fabric.ModMenuApiImpl" ]
|
||||
},
|
||||
"mixins": [
|
||||
"optionsprofiles.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.14",
|
||||
"minecraft": "~1.21",
|
||||
"java": ">=21",
|
||||
"architectury": ">=17.0.6",
|
||||
"fabric-api": "*"
|
||||
}
|
||||
"schemaVersion": 1,
|
||||
"id": "optionsprofiles",
|
||||
"version": "${version}",
|
||||
"name": "Options Profiles",
|
||||
"description": "Load and save your options from in-game.",
|
||||
"authors": ["trafficlunar"],
|
||||
"contact": {
|
||||
"homepage": "https://github.com/trafficlunar/options-profiles",
|
||||
"sources": "https://github.com/trafficlunar/options-profiles",
|
||||
"issues": "https://github.com/trafficlunar/options-profiles/issues"
|
||||
},
|
||||
"license": "GNU GPL 3.0",
|
||||
"icon": "assets/optionsprofiles/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": ["net.trafficlunar.optionsprofiles.fabric.OptionsProfilesModFabric"],
|
||||
"modmenu": ["net.trafficlunar.optionsprofiles.fabric.ModMenuApiImpl"]
|
||||
},
|
||||
"mixins": ["optionsprofiles.mixins.json"],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.17.2",
|
||||
"minecraft": "~1.21",
|
||||
"java": ">=21",
|
||||
"architectury": ">=18.0.3",
|
||||
"fabric-api": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue