Skip to content

Commit

Permalink
Remove Deprecated Dual Hatch config (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pumpkin7266 authored Dec 21, 2024
1 parent a8bc365 commit 54756e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/gregtechceu/gtceu/config/ConfigHolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -518,14 +518,6 @@ public static class MachineConfigs {
"(Requires Ordered Assembly Line Item Inputs to be enabled.)", "Default: false" })
public boolean orderedAssemblyLineFluids = false;

@Configurable
@Configurable.Comment({
"Let Dual Hatch has more ability. (DEPRECATED: does nothing now)",
"When enabled it, Dual Hatch will can used to assemble line and so on.",
"Need restart Minecraft to apply."
})
public boolean enableMoreDualHatchAbility = false;

@Configurable
@Configurable.Comment({
"Default maximum parallel of steam multiblocks",
Expand Down

0 comments on commit 54756e1

Please sign in to comment.