mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made the growth ring a little more expensive.
This commit is contained in:
parent
fbba25d5ad
commit
57e77e8453
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ItemGrowthRing extends ItemEnergy{
|
|||
EntityPlayer player = (EntityPlayer)entity;
|
||||
ItemStack equipped = player.getCurrentEquippedItem();
|
||||
|
||||
int energyUse = 50;
|
||||
int energyUse = 300;
|
||||
if(equipped != null && equipped == stack && this.getEnergyStored(stack) >= energyUse){
|
||||
ArrayList<Position> blocks = new ArrayList<Position>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue