Added walia support for the cables
This commit is contained in:
parent
b8de296817
commit
67526480ad
37 changed files with 209 additions and 55 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue