Skip to content

Commit c436bd6

Browse files
committed
fix expanded pattern buffer part abilities
1 parent 4c98da1 commit c436bd6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/main/java/net/neganote/gtutilities/common/machine/UtilAEMachines.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ public class UtilAEMachines {
3131
.machine("expanded_me_pattern_buffer", ExpandedPatternBufferPartMachine::new)
3232
.tier(ZPM)
3333
.rotationState(RotationState.ALL)
34-
.abilities(PartAbility.IMPORT_ITEMS, PartAbility.IMPORT_FLUIDS, PartAbility.EXPORT_FLUIDS,
35-
PartAbility.EXPORT_ITEMS)
34+
.abilities(PartAbility.IMPORT_ITEMS, PartAbility.IMPORT_FLUIDS)
3635
.colorOverlayTieredHullModel(GTCEu.id("block/overlay/appeng/me_buffer_hatch"))
3736
.langValue("Expanded ME Pattern Buffer")
3837
.tooltips(
@@ -46,8 +45,7 @@ public class UtilAEMachines {
4645
.machine("expanded_me_pattern_buffer_proxy", ExpandedPatternBufferProxyPartMachine::new)
4746
.tier(ZPM)
4847
.rotationState(RotationState.ALL)
49-
.abilities(PartAbility.IMPORT_ITEMS, PartAbility.IMPORT_FLUIDS, PartAbility.EXPORT_FLUIDS,
50-
PartAbility.EXPORT_ITEMS)
48+
.abilities(PartAbility.IMPORT_ITEMS, PartAbility.IMPORT_FLUIDS)
5149
.colorOverlayTieredHullModel(GTCEu.id("block/overlay/appeng/me_buffer_hatch_proxy"))
5250
.langValue("Expanded ME Pattern Buffer Proxy")
5351
.tooltips(

0 commit comments

Comments
 (0)