Fellies/config/resourcefulbees/bees/RGBee.json

53 lines
1.2 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 2400,
"sizeModifier": 0.5,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"ColorData": {
"honeycombColor": "#ffffff",
"isBeeColored": false,
"isRainbowBee": true,
"isGlowing": true,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": {
"hasMutation": false
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:red_dye",
"secondaryOutput": "minecraft:green_dye",
"bottleOutput": "resourcefulbees:rainbow_honey_bottle",
"bottleOutputWeight": 0.3,
"mainOutputWeight": 0.3,
"secondaryOutputWeight": 0.3,
"mainInputCount": 1,
"mainOutputCount": 3
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:OCEAN",
"minGroupSize": 2,
"maxGroupSize": 3,
"spawnWeight": 8
},
"BreedData": {
"isBreedable": true,
"feedItem": "tag:minecraft:flowers",
"feedAmount": 1,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": false
}
}