From a98165278684f0b17ba2f9d8e804ff93aa771671 Mon Sep 17 00:00:00 2001 From: palkercode <54351305+palkercode@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:46:46 +0600 Subject: [PATCH] Update neo_version (#8) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f22c472..97fb440 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ minecraft_version=1.20.1 # as they do not follow standard versioning conventions. minecraft_version_range=[1.20,1.21) # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=47.1.25 +neo_version=47.1.65 # The Neo version range can use any version of Neo as bounds or match the loader version range neo_version_range=[47.1,) # The loader version range can only use the major version of Neo/FML as bounds