Skip to content

Commit 5372ce2

Browse files
committed
Update readme and bump version
1 parent 2f5e7ac commit 5372ce2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Advantages of this implementation:
152152
- Lower memory usage than even `DICTIONARY`.
153153

154154
Drawbacks of this implementation:
155-
- Very slow during building and loading of the octree (there are way to improve that which will be implemented later).
155+
- Slower then `PACKED` during building and loading of the octree. (but not as slow as it was initially)
156156
- Slower than `PACKED` at rendering
157157

158158
[chunky]: https://chunky.llbit.se/

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'application'
1212
mainClassName = 'dev.ferrand.chunky.octree.OctreePlugin'
1313

1414
group 'dev.ferrand'
15-
version '0.6.0'
15+
version '0.7.0'
1616

1717
compileJava {
1818
sourceCompatibility = JavaVersion.VERSION_1_8

src/main/resources/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "OctreePlugin",
33
"author": "a_Tom",
44
"main": "dev.ferrand.chunky.octree.OctreePlugin",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"targetVersion": "2.3.0",
77
"description": "Add more octree implementations."
88
}

0 commit comments

Comments
 (0)