Skip to content

Releases: LeFauxMatt/CustomBush

Custom Bush 1.5.2

22 Jan 22:12
510a95d

Choose a tag to compare

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 TryGetShakeOffItem for 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

25 Dec 23:47
361b2b5

Choose a tag to compare

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

25 Dec 02:09

Choose a tag to compare

Fixed

  • Fixes bushes producing tea leaves when they are out of season, but vanilla tea bushes are in season.

CustomBush 1.4.0

21 Dec 21:18
ae3ed38

Choose a tag to compare

Added

  • Added optional sprite offset depending on item drop.
  • Added the ability to override vanilla tea bush drops.
  • Added ConditionsToProduce which 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

18 Dec 01:12

Choose a tag to compare

Changed

  • Added config option to reduce log amount.
  • Config options can be loaded from backup.

Custom Bush 1.3.0

15 Dec 02:24
59f8fa3

Choose a tag to compare

Changed

  • Drop FauxCore dependency.