Fellies/config/resourcefulbees/bees/Gold.json

30 lines
679 B
JSON

{
"flower": "ALL",
"hasHoneycomb": true,
"maxTimeInHive": 800,
"baseLayerTexture": "ores/gold/gold_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#FFDC00",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:gold_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gold_ingot"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}