diff --git a/changelog.txt b/changelog.txt index 61e4e4c..650510c 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 24w09a.
+A changelog can be found at: https://www.wimods.net/wi-zoom/wi-zoom-1-5/
+Note: This mod requires Fabric API for Minecraft 24w10a.
diff --git a/gradle.properties b/gradle.properties index 3be8876..11f1727 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=24w09a -yarn_mappings=24w09a+build.8 +minecraft_version=24w10a +yarn_mappings=24w10a+build.1 loader_version=0.15.7 #Fabric api -fabric_version=0.96.6+1.20.5 +fabric_version=0.96.8+1.20.5 # Mod Properties -mod_version = 1.5-MC24w09a +mod_version = 1.5-MC24w10a maven_group = net.wurstclient.zoom archives_base_name = WI-Zoom