mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-03 22:34:42 +01:00
removing unnecessary commented code
This commit is contained in:
parent
c2e91fc2dc
commit
2b87d8944d
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ public class FactoryPanelBehaviour extends FilteringBehaviour implements MenuPro
|
||||||
public static final BehaviourType<FactoryPanelBehaviour> TOP_RIGHT = new BehaviourType<>();
|
public static final BehaviourType<FactoryPanelBehaviour> TOP_RIGHT = new BehaviourType<>();
|
||||||
public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_LEFT = new BehaviourType<>();
|
public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_LEFT = new BehaviourType<>();
|
||||||
public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_RIGHT = new BehaviourType<>();
|
public static final BehaviourType<FactoryPanelBehaviour> BOTTOM_RIGHT = new BehaviourType<>();
|
||||||
// public static final int REQUEST_INTERVAL = 100;
|
|
||||||
|
|
||||||
public Map<FactoryPanelPosition, FactoryPanelConnection> targetedBy;
|
public Map<FactoryPanelPosition, FactoryPanelConnection> targetedBy;
|
||||||
public Map<BlockPos, FactoryPanelConnection> targetedByLinks;
|
public Map<BlockPos, FactoryPanelConnection> targetedByLinks;
|
||||||
|
|
Loading…
Add table
Reference in a new issue