Fellies/config/resourcefulbees/bees/Pigman.json

56 lines
1.3 KiB
JSON

{
"flower": "tag:forge:mushrooms",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["nether", "pigman"],
"baseLayerTexture": "pigman/pigman_bee",
"ColorData": {
"honeycombColor": "#885956",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:forge:blackstone",
"mutationOutput": "minecraft:gilded_blackstone",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 2
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gold_nugget",
"mainOutputWeight": 0.2,
"mainOutputCount": 6,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": false,
"biomeWhitelist": "tag:NETHER",
"biomeBlacklist": "tag:OVERWORLD,END",
"lightLevel": "NIGHT",
"spawnWeight": 16
},
"BreedData": {
"isBreedable": true,
"parent1": "zombie",
"parent2": "gold",
"feedItem": "tag:forge:storage_blocks/gold",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}