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

56 lines
1.3 KiB
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "minecraft:wither_rose",
2021-01-24 16:10:27 +00:00
"maxTimeInHive": 7200,
"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": ["nether", "wither"],
2021-01-24 16:10:27 +00:00
"baseLayerTexture": "ores/netherite/netherite_bee",
2021-01-17 12:40:59 +00:00
"ColorData": {
2021-01-24 16:10:27 +00:00
"honeycombColor": "#654740",
2021-01-17 12:40:59 +00:00
"isBeeColored": false,
2021-01-24 16:10:27 +00:00
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 3
2021-01-17 12:40:59 +00:00
},
"MutationData": {
"hasMutation": true,
2021-01-24 16:10:27 +00:00
"mutationInput": "tag:forge:netherrack",
"mutationOutput": "minecraft:blackstone",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
2021-01-17 12:40:59 +00:00
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
2021-01-24 16:10:27 +00:00
"mainOutput": "minecraft:netherite_scrap",
"mainOutputWeight": 0.1,
"mainOutputCount": 2,
"mainInputCount": 1
2021-01-17 12:40:59 +00:00
},
"SpawnData": {
2021-01-24 16:10:27 +00:00
"canSpawnInWorld": false,
"biomeWhitelist": "tag:NETHER",
"biomeBlacklist": "tag:OVERWORLD,END",
"lightLevel": "NIGHT",
"spawnWeight": 4
2021-01-17 12:40:59 +00:00
},
"BreedData": {
"isBreedable": true,
2021-01-24 16:10:27 +00:00
"parent1": "wither",
"parent2": "diamond",
"feedItem": "tag:forge:ingots/netherite",
"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
}