From 47398f71a8022ebd1f95848d4ea78c2af760244a Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Thu, 29 Jul 2021 11:13:10 -0400 Subject: [PATCH] Utility method for mods (#5667) * Utility method for mods I don't want to have to read something this horrible ever again ![](https://aethex.is-a.fail/55DesOkHk.png) * Update StorageBlock.java --- core/src/mindustry/world/blocks/storage/StorageBlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/world/blocks/storage/StorageBlock.java b/core/src/mindustry/world/blocks/storage/StorageBlock.java index f0f5e6af05..260e3487bd 100644 --- a/core/src/mindustry/world/blocks/storage/StorageBlock.java +++ b/core/src/mindustry/world/blocks/storage/StorageBlock.java @@ -41,7 +41,7 @@ public class StorageBlock extends Block{ } public class StorageBuild extends Building{ - protected @Nullable Building linkedCore; + public @Nullable Building linkedCore; @Override public boolean acceptItem(Building source, Item item){