get rid of ITileEntityProvider
This commit is contained in:
@@ -18,8 +18,7 @@ public class BlockDestructor extends BlockMachine
|
||||
}
|
||||
|
||||
@Override
|
||||
public TileEntity createNewTileEntity(World world, int meta)
|
||||
{
|
||||
public TileEntity createTileEntity(World world, IBlockState state) {
|
||||
return new TileDestructor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user