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

@ -13,7 +13,7 @@ import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.generator.TileSolarPanel;
/**
* Created by mark on 25/02/2016.
* Created by modmuss50 on 25/02/2016.
*/
public class BlockSolarPanel extends BaseTileBlock implements ITexturedBlock {

View file

@ -8,7 +8,7 @@ import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.generator.TileWaterMill;
/**
* Created by mark on 25/02/2016.
* Created by modmuss50 on 25/02/2016.
*/
public class BlockWaterMill extends BaseTileBlock {

View file

@ -8,7 +8,7 @@ import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.generator.TileWindMill;
/**
* Created by mark on 25/02/2016.
* Created by modmuss50 on 25/02/2016.
*/
public class BlockWindMill extends BaseTileBlock {