Convert to ints
This commit is contained in:
parent
eb37bf274a
commit
3688c7d838
3 changed files with 9 additions and 9 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue