File tree Expand file tree Collapse file tree
java/dev/ferrand/chunky/octree/implementations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ apply plugin: 'application'
1212mainClassName = ' dev.ferrand.chunky.octree.OctreePlugin'
1313
1414group ' dev.ferrand'
15- version ' 0.7.3 '
15+ version ' 0.7.4 '
1616
1717compileJava {
1818 sourceCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11package dev .ferrand .chunky .octree .implementations ;
22
3- import se .llbit .chunky .PersistentSettings ;
4- import se .llbit .chunky .block .UnknownBlock ;
3+ import se .llbit .chunky .block .minecraft .UnknownBlock ;
54import se .llbit .chunky .chunk .BlockPalette ;
65import se .llbit .chunky .world .Material ;
76import se .llbit .math .Octree ;
Original file line number Diff line number Diff line change 22
33import se .llbit .chunky .PersistentSettings ;
44import se .llbit .chunky .block .Block ;
5- import se .llbit .chunky .block .UnknownBlock ;
5+ import se .llbit .chunky .block .minecraft . UnknownBlock ;
66import se .llbit .chunky .chunk .BlockPalette ;
77import se .llbit .chunky .world .Material ;
88import se .llbit .math .Octree ;
Original file line number Diff line number Diff line change 22 "name" : " OctreePlugin" ,
33 "author" : " a_Tom" ,
44 "main" : " dev.ferrand.chunky.octree.OctreePlugin" ,
5- "version" : " 0.7.3 " ,
5+ "version" : " 0.7.4 " ,
66 "targetVersion" : " 2.5.0" ,
77 "description" : " Add more octree implementations."
88}
You can’t perform that action at this time.
0 commit comments