Skip to content

Commit 72cece3

Browse files
committed
Add "Multiblock sharing disabled" to machine access hatches
1 parent b15d61a commit 72cece3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityMachineHatch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ private int getMachineLimit() {
9797
public void addInformation(ItemStack stack, @Nullable World player, List<String> tooltip, boolean advanced) {
9898
super.addInformation(stack, player, tooltip, advanced);
9999
tooltip.add(I18n.format("gregtech.machine.machine_hatch.processing_array"));
100+
tooltip.add(I18n.format("gregtech.universal.disabled"));
100101
}
101102

102103
@Override

0 commit comments

Comments
 (0)