Fellies/config/resourcefulbees/bees/Emerald.json

58 lines
1.3 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/emerald/emerald_bee",
"ColorData": {
"honeycombColor": "#18eb09",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE"
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:forge:stone",
"mutationOutput": "emendatusenigmatica:emerald_ore",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:emerald",
"mainOutputWeight": 0.02,
"mainOutputCount": 2,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
},
"BreedData": {
"isBreedable": true,
"parent1": "redstone",
"parent2": "iron",
"feedItem": "tag:forge:storage_blocks/emerald",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": false
}
}