Releases: LeFauxMatt/CustomBush
Releases · LeFauxMatt/CustomBush
Custom Bush 1.5.2
This update refactors a bunch of the internal logic handling to facilitate better compatibility between mods.
- Added a config menu for previewing all installed custom bushes and their growth stages.
- Internally the mod uses its own API to ensure consistency for mod integrations.
- Added an API method
TryGetShakeOffItemfor getting bush drops. - Moved all item producing logic to a single DayStarted Event.
- Subsequent checks are all pulled from cached data to improve performance.
Custom Bush 1.4.1
Fixed
- Fixes bushes producing tea leaves when they are out of season, but vanilla tea bushes are in season
Custom Bush 1.4.1-beta.1
Fixed
- Fixes bushes producing tea leaves when they are out of season, but vanilla tea bushes are in season.
CustomBush 1.4.0
Added
- Added optional sprite offset depending on item drop.
- Added the ability to override vanilla tea bush drops.
- Added
ConditionsToProducewhich determines how long an item can be collected for before it's reset.
Fixed
- Fixed bush saplings being able to replace existing crops in the garden pot.
Custom Bush 1.3.1
Changed
- Added config option to reduce log amount.
- Config options can be loaded from backup.
Custom Bush 1.3.0
Changed
- Drop FauxCore dependency.