Skip to content

Commit

Permalink
Make ME Export Bus have the Export Items ability (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
NepJr authored Aug 27, 2024
1 parent 9a2504b commit 51237a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class GTAEMachines {
.langValue("ME Output Bus")
.tier(EV)
.rotationState(RotationState.ALL)
.abilities(PartAbility.IMPORT_ITEMS)
.abilities(PartAbility.EXPORT_ITEMS)
.overlayTieredHullRenderer("me_item_bus.export")
.tooltips(Component.translatable("gtceu.machine.item_bus.export.tooltip"),
Component.translatable("gtceu.machine.me.item_export.tooltip"),
Expand Down

0 comments on commit 51237a0

Please sign in to comment.