From a4a69d677157853e910e2c0d51757f81bcb7ac06 Mon Sep 17 00:00:00 2001 From: Alexey Belyaev Date: Mon, 28 Feb 2022 19:45:06 +0500 Subject: [PATCH] update to 1.18.2 --- gradle.properties | 3 +-- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 09dcf21..f1c3f20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties - # check these on https://fabricmc.net/versions.html - minecraft_version=1.18.2-rc1 + minecraft_version=1.18.2 loader_version=0.13.3 # Mod Properties diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bf9b11c..cb72936 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,7 @@ "description": "Visual improvements by adding a bunch of new particles.", "authors": ["PinkGoosik"], "contact": { - "homepage": "https://curseforge.com/minecraft/mc-mods/visuality", + "homepage": "https://modrinth.com/mod/visuality", "sources": "https://github.com/PinkGoosik/visuality", "issues": "https://github.com/PinkGoosik/visuality/issues" }, @@ -32,7 +32,7 @@ "depends": { "fabricloader": "*", "fabric": "*", - "minecraft": ">=1.18", + "minecraft": ">=1.18.2", "java": ">=17" } }