Fellies/config/resourcefulbees/bees/Redstone.json

31 lines
711 B
JSON

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