From 810d7f73da29189bf0b0ec813812e69a21ad085b Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:59:57 +0800 Subject: Refactor build files --- gradle.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 06c16d22..6ae74df8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,11 +22,10 @@ renderer_version = master-SNAPSHOT ## Mixin Extras (https://github.com/LlamaLad7/MixinExtras) mixin_extras_version=0.2.0-beta.9 -## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) -occlusionculling_version = 0.0.7-SNAPSHOT - ## Better Inject (https://github.com/caoimhebyrne/BetterInject) betterinject_version=0.1.3 +## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) +occlusionculling_version = 0.0.7-SNAPSHOT # Mod Properties mod_version = 1.11.0 -- cgit