33 lines
759 B
JSON
33 lines
759 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|