We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c60de commit 7b58315Copy full SHA for 7b58315
src/main/java/com/teammoeg/frostedheart/content/town/buildings/mine/MineBaseBlockEntity.java
@@ -32,12 +32,9 @@
32
import org.jetbrains.annotations.NotNull;
33
import org.jetbrains.annotations.Nullable;
34
35
-import java.util.HashSet;
36
import java.util.Objects;
37
-import java.util.Set;
38
39
public class MineBaseBlockEntity extends AbstractTownBuildingBlockEntity<MineBaseBuilding> {
40
- public Set<BlockPos> linkedMines = new HashSet<>();
41
42
public MineBaseBlockEntity(BlockPos pos, BlockState state){
43
super(FHBlockEntityTypes.MINE_BASE.get(),pos,state);
0 commit comments