From e62cc0e3669979e6e4b4087e8feb162675d68fff Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 19 Jul 2024 18:23:29 +0200 Subject: [PATCH] updated --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2c8464a..47c3a4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.20 -yarn_mappings=1.20+build.1 +minecraft_version=1.19 +yarn_mappings=1.19+build.4 loader_version=0.15.11 # Mod Properties -mod_version=1.1.0+mc1.20.0-4 +mod_version=1.1.0+mc1.19 maven_group=me.sizableshrimp archives_base_name=Mc122477Fix-fabric # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.83.0+1.20 +fabric_version=0.58.0+1.19 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 94d68fc..2ae7f79 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,9 +8,9 @@ "SizableShrimp(creator), Farmer_Markus(compatibility with other MC versions)" ], "contact": { - "homepage": "https://www.curseforge.com/minecraft/mc-mods/mc122477fix", - "sources": "https://github.com/RecursiveG/Mc122477Fix", - "issues": "https://github.com/RecursiveG/Mc122477Fix/issues" + "homepage": "https://modrinth.com/mod/mc122477fix-re-updated", + "sources": "https://github.com/Farmer-Markus/Mc122477Fix", + "issues": "https://github.com/Farmer-Markus/Mc122477Fix/issues" }, "license": "MIT", "icon": "assets/mc122477fix/icon.png", @@ -24,8 +24,8 @@ "mc122477fix.mixins.json" ], "depends": { - "fabricloader": ">=0.14.18", + "fabricloader": ">=0.15.11", "fabric": "*", - "minecraft": ">=1.20 <=1.20.4" + "minecraft": ">=1.19 <=1.19.4" } }