Fellies/config/resourcefulbees/bees/Coal.json

33 lines
756 B
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/coal/coal_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#303030",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:coal_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:coal",
"mainOutputCount": 16
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:overworld",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"feedItem": "minecraft:poppy",
"feedAmount": 4,
"isBreedable": true
},
"TraitData": {}
}