Breed Data
The breeding customization component is responsible for defining relationships between bees. Bees can have many different breeding relationships.
Identifier
The root JSON of the breeding customization component looks like this:
The identifier of the component is as such:
Customization Options
parents
parents
A list of bee pairs that can be used to breed this bee.
feedItem
feedItem
The item(s) which can be fed to the bee to trigger its love state.
Note: This value only applies when this bee is being used to breed another bee
feedReturnItem
feedReturnItem
Item returned to the player after the feed item has been consumed. Useful for returning container-like items after consuming the contents.
Note: This value only applies when this bee is being used to breed another bee
feedAmount
feedAmount
The amount of feed items required to be given to the bee to trigger its love state.
Note: This value only applies when this bee is being used to breed another bee
childGrowthDelay
childGrowthDelay
The time in ticks that a baby bee will stay a baby bee.
breedDelay
breedDelay
The time in ticks until the bee's love state can be triggered again.
Last updated
Was this helpful?