Fellies/config/resourcefulbees/bees/Ender.json

35 lines
805 B
JSON

{
"flower": "minecraft:chorus_flower",
"hasHoneycomb": true,
"traits": ["ender"],
"maxTimeInHive": 1800,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#339786",
"primaryColor": "#339786",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:obsidian",
"mutationOutput": "minecraft:end_stone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:ender_pearl",
"bottleOutput" : "minecraft:dragon_breath"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:end",
"lightLevel": "NIGHT",
"spawnWeight": 20
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}