diff --git a/gradle.properties b/gradle.properties index 47c467e7..87e687d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a25d82d3..33693f11 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ca0486fa..6d03333c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": {