Update to latest commit(Master)

This commit is contained in:
Dimmerworld 2017-10-05 02:38:11 +11:00 committed by drcrazy
parent c8b6edd390
commit c651363b73
12 changed files with 174 additions and 135 deletions

View file

@ -40,6 +40,7 @@ import techreborn.blocks.*;
import techreborn.blocks.advanced_machine.*;
import techreborn.blocks.cable.BlockCable;
import techreborn.blocks.generator.*;
import techreborn.blocks.generator.solarpanel.BlockSolarPanel;
import techreborn.blocks.iron_machines.BlockIronAlloyFurnace;
import techreborn.blocks.iron_machines.BlockIronFurnace;
import techreborn.blocks.machine.*;
@ -328,7 +329,7 @@ public class ModBlocks {
GameRegistry.registerTileEntity(TileElectricFurnace.class, "TileElectricFurnaceTR");
SOLAR_PANEL = new BlockSolarPanel();
registerBlock(SOLAR_PANEL, "solar_panel");
registerBlock(SOLAR_PANEL, ItemBlockSolarPanel.class, "solar_panel");
GameRegistry.registerTileEntity(TileSolarPanel.class, "TileSolarPanelTR");
CREATIVE_SOLAR_PANEL = new BlockCreativeSolarPanel();