From 5e4598bbe666266ce10caf3fc843db4514c8c8fd Mon Sep 17 00:00:00 2001 From: Jackson Abney Date: Sun, 2 Jun 2024 00:16:27 -0800 Subject: [PATCH] Documentation updates and fixes for both the double break issue and the monitor not using power or having it's own config value for power. Also sets the VXLAN block config option to disabled by default. Though this block is hidden as I don't like its current implementation, and I'm still working on a better alternative. --- src/main/java/li/cil/oc2/common/blockentity/ModBlockEntity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/li/cil/oc2/common/blockentity/ModBlockEntity.java b/src/main/java/li/cil/oc2/common/blockentity/ModBlockEntity.java index 36f767f9..a9f20045 100644 --- a/src/main/java/li/cil/oc2/common/blockentity/ModBlockEntity.java +++ b/src/main/java/li/cil/oc2/common/blockentity/ModBlockEntity.java @@ -16,7 +16,6 @@ import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.util.ArrayList; import java.util.HashMap; -import java.util.List; public abstract class ModBlockEntity extends BlockEntity { private final Runnable onWorldUnloaded = this::onWorldUnloaded;