Merge pull request #2920 from punchready/patch-1
Update definitions for Flower Boots to allow Ash Plants
This commit is contained in:
commit
00a27d3c4c
2 changed files with 9 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>
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
|
||||||
* Fixed unable to use Purification/Evil Powder in jungle. (@sgkoishi)
|
* Fixed unable to use Purification/Evil Powder in jungle. (@sgkoishi)
|
||||||
* Set the `GetDataHandledEventArgs.Player` property for the `SyncTilePicking` data handler. (@drunderscore)
|
* Set the `GetDataHandledEventArgs.Player` property for the `SyncTilePicking` data handler. (@drunderscore)
|
||||||
* Relaxed custom death message restrictions to allow Inferno potions in PvP. (@drunderscore)
|
* Relaxed custom death message restrictions to allow Inferno potions in PvP. (@drunderscore)
|
||||||
|
* Allowed Flower Boots to place Ash Flowers on Ash Grass blocks. (@punchready)
|
||||||
|
|
||||||
## TShock 5.1.3
|
## TShock 5.1.3
|
||||||
* Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)
|
* Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue