So this isn't needed anymore

This commit is contained in:
Ellpeck 2016-05-12 14:27:29 +02:00
parent bfd859e144
commit 95d2e226e3

View file

@ -48,9 +48,6 @@ public class ItemGrowthRing extends ItemEnergy{
if(equipped != null && equipped == stack && this.getEnergyStored(stack) >= energyUse){
List<BlockPos> blocks = new ArrayList<BlockPos>();
if(stack.getTagCompound() == null){
stack.setTagCompound(new NBTTagCompound());
}
//Adding all possible Blocks
if(player.worldObj.getTotalWorldTime()%30 == 0){
int range = 3;