Fellies/config/resourcefulbees/bees/Creeper.json

58 lines
1.4 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 2400,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "/creeper/creeper_bee",
"traits": ["creeper"],
"ColorData": {
"honeycombColor": "#0c9f0a",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": true,
"isEnchanted": false,
"glowColor": "#e2d3d3",
"glowingPulse": 2,
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:minecraft:lava",
"mutationOutput": "minecraft:mossy_cobblestone",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gunpowder",
"mainOutputWeight": 0.6,
"mainOutputCount": 3,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:OCEAN",
"lightLevel": "NIGHT",
"minGroupSize": 1,
"maxGroupSize": 4,
"spawnWeight": 8
},
"BreedData": {
"isBreedable": true,
"feedItem": "tag:forge:gravel",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}