You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.