Fellies/config/resourcefulbees/bees/Enderium.json

53 lines
1.3 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 3600,
"sizeModifier": 0.75,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "metals/enderium",
"ColorData": {
"honeycombColor": "#0a4a4a",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:forge:storage_blocks/netherite",
"mutationOutput": "emendatusenigmatica:enderium_block",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "emendatusenigmatica:enderium_ingot",
"mainOutputWeight": 0.05,
"mainOutputCount": 2,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": false,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:OCEAN"
},
"BreedData": {
"isBreedable": true,
"parent1": "lead",
"parent2": "diamond",
"feedItem": "tag:forge:storage_blocks/enderium",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": false
}
}