Added basic battery and fixed issues with Lithium Battery
This commit is contained in:
parent
047625389d
commit
f947ef37a4
9 changed files with 123 additions and 5 deletions
|
@ -13,11 +13,11 @@ import techreborn.tiles.TileIndustrialGrinder;
|
|||
import techreborn.tiles.teir1.TileCompressor;
|
||||
import techreborn.tiles.teir1.TileGrinder;
|
||||
|
||||
public class BlockCompresser extends BlockMachineBase implements IRotationTexture{
|
||||
public class BlockCompressor extends BlockMachineBase implements IRotationTexture{
|
||||
|
||||
public BlockCompresser(Material material) {
|
||||
public BlockCompressor(Material material) {
|
||||
super(material);
|
||||
setUnlocalizedName("techreborn.compresser");
|
||||
setUnlocalizedName("techreborn.compressor");
|
||||
}
|
||||
|
||||
@Override
|
Loading…
Add table
Add a link
Reference in a new issue