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

58 lines
1.3 KiB
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "ALL",
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
"baseLayerTexture": "ores/redstone/redstone_bee",
"ColorData": {
"honeycombColor": "#aa0f01",
2021-01-24 16:10:27 +00:00
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
2021-01-17 12:40:59 +00:00
"modelType": "ORE"
},
2021-01-24 16:10:27 +00:00
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
2021-01-17 12:40:59 +00:00
"MutationData": {
"hasMutation": true,
2021-01-24 16:10:27 +00:00
"mutationInput": "tag:forge:stone",
"mutationOutput": "emendatusenigmatica:redstone_ore",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
2021-01-17 12:40:59 +00:00
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:redstone",
2021-01-24 16:10:27 +00:00
"mainOutputWeight": 0.3,
"mainOutputCount": 6,
"mainInputCount": 1
2021-01-17 12:40:59 +00:00
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
2021-01-24 16:10:27 +00:00
"biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
2021-01-17 12:40:59 +00:00
},
"BreedData": {
2021-01-24 16:10:27 +00:00
"isBreedable": true,
"parent1": "lead",
"parent2": "copper",
"feedItem": "tag:forge:storage_blocks/redstone",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
2021-01-17 12:40:59 +00:00
},
2021-01-24 16:10:27 +00:00
"TraitData": {
"hasTraits": false
}
}