From 3c967b384500d117c23fa5d1cb23bc415a5d6324 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:31:04 -0500 Subject: 24w07a & Mixin Extras update --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index a9c66d48..9543d5cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=24w05b -yarn_mappings=24w05b+build.2 -loader_version=0.15.6 +minecraft_version=24w07a +yarn_mappings=24w07a+build.4 +loader_version=0.15.7 #Fabric api ## 1.20 -fabric_api_version=0.95.5+1.20.5 +fabric_api_version=0.96.2+1.20.5 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -- cgit