Update GT_MetaTileEntity_Buffer.java
Fix Interaction_DESCRIPTION_Index_099
This commit is contained in:
parent
5e38000ccc
commit
290b1fed03
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ public abstract class GT_MetaTileEntity_Buffer extends GT_MetaTileEntity_TieredM
|
||||||
if (mTargetStackSize == 0) {
|
if (mTargetStackSize == 0) {
|
||||||
GT_Utility.sendChatToPlayer(aPlayer, trans("098","Do not regulate Item Stack Size"));
|
GT_Utility.sendChatToPlayer(aPlayer, trans("098","Do not regulate Item Stack Size"));
|
||||||
} else {
|
} else {
|
||||||
GT_Utility.sendChatToPlayer(aPlayer, trans("099","Regulate Item Stack Size to: " + mTargetStackSize));
|
GT_Utility.sendChatToPlayer(aPlayer, trans("099","Regulate Item Stack Size to: ") + mTargetStackSize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -274,4 +274,4 @@ public abstract class GT_MetaTileEntity_Buffer extends GT_MetaTileEntity_TieredM
|
||||||
public boolean allowGeneralRedstoneOutput(){
|
public boolean allowGeneralRedstoneOutput(){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue