Fellies/config/resourcefulbees/bees/Skeleton.json

55 lines
1.3 KiB
JSON

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