This was to complicated, going to make it simpler
This commit is contained in:
parent
314a9637b7
commit
bb58ae8632
12 changed files with 4 additions and 219 deletions
|
@ -12,7 +12,6 @@ import net.minecraft.world.World;
|
|||
import techreborn.Core;
|
||||
import techreborn.client.GuiHandler;
|
||||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.multiblocks.MultiBlastfurnace;
|
||||
import techreborn.tiles.TileBlastFurnace;
|
||||
|
||||
public class BlockBlastFurnace extends BlockContainer{
|
||||
|
@ -32,7 +31,7 @@ public class BlockBlastFurnace extends BlockContainer{
|
|||
|
||||
@Override
|
||||
public TileEntity createNewTileEntity(World world, int p_149915_2_) {
|
||||
return new TileBlastFurnace(new MultiBlastfurnace());
|
||||
return new TileBlastFurnace();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue