Amended range of Zephyr ritual
Fixed Green Grove ritual Fixed Crusher ritual so it didn't break everything at once.
This commit is contained in:
parent
8f453f6e1e
commit
15650bac8b
5 changed files with 11 additions and 6 deletions
|
@ -71,7 +71,7 @@ public class BloodAltar implements IFluidHandler
|
|||
private int chargingFrequency = 0;
|
||||
private int maxCharge = 0;
|
||||
|
||||
private int cooldownAfterCrafting = 500;
|
||||
private int cooldownAfterCrafting = 60;
|
||||
|
||||
private ItemStack result;
|
||||
|
||||
|
@ -457,7 +457,7 @@ public class BloodAltar implements IFluidHandler
|
|||
server.spawnParticle(EnumParticleTypes.REDSTONE, pos.getX() + 0.5, pos.getY() + 1, pos.getZ() + 0.5, 40, 0.3, 0, 0.3, 0, new int[0]);
|
||||
}
|
||||
|
||||
this.cooldownAfterCrafting = 100;
|
||||
this.cooldownAfterCrafting = 30;
|
||||
this.isActive = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue