Fellies/config/resourcefulbees/bees/Lapis.json

31 lines
710 B
JSON

{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/lapis/lapis_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#345ec3",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:lapis_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:lapis_lazuli",
"mainOutputCount": 8
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}