diff options
| author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-17 12:36:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 12:36:57 +0800 |
| commit | e76af72b34c68950f454609c2b63d52f41169a5d (patch) | |
| tree | 81f28d09cb145bd350084d352172ea4c8f9a600b /gradle.properties | |
| parent | b63b73b2815db7e1442981e550980e5784c33e78 (diff) | |
| parent | 3a174f7b5a34b70206fbd556050a20546d344833 (diff) | |
| download | Skyblocker-e76af72b34c68950f454609c2b63d52f41169a5d.tar.gz Skyblocker-e76af72b34c68950f454609c2b63d52f41169a5d.tar.bz2 Skyblocker-e76af72b34c68950f454609c2b63d52f41169a5d.zip | |
Merge pull request #204 from AzureAaron/occlusion-culling
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 |
