Merge branch 'general-devel' into saveonlyafterjoin

This commit is contained in:
Chris 2023-03-25 15:20:32 +10:30 committed by GitHub
commit ddc9d776fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -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>