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.

This commit is contained in:
Jackson Abney
2024-06-02 00:16:27 -08:00
parent 43485bffe9
commit 5e4598bbe6

View File

@@ -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;