Fellies/config/resourcefulbees/bees/Zombie.json

33 lines
759 B
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "tag:minecraft:bee_growables",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "zombie/zombie_bee",
"traits": ["zombie"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#2F4E32"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:cobblestone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:rotten_flesh"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}