Skip to content

Commit

Permalink
Update culling engine
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Oct 3, 2023
1 parent 94ae5c3 commit d423d28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 93 deletions.
2 changes: 1 addition & 1 deletion EntityCulling-Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ loaderVersion="[35,)"
license="MIT"
[[mods]]
modId="entityculling"
version="1.5.0"
version="1.6.2"
displayName="EntityCulling"
authors="tr7zw"
description='''
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project.ext {
version = "1.5.0"
version = "1.6.2"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

# Build
mod_version=1.5.0
mod_version=1.6.2
maven_group=de.tr7zw

# Fabric/Forge settings
Expand All @@ -12,4 +12,4 @@ loader_version=0.11.3
fabric_version=0.34.9+1.17

# Dependencies
occlusionculling_version=0.0.6-SNAPSHOT
occlusionculling_version=0.0.7-SNAPSHOT
89 changes: 0 additions & 89 deletions gradlew8.bat

This file was deleted.

0 comments on commit d423d28

Please sign in to comment.