From f3f0398cd455e9e042995612abdd2f6e6b354817 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Wed, 22 Nov 2023 18:43:44 +0100 Subject: [PATCH] [Wurst-Bot] Update to 1.20.3-pre2 --- changelog.txt | 4 ++-- gradle.properties | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 8e4734a..546ac96 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-6-1/

-

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

+

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

+

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

diff --git a/gradle.properties b/gradle.properties index d8f5f8f..508a19b 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.3-pre1 -yarn_mappings=1.20.3-pre1+build.1 +minecraft_version=1.20.3-pre2 +yarn_mappings=1.20.3-pre2+build.2 loader_version=0.14.24 #Fabric api -fabric_version=0.90.11+1.20.3 +fabric_version=0.90.12+1.20.3 # Mod Properties -mod_version = 1.6.1-MC1.20.3-pre1 +mod_version = 1.6.1-MC1.20.3-pre2 maven_group = net.wurstclient.glass archives_base_name = Mo-Glass