57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
|
{
|
||
|
"flower": "ALL",
|
||
|
"maxTimeInHive": 4800,
|
||
|
"sizeModifier": 1,
|
||
|
"hasHoneycomb": true,
|
||
|
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||
|
"traits": ["slimy"],
|
||
|
"baseLayerTexture": "slime/slime_bee",
|
||
|
"ColorData": {
|
||
|
"honeycombColor": "#73c262",
|
||
|
"isBeeColored": false,
|
||
|
"isRainbowBee": false,
|
||
|
"isGlowing": false,
|
||
|
"isEnchanted": false,
|
||
|
"modelType": "GELATINOUS"
|
||
|
},
|
||
|
"CombatData": {
|
||
|
"isPassive": false,
|
||
|
"removeStingerOnAttack": false,
|
||
|
"inflictsPoison": true,
|
||
|
"attackDamage": 2
|
||
|
},
|
||
|
"MutationData": {
|
||
|
"hasMutation": true,
|
||
|
"mutationInput": "minecraft:honey_block",
|
||
|
"mutationOutput": "minecraft:slime_block",
|
||
|
"mutationType": "BLOCK_TO_BLOCK",
|
||
|
"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
|
||
|
},
|
||
|
"BreedData": {
|
||
|
"isBreedable": true,
|
||
|
"parent1": "zombie",
|
||
|
"parent2": "clay",
|
||
|
"feedItem": "tag:forge:slime_block",
|
||
|
"feedAmount": 2,
|
||
|
"childGrowthDelay": -24000,
|
||
|
"breedDelay": 6000
|
||
|
},
|
||
|
"TraitData": {
|
||
|
"hasTraits": true
|
||
|
}
|
||
|
}
|