Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
1.4.5 - 2026-05-13
Fixed
- TCP-preset spawners placed outside chambers can now be recovered with Silk Touch. Vanilla trial spawners never drop anything when broken — not even with Silk Touch. TCP's protection listener only guards spawners inside registered chambers and returns early for anything outside them, meaning a spawner issued via
/tcp giveand placed anywhere on the map was permanently stuck there with no way to retrieve it. NewOrphanSpawnerMineListenerintercepts the break for anyTRIAL_SPAWNERblock carrying atcp:preset_idtag that is not inside a chamber: with a Silk Touch tool the block is removed and the full preset item (PDC tag intact, so it can be re-placed and re-identified) drops naturally; without Silk Touch the break is cancelled and the player receives a hint. If the source preset has since been removed fromspawner_presets.yml, a plaintrial_spawneritem is dropped as a fallback so the block is never permanently unrecoverable. TCP-WildSpawners (when installed) is unaffected: it drives mining throughBlockDamageEventand removes the block directly, soBlockBreakEventnever fires for spawners it manages.
Localization
- New key:
orphan-spawner-needs-silk-touch— message sent when a player tries to break an orphaned preset spawner without Silk Touch.
Information
| Published on | May 13, 2026 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.21.1-26.1.2)