Fellies/config/resourcefulbees/bees/Creeper.json

38 lines
907 B
JSON

{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "/creeper/creeper_bee",
"traits" : ["creeper"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#0C9F0A",
"isGlowing": true,
"glowColor": "#E2D3D3",
"glowingPulse": 2,
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:minecraft:lava",
"mutationOutput": "minecraft:mossy_cobblestone",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gunpowder",
"mainOutputCount": 4
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}