Added walia support for the cables

This commit is contained in:
modmuss50 2016-03-07 20:33:08 +00:00
parent b8de296817
commit 67526480ad
37 changed files with 209 additions and 55 deletions

View file

@ -7,7 +7,7 @@ import reborncore.common.powerSystem.TilePowerAcceptor;
import techreborn.blocks.generator.BlockSolarPanel;
/**
* Created by mark on 25/02/2016.
* Created by modmuss50 on 25/02/2016.
*/
public class TileSolarPanel extends TilePowerAcceptor {

View file

@ -5,7 +5,7 @@ import net.minecraft.util.EnumFacing;
import reborncore.common.powerSystem.TilePowerAcceptor;
/**
* Created by mark on 25/02/2016.
* Created by modmuss50 on 25/02/2016.
*/
public class TileWaterMill extends TilePowerAcceptor {

View file

@ -4,7 +4,7 @@ import net.minecraft.util.EnumFacing;
import reborncore.common.powerSystem.TilePowerAcceptor;
/**
* Created by mark on 25/02/2016.
* Created by modmuss50 on 25/02/2016.
*/
public class TileWindMill extends TilePowerAcceptor {