Allow more tile and wall conversion

This commit is contained in:
SGKoishi 2022-11-27 21:09:57 -08:00
parent 106f735559
commit d2037a62e5
No known key found for this signature in database
GPG key ID: 8FFC399070653828
2 changed files with 16 additions and 26 deletions

View file

@ -79,6 +79,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
## Upcoming changes
* Updated the Utils.FindByIdOrName to follow same logic. Now fuzzy match fallback to `StartsWith` and then `Contains`. (@sgkoishi)
* Fixed unable to use Purification/Evil Powder in jungle. (@sgkoishi)
## TShock 5.1.3
* Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)