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 21d7119 commit 509b4e1
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.0-1.2.5-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
Expand Up @@ -2,7 +2,7 @@
minecraft = "1.0.0"
feather-mappings = "1.0.0-client+build.20"
nests = "1.0.0-client+build.1"
fabric-loader = "0.15.1"
fabric-loader = "0.15.2"
loom = "1.3-SNAPSHOT"
loom-vineflower = "1.11.0"
fabric-asm = "v2.3.3"
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/optifabric-1.0-1.7",
"sources": "https://github.com/tildejustin/optifabric"
"homepage": "https://modrinth.com/mod/legacy-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 Down

0 comments on commit 509b4e1

Please sign in to comment.