57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"flower": "ALL",
|
|
"maxTimeInHive": 4800,
|
|
"sizeModifier": 0.75,
|
|
"hasHoneycomb": true,
|
|
"apiaryOutputAmounts": [3, 6, 1, 2],
|
|
"traits": ["can_swim"],
|
|
"baseLayerTexture": "other/water",
|
|
"ColorData": {
|
|
"honeycombColor": "#5979ef",
|
|
"isBeeColored": false,
|
|
"isRainbowBee": false,
|
|
"isGlowing": false,
|
|
"isEnchanted": false
|
|
},
|
|
"CombatData": {
|
|
"isPassive": false,
|
|
"removeStingerOnAttack": true,
|
|
"inflictsPoison": true,
|
|
"attackDamage": 1
|
|
},
|
|
"MutationData": {
|
|
"hasMutation": true,
|
|
"mutationInput": "minecraft:lava",
|
|
"mutationOutput": "minecraft:obsidian",
|
|
"mutationType": "FLUID_TO_BLOCK",
|
|
"mutationCount": 20
|
|
},
|
|
"CentrifugeData": {
|
|
"hasCentrifugeOutput": true,
|
|
"mainOutput": "minecraft:kelp",
|
|
"secondaryOutput": "minecraft:seagrass",
|
|
"bottleOutput": "minecraft:sea_pickle",
|
|
"mainOutputWeight": 0.5,
|
|
"mainOutputCount": 16,
|
|
"mainInputCount": 1
|
|
},
|
|
"SpawnData": {
|
|
"canSpawnInWorld": true,
|
|
"biomeWhitelist": "tag:OCEAN,BEACH",
|
|
"biomeBlacklist": "tag:NETHER,END",
|
|
"minGroupSize": 4,
|
|
"maxGroupSize": 6,
|
|
"spawnWeight": 6
|
|
},
|
|
"BreedData": {
|
|
"isBreedable": true,
|
|
"feedItem": "minecraft:seagrass",
|
|
"feedAmount": 16,
|
|
"childGrowthDelay": -24000,
|
|
"breedDelay": 6000
|
|
},
|
|
"TraitData": {
|
|
"hasTraits": true
|
|
}
|
|
}
|