diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-27 10:59:57 +0800 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-30 12:21:40 +0800 |
commit | 810d7f73da29189bf0b0ec813812e69a21ad085b (patch) | |
tree | 6d75119be36171c39f20fb6fab72fe6aade91cb1 /gradle.properties | |
parent | 7f74f75944500941e69a72e47b71cc597d6ebc28 (diff) | |
download | Skyblocker-810d7f73da29189bf0b0ec813812e69a21ad085b.tar.gz Skyblocker-810d7f73da29189bf0b0ec813812e69a21ad085b.tar.bz2 Skyblocker-810d7f73da29189bf0b0ec813812e69a21ad085b.zip |
Refactor build files
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 2 insertions, 3 deletions
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 |