Just cleaning up some stuff

This commit is contained in:
pahimar 2014-01-12 12:42:41 -05:00
parent f16ff69042
commit 58bd0a1dca
3 changed files with 3 additions and 5 deletions

View file

@ -176,7 +176,6 @@ public class BlockGlassBell extends BlockEE implements ITileEntityProvider
if (world.getBlockTileEntity(x, y, z) instanceof TileGlassBell)
{
TileGlassBell tileGlassBell = (TileGlassBell) world.getBlockTileEntity(x, y, z);
if (world.getBlockTileEntity(x, y - 1, z) instanceof TileAludel)

View file

@ -226,7 +226,6 @@ public class TileCalcinator extends TileEE implements IInventory
}
@Override
// TODO BUG: When Calcinator begins burning at night, client doesn't immediately reflect that the light level has changed
public void updateEntity()
{
boolean isBurning = this.deviceCookTime > 0;

View file

@ -28,9 +28,9 @@ tile.ee3:alchemicalFuelBlock.aeternalisFuel.name=Aeternalis Fuel Block
tile.ee3:aludel.name=Aludel [WIP]
tile.ee3:calcinator.name=Calcinator
tile.ee3:chalk.name=Chalk
tile.ee3:glassBell.name=Glass Bell [WIP]
tile.ee3:glassBell.name=Glass Bell
tile.ee3:researchStation.name=Research Station [WIP]
tile.ee3:infusedCloth.name=Infused Cloth [WIP]
tile.ee3:infusedCloth.name=Infused Cloth
tile.ee3:infusedWood.name=Infused Wood
tile.ee3:infusedPlanks.name=Infused Wood Planks
@ -39,7 +39,7 @@ container.ee3:alchemicalBag=Alchemical Bag [WIP]
container.ee3:alchemicalChest=Alchemical Chest [WIP]
container.ee3:aludel=Aludel [WIP]
container.ee3:calcinator=Calcinator
container.ee3:glassBell=Glass Bell [WIP]
container.ee3:glassBell=Glass Bell
container.ee3:researchStation=Research Station [WIP]
# Command localizations