From c6aaa1ded7eaa96dfa66beb61f4ee6121ce364a6 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Mon, 15 Apr 2024 18:32:48 +0200 Subject: [PATCH] [Wurst-Bot] Update to 1.20.5-pre2 --- changelog.txt | 4 ++-- gradle.properties | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4a4f64b..92962ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,2 @@ -

A changelog can be found at: https://www.wimods.net/mo-glass/mo-glass-1-7/

-

Note: This mod requires Fabric API for Minecraft 1.20.5-pre1.

+

A changelog can be found at: https://www.wimods.net/mo-glass/mo-glass-1-7/

+

Note: This mod requires Fabric API for Minecraft 1.20.5-pre2.

diff --git a/gradle.properties b/gradle.properties index a95b3bf..59cf985 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,15 +5,15 @@ org.gradle.parallel=true # Fabric Properties # check these at https://fabricmc.net/develop/ and # https://www.curseforge.com/minecraft/mc-mods/fabric-api -minecraft_version=1.20.5-pre1 -yarn_mappings=1.20.5-pre1+build.3 -loader_version=0.15.9 +minecraft_version=1.20.5-pre2 +yarn_mappings=1.20.5-pre2+build.1 +loader_version=0.15.10 #Fabric api -fabric_version=0.96.15+1.20.5 +fabric_version=0.97.1+1.20.5 # Mod Properties -mod_version = 1.7-MC1.20.5-pre1 +mod_version = 1.7-MC1.20.5-pre2 maven_group = net.wurstclient.glass archives_base_name = Mo-Glass