From 392f7030398556a86febd4397d96fc2424aa4c0f Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Mon, 1 Apr 2024 17:29:04 +0200 Subject: [PATCH] [Wurst-Bot] Update to 24w14potato --- changelog.txt | 4 ++-- gradle.properties | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index e51f907..3c5d023 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,2 @@ -

A changelog can be found at: https://www.wimods.net/wi-zoom/wi-zoom-1-5/

-

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

+

A changelog can be found at: https://www.wimods.net/wi-zoom/wi-zoom-1-5/

+

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

diff --git a/gradle.properties b/gradle.properties index 452107d..fa59875 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=24w12a -yarn_mappings=24w12a+build.3 -loader_version=0.15.7 +minecraft_version=24w14potato +yarn_mappings=24w14potato+build.3 +loader_version=0.15.9 #Fabric api -fabric_version=0.96.12+1.20.5 +fabric_version=0.96.14+24w14potato # Mod Properties -mod_version = 1.5-MC24w12a +mod_version = 1.5-MC24w14potato maven_group = net.wurstclient.zoom archives_base_name = WI-Zoom