Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.4.x
This commit is contained in:
commit
d77aa4e9fa
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ public class TileRefinery extends TileBuildCraft implements IFluidHandler, IInve
|
||||||
public TileRefinery() {
|
public TileRefinery() {
|
||||||
super();
|
super();
|
||||||
this.setBattery(new RFBattery(10000, 1500, 0));
|
this.setBattery(new RFBattery(10000, 1500, 0));
|
||||||
this.tanks[0].setAcceptedFluid(BuildCraftEnergy.fluidOil);
|
|
||||||
this.tanks[1].setAcceptedFluid(BuildCraftEnergy.fluidOil);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue