diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-16 04:04:42 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-16 04:04:42 -0400 |
commit | f05ef4128f4b0bcb9d0bf1a691ce17037f1bc765 (patch) | |
tree | f211ee0cdb48efd376bfe4062843d014802d8496 /gradle.properties | |
parent | b63b73b2815db7e1442981e550980e5784c33e78 (diff) | |
download | Skyblocker-f05ef4128f4b0bcb9d0bf1a691ce17037f1bc765.tar.gz Skyblocker-f05ef4128f4b0bcb9d0bf1a691ce17037f1bc765.tar.bz2 Skyblocker-f05ef4128f4b0bcb9d0bf1a691ce17037f1bc765.zip |
Rendering Improvements, Fixes + Occlusion Culling
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index cbb51b52..ce4f22c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,6 +20,9 @@ rei_version=12.0.625 ## Renderer (https://github.com/0x3C50/Renderer) renderer_version = d687aced4c +## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) +occlusionculling_version = 0.0.7-SNAPSHOT + # Mod Properties mod_version = 1.10.0 maven_group = me.xmrvizzy |