Skip to content

Commit 4131b44

Browse files
committed
Change import path of block for newer 2.5. snaphsots
1 parent 177a218 commit 4131b44

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

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.7.3'
15+
version '0.7.4'
1616

1717
compileJava {
1818
sourceCompatibility = JavaVersion.VERSION_1_8

src/main/java/dev/ferrand/chunky/octree/implementations/PackedOctree.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package 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;
54
import se.llbit.chunky.chunk.BlockPalette;
65
import se.llbit.chunky.world.Material;
76
import se.llbit.math.Octree;

src/main/java/dev/ferrand/chunky/octree/implementations/StatsOctree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import se.llbit.chunky.PersistentSettings;
44
import se.llbit.chunky.block.Block;
5-
import se.llbit.chunky.block.UnknownBlock;
5+
import se.llbit.chunky.block.minecraft.UnknownBlock;
66
import se.llbit.chunky.chunk.BlockPalette;
77
import se.llbit.chunky.world.Material;
88
import se.llbit.math.Octree;

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.7.3",
5+
"version": "0.7.4",
66
"targetVersion": "2.5.0",
77
"description": "Add more octree implementations."
88
}

0 commit comments

Comments
 (0)