Trait Data
Last updated
Was this helpful?
A unique feature to Resourceful Bees. traits group together:
Particle Effects
Damage and Potion Immunities
Damage Types and Potion Effects
Special Abilities
and Auras
Traits enable users to breathe life into infinite variations of bees that can be godly, pesky, helpful, or just downright evil.
"resourcefulbees:trait/v1": {
"auraRange": 20,
"traits": ["nether", "wither"]
}The root JSON of the trait customization component looks like this:
"resourcefulbees:trait/v1": {
...
}The identifier of the component is as such:
auraRangeThe range within which players would be affected by the aura. This value is the number of blocks.
Name: Aura Range
Key: auraRange
Type: Integer
Range: 3 - 20
Default: 10
traitsThe list of traits given to the bee.
Name: Traits List
Key: traits
Type: String[]
Default: Optional/Empty
Last updated
Was this helpful?
Was this helpful?
resourcefulbees:trait/v1"resourcefulbees:trait/v1": {
"auraRange": 20
}"resourcefulbees:trait/v1": {
"traits": ["nether", "wither"]
}