Fellies/config/resourcefulbees/bees/Icy.json

55 lines
1.2 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 3600,
"sizeModifier": 0.75,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["can_swim"],
"baseLayerTexture": "other/icy",
"ColorData": {
"honeycombColor": "#92b9fe",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:water",
"mutationOutput": "minecraft:ice",
"mutationType": "FLUID_TO_BLOCK",
"mutationCount": 20
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:snowball",
"mainOutputWeight": 0.5,
"mainOutputCount": 8,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:COLD",
"biomeBlacklist": "tag:HOT,NETHER,END",
"minGroupSize": 2,
"maxGroupSize": 4,
"spawnWeight": 4
},
"BreedData": {
"isBreedable": true,
"feedItem": "minecraft:snow_block",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}