Forgot grid
This commit is contained in:
@@ -73,11 +73,11 @@ public class TileGrid extends TileSlave implements IGrid {
|
|||||||
public int getEnergyUsage() {
|
public int getEnergyUsage() {
|
||||||
switch (getType()) {
|
switch (getType()) {
|
||||||
case NORMAL:
|
case NORMAL:
|
||||||
return 2;
|
return RefinedStorage.INSTANCE.gridRfUsage;
|
||||||
case CRAFTING:
|
case CRAFTING:
|
||||||
return 4;
|
return RefinedStorage.INSTANCE.craftingGridRfUsage;
|
||||||
case PATTERN:
|
case PATTERN:
|
||||||
return 3;
|
return RefinedStorage.INSTANCE.patternGridRfUsage;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user