Fellies/config/resourcefulbees/bees/Blaze.json

55 lines
1.3 KiB
JSON

{
"flower": "minecraft:nether_wart",
"maxTimeInHive": 4800,
"sizeModifier": 1.0,
"traits": ["blaze", "nether"],
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "other/blaze",
"ColorData": {
"honeycombColor": "#fff32d",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
},
"MutationData": {
"hasMutation": true,
"mutationInput": "entity:resourcefulbees:creeper_bee",
"mutationOutput": "entity:resourcefulbees:ghast_bee",
"mutationType": "ENTITY_TO_ENTITY"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:blaze_rod",
"mainOutputWeight": 0.05,
"mainOutputCount": 2,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"spawnWeight": 4,
"biomeWhitelist": "tag:NETHER",
"biomeBlacklist": "tag:OVERWORLD,END",
"minGroupSize": 1,
"maxGroupSize": 2,
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true,
"feedItem": "tag:forge:rods/blaze",
"feedAmount": 16,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}