Convert to ints

This commit is contained in:
Gig 2015-06-19 17:54:52 +01:00
parent eb37bf274a
commit 3688c7d838
3 changed files with 9 additions and 9 deletions

View file

@ -35,7 +35,7 @@ public class ItemBlockAesu extends ItemBlock {
{
if (stack.getTagCompound().getCompoundTag("tileEntity") != null)
list.add(stack.getTagCompound().getCompoundTag("tileEntity")
.getDouble("energy")
.getInteger("energy")
+ " eu");
}
}