Added the Forestry API
This commit is contained in:
parent
69aeb4a813
commit
2cc9d3a53a
202 changed files with 7108 additions and 35 deletions
|
@ -328,7 +328,10 @@ public class ItemRitualDiviner extends EnergyItems implements IRitualDiviner
|
|||
}
|
||||
|
||||
NBTTagCompound locTag = (NBTTagCompound)tag.getTag("location");
|
||||
locTag.setBoolean("isStored", false);
|
||||
if(locTag != null)
|
||||
{
|
||||
locTag.setBoolean("isStored", false);
|
||||
}
|
||||
}
|
||||
|
||||
public Int3 getStoredLocation(ItemStack stack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue