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

56 lines
1.3 KiB
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "minecraft:chorus_flower",
2021-01-24 16:10:27 +00:00
"maxTimeInHive": 4800,
"sizeModifier": 1,
2021-01-17 12:40:59 +00:00
"hasHoneycomb": true,
2021-01-24 16:10:27 +00:00
"apiaryOutputAmounts": [3, 6, 1, 2],
2021-01-17 12:40:59 +00:00
"traits": ["ender"],
2021-01-24 16:10:27 +00:00
"baseLayerTexture": "other/ender",
2021-01-17 12:40:59 +00:00
"ColorData": {
"honeycombColor": "#339786",
2021-01-24 16:10:27 +00:00
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
2021-01-17 12:40:59 +00:00
},
"MutationData": {
"hasMutation": true,
2021-01-24 16:10:27 +00:00
"mutationInput": "tag:forge:stone",
2021-01-17 12:40:59 +00:00
"mutationOutput": "minecraft:end_stone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:ender_pearl",
2021-01-24 16:10:27 +00:00
"mainOutputWeight": 0.2,
"mainOutputCount": 2,
"mainInputCount": 1,
"bottleOutput": "minecraft:dragon_breath"
2021-01-17 12:40:59 +00:00
},
"SpawnData": {
"canSpawnInWorld": true,
2021-01-24 16:10:27 +00:00
"biomeWhitelist": "tag:END",
"biomeBlacklist": "tag:OVERWORLD,NETHER",
2021-01-17 12:40:59 +00:00
"lightLevel": "NIGHT",
2021-01-24 16:10:27 +00:00
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 10
2021-01-17 12:40:59 +00:00
},
"BreedData": {
2021-01-24 16:10:27 +00:00
"isBreedable": true,
"feedItem": "tag:forge:gems/ender",
"feedAmount": 4,
"childGrowthDelay": -24000,
"breedDelay": 6000
2021-01-17 12:40:59 +00:00
},
"TraitData": {
"hasTraits": true
}
2021-01-24 16:10:27 +00:00
}