Fellies/config/resourcefulbees/bees/Zombie.json

56 lines
1.3 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["zombie"],
"baseLayerTexture": "zombie/zombie_bee",
"ColorData": {
"honeycombColor": "#2f4e32",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:cobblestone",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:rotten_flesh",
"mainOutputWeight": 0.5,
"mainOutputCount": 9,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:NETHER,END",
"lightLevel": "NIGHT",
"spawnWeight": 6,
"minGroupSize": 4,
"maxGroupSize": 6
},
"BreedData": {
"isBreedable": true,
"feedItem": "minecraft:rotten_flesh",
"feedAmount": 4,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}