Added the Forestry API

This commit is contained in:
WayofTime 2015-05-11 13:12:56 -04:00
parent 69aeb4a813
commit 2cc9d3a53a
202 changed files with 7108 additions and 35 deletions

View file

@ -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)