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

57 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": 3600,
"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/gold/gold_bee",
"ColorData": {
2021-01-24 16:10:27 +00:00
"honeycombColor": "#ffdc00",
2021-01-17 12:40:59 +00:00
"isBeeColored": false,
2021-01-24 16:10:27 +00:00
"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:gold_ore",
2021-01-17 12:40:59 +00:00
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
2021-01-24 16:10:27 +00:00
"mainOutput": "minecraft:gold_ingot",
"mainOutputWeight": 0.1,
"mainOutputCount": 2,
"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": "iron",
"parent2": "copper",
"feedItem": "tag:forge:storage_blocks/gold",
"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
}
}