Working onn Lighting for the Firebox

This commit is contained in:
KitsuShadow
2015-07-08 23:25:48 -04:00
parent cb1c1114de
commit b4f5347cda
9 changed files with 62 additions and 61 deletions

View File

@@ -41,6 +41,7 @@ public abstract class CrucibleBase extends BlockContainer {
player.inventory.addItemStackToInventory(jar);
if(!world.isRemote){
world.setBlock(x, y, z, Blocks.air, 0, 2);
}
}
}