Merge branch 'general-devel' into patch-2
This commit is contained in:
commit
ec72f4957b
5 changed files with 20 additions and 7 deletions
|
|
@ -38,6 +38,10 @@ namespace TShockAPI.Handlers
|
|||
{
|
||||
TileID.JungleGrass
|
||||
} },
|
||||
{ TileID.AshPlants, new HashSet<ushort>()
|
||||
{
|
||||
TileID.AshGrass
|
||||
} },
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -67,6 +71,10 @@ namespace TShockAPI.Handlers
|
|||
{
|
||||
9, 10, 11, 12, 13, 14, 15, 16,
|
||||
} },
|
||||
{ TileID.AshPlants, new HashSet<ushort>()
|
||||
{
|
||||
6, 7, 8, 9, 10,
|
||||
} },
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue