Small Update - v1.1.1 (?4928)
Fixes
- Added a descriptive hint to the Township Task that requires Tier I Potions, directing the player to use the Herblore potion if they cannot create Tier I's naturally (Not really a fix though lol).
Modding
The Action
interface (used by skills that implement a passiveTick
or activeTick
method, or just registering your own custom action), may now provide 3 optional methods that are called when changing pages:
onPageChange
Called when changing to the actions page, but before the page is visibleonPageVisible
Called when changing to the actions page, just after the page is visibleonPageLeave
Called when changing from the actions page to another one, just after the page is no longer visible
The page for your action must have the action property set.
Also:
- Fixed an issue with patching getter/setter properties on inheriting classes multiple times.
- Improved class getter/setter property patching API.
- Cleaned up the gigantic switch statement in
changePage
in accordance with the new methods listed above. - Fixed some missing image links for Mod Manager.