Skip to content

Commit

Permalink
Add "Multiblock sharing disabled" to machine access hatches
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Dec 17, 2024
1 parent b15d61a commit 72cece3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ private int getMachineLimit() {
public void addInformation(ItemStack stack, @Nullable World player, List<String> tooltip, boolean advanced) {
super.addInformation(stack, player, tooltip, advanced);
tooltip.add(I18n.format("gregtech.machine.machine_hatch.processing_array"));
tooltip.add(I18n.format("gregtech.universal.disabled"));
}

@Override
Expand Down

0 comments on commit 72cece3

Please sign in to comment.