From 8266bc444e0b93fe70bb1b54529469d899c5e9c0 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:30:45 -0500 Subject: Fabric Loader 0.15 --- gradle.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0f98acb1..ffaca75f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true ## 1.20 minecraft_version=1.20.3-pre4 yarn_mappings=1.20.3-pre4+build.2 -loader_version=0.14.24 +loader_version=0.15.0 #Fabric api ## 1.20 @@ -22,8 +22,6 @@ rei_version = 13.0.666 emi_version = 1.0.22+1.20.2 # Minecraft and Related Libraries -## Mixin Extras (https://github.com/LlamaLad7/MixinExtras) -mixin_extras_version = 0.2.0 ## Better Inject (https://github.com/caoimhebyrne/BetterInject) betterinject_version=0.1.3 ## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) -- cgit