removed offset, fixed hitbox
This commit is contained in:
@@ -28,10 +28,6 @@ public final class Main extends JavaPlugin {
|
||||
|
||||
public final static List<PixelBlock> pixelBlocks = new ArrayList<>();
|
||||
|
||||
public static <T> TaskChain<T> chain() {
|
||||
return taskFactory.newChain();
|
||||
}
|
||||
|
||||
public static <T> TaskChain<T> sharedChain(String name) {
|
||||
return taskFactory.newSharedChain(name);
|
||||
}
|
||||
@@ -46,7 +42,6 @@ public final class Main extends JavaPlugin {
|
||||
|
||||
Main.configuration = new PixelBlockConfiguration(
|
||||
config.getInt(PixelBlockConfiguration.Keys.PixelsPerBlock.getKey()),
|
||||
config.getDouble(PixelBlockConfiguration.Keys.HitboxOffset.getKey()),
|
||||
config.getBoolean(PixelBlockConfiguration.Keys.OnlyBreakableByOwners.getKey()),
|
||||
config.getBoolean(PixelBlockConfiguration.Keys.OnlyEditableByOwners.getKey())
|
||||
);
|
||||
|
Reference in New Issue
Block a user