Update definitions for Flower Boots to allow Ash Plants
This commit is contained in:
parent
510d696f16
commit
9a0269fb83
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ namespace TShockAPI.Handlers
|
||||||
{
|
{
|
||||||
TileID.JungleGrass
|
TileID.JungleGrass
|
||||||
} },
|
} },
|
||||||
|
{ TileID.AshPlants, new HashSet<ushort>()
|
||||||
|
{
|
||||||
|
TileID.AshGrass
|
||||||
|
} },
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
@ -67,6 +71,10 @@ namespace TShockAPI.Handlers
|
||||||
{
|
{
|
||||||
9, 10, 11, 12, 13, 14, 15, 16,
|
9, 10, 11, 12, 13, 14, 15, 16,
|
||||||
} },
|
} },
|
||||||
|
{ TileID.AshPlants, new HashSet<ushort>()
|
||||||
|
{
|
||||||
|
6, 7, 8, 9, 10,
|
||||||
|
} },
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue