From 94088b92428c20f4ad8d5e8e208483d5d2c8f6cd Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Tue, 5 Dec 2023 17:56:38 +0100 Subject: [PATCH] [Wurst-Bot] Update to 1.20.3 --- changelog.txt | 4 ++-- gradle.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index d85f874..488e5ac 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 1.20.3-rc1.

+

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

+

Note: This mod requires Fabric API for Minecraft 1.20.3.

diff --git a/gradle.properties b/gradle.properties index ee55c10..acb9f60 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-rc1 -yarn_mappings=1.20.3-rc1+build.2 +minecraft_version=1.20.3 +yarn_mappings=1.20.3+build.1 loader_version=0.15.0 #Fabric api fabric_version=0.91.1+1.20.3 # Mod Properties -mod_version = 1.5-MC1.20.3-rc1 +mod_version = 1.5-MC1.20.3 maven_group = net.wurstclient.zoom archives_base_name = WI-Zoom