Skip to content

Commit

Permalink
bump version to 2.3.4, update libs & modmenu integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Nov 21, 2024
1 parent 2722dd7 commit 31ba313
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
5 changes: 5 additions & 0 deletions 1.13.2/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
"depends": {
"fabricloader": ">=0.14",
"minecraft": ">=1.13 <=1.13.2"
},
"custom": {
"modmenu": {
"parent": "optifabric"
}
}
}
7 changes: 6 additions & 1 deletion 1.3-1.5.2/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"fabricloader": ">=0.14",
"minecraft": ">=1.3 <=1.5.2"
},
"accessWidener": "optifabric.accesswidener"
"accessWidener": "optifabric.accesswidener",
"custom": {
"modmenu": {
"parent": "optifabric"
}
}
}
7 changes: 6 additions & 1 deletion 1.6-1.7.10/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"fabricloader": ">=0.14",
"minecraft": ">=1.6 <=1.7.10"
},
"accessWidener": "optifabric.accesswidener"
"accessWidener": "optifabric.accesswidener",
"custom": {
"modmenu": {
"parent": "optifabric"
}
}
}
7 changes: 6 additions & 1 deletion 1.8-1.12.2/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"fabricloader": ">=0.14",
"minecraft": ">=1.8 <=1.12.2"
},
"accessWidener": "optifabric.accesswidener"
"accessWidener": "optifabric.accesswidener",
"custom": {
"modmenu": {
"parent": "optifabric"
}
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ mod_version=2.3.4
archives_name=optifabric
maven_group=me.modmuss50
fabric_loader_version=0.15.3
fabric_asm_version=v2.3.3
mapping_io_version=0.5.1
tiny_remapper_version=0.10.0
fabric_asm_version=v2.3.4
mapping_io_version=0.6.1
tiny_remapper_version=0.10.4
9 changes: 9 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,14 @@
},
"breaks": {
"fabricated-forge": "<2.7.5"
},
"custom": {
"modmenu": {
"links": {
"modmenu.github_releases": "https://github.com/tildejustin/optifabric",
"modmenu.modrinth": "https://modrinth.com/mod/legacy-optifabric"
},
"update_checker": false
}
}
}

0 comments on commit 31ba313

Please sign in to comment.