diff --git a/TrueCraft.Core/Logic/Blocks/CactusBlock.cs b/TrueCraft.Core/Logic/Blocks/CactusBlock.cs index 5e070e2..f54221f 100644 --- a/TrueCraft.Core/Logic/Blocks/CactusBlock.cs +++ b/TrueCraft.Core/Logic/Blocks/CactusBlock.cs @@ -13,7 +13,7 @@ namespace TrueCraft.Core.Logic.Blocks public class CactusBlock : BlockProvider { public static readonly int MinGrowthSeconds = 30; - public static readonly int MaxGrowthSeconds = 120; + public static readonly int MaxGrowthSeconds = 60; public static readonly int MaxGrowHeight = 3; public static readonly byte BlockID = 0x51;