Fellies/config/resourcefulbees/bees/Ender.json

56 lines
1.3 KiB
JSON

{
"flower": "minecraft:chorus_flower",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["ender"],
"baseLayerTexture": "other/ender",
"ColorData": {
"honeycombColor": "#339786",
"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:end_stone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:ender_pearl",
"mainOutputWeight": 0.2,
"mainOutputCount": 2,
"mainInputCount": 1,
"bottleOutput": "minecraft:dragon_breath"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:END",
"biomeBlacklist": "tag:OVERWORLD,NETHER",
"lightLevel": "NIGHT",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 10
},
"BreedData": {
"isBreedable": true,
"feedItem": "tag:forge:gems/ender",
"feedAmount": 4,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}