Correct description
The cost is actually tripled at: https://github.com/Blood-Asp/GT5-Unofficial/blob/unstable/src/main/java/gregtech/common/tileentities/automation/GT_MetaTileEntity_Regulator.java#L95
This commit is contained in:
parent
b0828e42d1
commit
848a57291a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class GT_MetaTileEntity_Regulator
|
||||||
"Filters up to 9 different Items",
|
"Filters up to 9 different Items",
|
||||||
"Allows Item-specific output stack size",
|
"Allows Item-specific output stack size",
|
||||||
"Allows Item-specific output slot",
|
"Allows Item-specific output slot",
|
||||||
"Consumes 1EU per moved Item"});
|
"Consumes 3EU per moved Item"});
|
||||||
}
|
}
|
||||||
|
|
||||||
public GT_MetaTileEntity_Regulator(String aName, int aTier, int aInvSlotCount, String aDescription, ITexture[][][] aTextures) {
|
public GT_MetaTileEntity_Regulator(String aName, int aTier, int aInvSlotCount, String aDescription, ITexture[][][] aTextures) {
|
||||||
|
|
Loading…
Reference in a new issue