Skip to content

SmartSpawner 1.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 02:00
· 189 commits to main since this release

Bug Fixes

  • Spawner Duplication: Fixed a bug where using the "Add All" button could cause spawner duplication.
  • Previous Page Button: Fixed a visual bug where the "Previous Page" button would persist on page 1 of the spawner storage after navigating back from page 2.
  • {current_exp} Placeholder: Fixed a placeholder error in the Sell Confirm GUI where {current_exp} was not being replaced correctly.

New Features

  • Skip Sell Confirm GUI: Added a config option to bypass the Sell Confirm GUI entirely.
  • Sell Confirm GUI Layout Config: Added a config option to customize the layout of the Sell Confirm GUI.
  • New Spawner Storage Title Placeholders: Added 3 new placeholders for the spawner storage GUI title:
Placeholder Description Example
{entity} Formatted entity name Zombie
{ᴇɴᴛɪᴛʏ} Entity name in small caps ᴢᴏᴍʙɪᴇ
{amount} Number of spawners stacked 12

Improvements

  • GUI Layout Config Refactor: All GUI layout configuration files have been refactored for improved clarity and readability.