Fellies/config[copied]/resourcefulbees/bees/RGBee.json

53 lines
1.2 KiB
JSON
Raw Normal View History

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