Fellies/config/resourcefulbees/bees/Slimy.json

26 lines
580 B
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "all",
"hasHoneycomb": false,
"traits": ["slimy"],
"maxTimeInHive": 1200,
"baseLayerTexture": "slime/slime_bee",
"ColorData": {
"modelType": "GELATINOUS",
"gelLayerTexture": "/slime/slime_gel_Layer"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:honey_block",
"mutationOutput": "minecraft:slime_block",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 15
},
"BreedData": {
"isBreedable": true,
"parent1": "rgbee",
"parent2": "zombie"
},
"TraitData": {
"hasTraits": true
}
}