Reduce the max grow time for cactus
This commit is contained in:
parent
069e80469c
commit
b0c41ffdcc
@ -13,7 +13,7 @@ namespace TrueCraft.Core.Logic.Blocks
|
|||||||
public class CactusBlock : BlockProvider
|
public class CactusBlock : BlockProvider
|
||||||
{
|
{
|
||||||
public static readonly int MinGrowthSeconds = 30;
|
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 int MaxGrowHeight = 3;
|
||||||
|
|
||||||
public static readonly byte BlockID = 0x51;
|
public static readonly byte BlockID = 0x51;
|
||||||
|
Reference in New Issue
Block a user