Skip to content

Commit

Permalink
bump version and fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Dec 16, 2023
1 parent e9e6442 commit 9da9d69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
mod_version=2.1.0
mod_version=2.2.0
target_version=1.13-1.13.2-ornithe
archives_name=optifabric
maven_group=me.modmuss50
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
minecraft = "1.13.2"
feather-mappings = "1.13.2+build.25"
fabric-loader = "0.15.1"
fabric-loader = "0.15.2"
loom = "1.4-SNAPSHOT"
fabric-asm = "v2.3.3"
zt-zip = "1.16"
Expand Down
15 changes: 9 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
"schemaVersion": 1,
"id": "optifabric",
"version": "${version}",
"name": "Optifabric",
"description": "Optifabric is a mod that loads optifine into fabric",
"name": "optifabric",
"description": "optifabric is a mod that loads optifine into fabric",
"authors": [
"Modmuss50",
"Chocohead",
"Hydos"
"Hydos",
"RedLime",
"tildejustin"
],
"contact": {
"homepage": "https://modrinth.com/mod/legacy-optifabric",
"sources": "https://github.com/tildejustin/optifabric"
"sources": "https://github.com/tildejustin/optifabric",
"issues": "https://github.com/tildejustin/optifabric/issues"
},
"mixins": [
"optifabric.mixins.json"
],
"license": "CC0-1.0",
"license": "MPL-2.0",
"icon": "assets/optifabric/icon.png",
"environment": "client",
"entrypoints": {
Expand All @@ -26,7 +29,7 @@
},
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": ">=1.8"
"minecraft": ">=1.13 <1.14"
},
"accessWidener": "optifabric.accesswidener"
}

0 comments on commit 9da9d69

Please sign in to comment.