Fellies/config/resourcefulbees/bees/Sand.json

55 lines
1.2 KiB
JSON

{
"flower": "ALL",
"maxTimeInHive": 2400,
"sizeModifier": 0.75,
"traits": ["can_swim"],
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "other/sand",
"ColorData": {
"honeycombColor": "#e7e4bb",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:gravel",
"mutationOutput": "minecraft:sand",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:sand",
"mainOutputWeight": 0.3,
"mainOutputCount": 6,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"spawnWeight": 4,
"biomeWhitelist": "tag:BEACH,OCEAN",
"biomeBlacklist": "tag:NETHER,END",
"minGroupSize": 2,
"maxGroupSize": 4,
"lightLevel": "DAY"
},
"BreedData": {
"isBreedable": true,
"feedItem": "tag:minecraft:sand",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
},
"TraitData": {
"hasTraits": true
}
}