Fellies/config[copied]/resourcefulbees/bees/Slimy.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
2021-01-24 16:10:27 +00:00
"flower": "ALL",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
2021-01-17 12:40:59 +00:00
"traits": ["slimy"],
"baseLayerTexture": "slime/slime_bee",
"ColorData": {
2021-01-24 16:10:27 +00:00
"honeycombColor": "#73c262",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "GELATINOUS"
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
2021-01-17 12:40:59 +00:00
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:honey_block",
"mutationOutput": "minecraft:slime_block",
"mutationType": "BLOCK_TO_BLOCK",
2021-01-24 16:10:27 +00:00
"mutationCount": 1
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:slime_ball",
"mainOutputWeight": 0.25,
"mainOutputCount": 8,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": false,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:NETHER,END",
"lightLevel": "NIGHT",
"spawnWeight": 12
2021-01-17 12:40:59 +00:00
},
"BreedData": {
"isBreedable": true,
2021-01-24 16:10:27 +00:00
"parent1": "zombie",
"parent2": "clay",
"feedItem": "tag:forge:slime_block",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
2021-01-17 12:40:59 +00:00
},
"TraitData": {
"hasTraits": true
}
2021-01-24 16:10:27 +00:00
}