From a6b6078a90eabaffcba050baae91e19fd2054097 Mon Sep 17 00:00:00 2001 From: James Puleo Date: Mon, 10 Oct 2022 09:25:18 -0400 Subject: [PATCH] Update `CHANGELOG.md` --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c49d81f..d4da8b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Updated to OTAPI 3.1.10-alpha, which allows FreeBSD .NET 6 to use Re-Logic's Linux platform. (@SignatureBeef) * Update Github CI to not tarball files for Windows only (@PotatoCider) * Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players (@drunderscore) +* Always allow breaking of tiles that are in `BreakableWhenPlacing` set. This will allow you to place tiles over other tiles (like piles) properly, without being rejected. (@drunderscore) +* Allow the Axe of Regrowth and the Rubblemaker to pass Bouncer checks. (@drunderscore) + * The Axe of Regrowth places a `Saplings` where a tree used to be, which previously failed. + * The Rubblemaker places rubble (which are echo piles), of varying styles, which previously failed. ## TShock 4.5.18 * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider)