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

58 lines
1.4 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": 2400,
"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": "/creeper/creeper_bee",
2021-01-24 16:10:27 +00:00
"traits": ["creeper"],
2021-01-17 12:40:59 +00:00
"ColorData": {
2021-01-24 16:10:27 +00:00
"honeycombColor": "#0c9f0a",
2021-01-17 12:40:59 +00:00
"isBeeColored": false,
2021-01-24 16:10:27 +00:00
"isRainbowBee": false,
2021-01-17 12:40:59 +00:00
"isGlowing": true,
2021-01-24 16:10:27 +00:00
"isEnchanted": false,
"glowColor": "#e2d3d3",
2021-01-17 12:40:59 +00:00
"glowingPulse": 2,
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
},
2021-01-24 16:10:27 +00:00
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
},
2021-01-17 12:40:59 +00:00
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:minecraft:lava",
"mutationOutput": "minecraft:mossy_cobblestone",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gunpowder",
2021-01-24 16:10:27 +00:00
"mainOutputWeight": 0.6,
"mainOutputCount": 3,
"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",
"lightLevel": "NIGHT",
"minGroupSize": 1,
"maxGroupSize": 4,
"spawnWeight": 8
2021-01-17 12:40:59 +00:00
},
"BreedData": {
2021-01-24 16:10:27 +00:00
"isBreedable": true,
"feedItem": "tag:forge:gravel",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
2021-01-17 12:40:59 +00:00
},
"TraitData": {
"hasTraits": true
}
2021-01-24 16:10:27 +00:00
}