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 aa0edcd commit ae8a677
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 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.6-1.7.10-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.7.10"
feather-mappings = "1.7.10+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
13 changes: 8 additions & 5 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 Down

0 comments on commit ae8a677

Please sign in to comment.