From 8fd0949354450aa6a3e1dcd32cdf20bd37ee96ab Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Thu, 14 Mar 2024 21:43:17 +0100 Subject: [PATCH] [Wurst-Bot] Update to 24w11a --- changelog.txt | 4 ++-- gradle.properties | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 089e30a..0d07258 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 24w10a.

+

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

+

Note: This mod requires Fabric API for Minecraft 24w11a.

diff --git a/gradle.properties b/gradle.properties index 45311ac..38b094c 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=24w10a -yarn_mappings=24w10a+build.1 +minecraft_version=24w11a +yarn_mappings=24w11a+build.2 loader_version=0.15.7 #Fabric api -fabric_version=0.96.8+1.20.5 +fabric_version=0.96.9+1.20.5 # Mod Properties -mod_version = 1.7-MC24w10a +mod_version = 1.7-MC24w11a maven_group = net.wurstclient.glass archives_base_name = Mo-Glass