mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
So this isn't needed anymore
This commit is contained in:
parent
bfd859e144
commit
95d2e226e3
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue