Oops!
This commit is contained in:
parent
585d2f640b
commit
dbfd70ba55
@ -12,8 +12,8 @@ namespace TrueCraft.Core.Logic.Blocks
|
||||
{
|
||||
public class CactusBlock : BlockProvider
|
||||
{
|
||||
public static readonly int MinGrowthSeconds = 180;
|
||||
public static readonly int MaxGrowthSeconds = 240;
|
||||
public static readonly int MinGrowthSeconds = 30;
|
||||
public static readonly int MaxGrowthSeconds = 120;
|
||||
public static readonly int MaxGrowHeight = 3;
|
||||
|
||||
public static readonly byte BlockID = 0x51;
|
||||
|
Loading…
x
Reference in New Issue
Block a user