Fellies/config/resourcefulbees/bees/Wither.json

56 lines
1.3 KiB
JSON

{
"flower": "minecraft:wither_rose",
"maxTimeInHive": 4800,
"sizeModifier": 1.5,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["nether", "wither"],
"baseLayerTexture": "wither/wither_bee",
"ColorData": {
"honeycombColor": "#444444",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 3
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:water",
"mutationOutput": "minecraft:lava",
"mutationType": "FLUID_TO_FLUID",
"mutationCount": 1
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "wstweaks:fragment",
"mainOutputWeight": 0.05,
"mainOutputCount": 3,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": false,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:NETHER,END",
"lightLevel": "NIGHT",
"spawnWeight": 12
},
"BreedData": {
"isBreedable": true,
"parent1": "diamond",
"parent2": "obsidian",
"feedItem": "minecraft:nether_star",
"feedAmount": 1,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}