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
Name: Feed Item
Key: feedItem
Default: minecraft:poppy
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
Name: Feed Return Item
Key: feedReturnItem
Type: ItemStack
Default: Optional
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
Name: Feed Return Item
Key: feedAmount
Type: Integer
Range: ≥1
Default: 1
childGrowthDelay
childGrowthDelay
The time in ticks that a baby bee will stay a baby bee.
Name: Child Growth Delay
Key: childGrowthDelay
Type: Integer
Range: ≤0
Default: -24000
breedDelay
breedDelay
The time in ticks until the bee's love state can be triggered again.
Name: Breed Delay
Key: breedDelay
Type: Integer
Range: ≥1
Default: 6000
Last updated