From a9fb4c90937eca374f4e91071a7dc485f0eb0f23 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Wed, 18 Oct 2023 19:10:22 +0200 Subject: [PATCH] [Wurst-Bot] Update to 23w42a --- changelog.txt | 4 ++-- gradle.properties | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3ca449c..d6ecaf6 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 23w41a.

+

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 23w42a.

diff --git a/gradle.properties b/gradle.properties index e003f3f..043f2e8 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=23w41a -yarn_mappings=23w41a+build.1 +minecraft_version=23w42a +yarn_mappings=23w42a+build.1 loader_version=0.14.23 #Fabric api -fabric_version=0.90.1+1.20.3 +fabric_version=0.90.2+1.20.3 # Mod Properties -mod_version = 1.6.1-MC23w41a +mod_version = 1.6.1-MC23w42a maven_group = net.wurstclient.glass archives_base_name = Mo-Glass