Reset changed configs
54
config/resourcefulbees/bees/Aluminum.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/aluminum/aluminum_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#dce6f7",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:aluminum_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:aluminum_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/aluminum",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Blaze.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "minecraft:nether_wart",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1.0,
|
||||
"traits": ["blaze", "nether"],
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/blaze",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#fff32d",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "entity:resourcefulbees:creeper_bee",
|
||||
"mutationOutput": "entity:resourcefulbees:ghast_bee",
|
||||
"mutationType": "ENTITY_TO_ENTITY"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:blaze_rod",
|
||||
"mainOutputWeight": 0.05,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"spawnWeight": 4,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"lightLevel": "NIGHT"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:rods/blaze",
|
||||
"feedAmount": 16,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Brass.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/brass",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#998d38",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/diamond",
|
||||
"mutationOutput": "emendatusenigmatica:brass_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:brass_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "copper",
|
||||
"parent2": "zinc",
|
||||
"feedItem": "tag:forge:storage_blocks/brass",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Bronze.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/bronze",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#d38c53",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/diamond",
|
||||
"mutationOutput": "emendatusenigmatica:bronze_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:bronze_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "copper",
|
||||
"parent2": "tin",
|
||||
"feedItem": "tag:forge:storage_blocks/bronze",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Clay.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 0.75,
|
||||
"traits": ["can_swim"],
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/clay",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#acaebd",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:minecraft:sand",
|
||||
"mutationOutput": "minecraft:clay",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:clay",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"spawnWeight": 4,
|
||||
"biomeWhitelist": "tag:BEACH,OCEAN",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/clay",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Coal.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/coal/coal_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#303030",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:coal_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:coal",
|
||||
"mainOutputWeight": 0.4,
|
||||
"mainOutputCount": 9,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/coal",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Constantan.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/constantan",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#d8876b",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/diamond",
|
||||
"mutationOutput": "emendatusenigmatica:constantan_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:constantan_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "copper",
|
||||
"parent2": "nickel",
|
||||
"feedItem": "tag:forge:storage_blocks/constantan",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Copper.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/copper/copper_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#bb5b30",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:copper_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:copper_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/copper",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
57
config/resourcefulbees/bees/Creeper.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "/creeper/creeper_bee",
|
||||
"traits": ["creeper"],
|
||||
"ColorData": {
|
||||
"honeycombColor": "#0c9f0a",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": true,
|
||||
"isEnchanted": false,
|
||||
"glowColor": "#e2d3d3",
|
||||
"glowingPulse": 2,
|
||||
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:minecraft:lava",
|
||||
"mutationOutput": "minecraft:mossy_cobblestone",
|
||||
"mutationType": "FLUID_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gunpowder",
|
||||
"mainOutputWeight": 0.6,
|
||||
"mainOutputCount": 3,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"lightLevel": "NIGHT",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 4,
|
||||
"spawnWeight": 8
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:gravel",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
57
config/resourcefulbees/bees/Diamond.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/diamond/diamond_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#00ffff",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:diamond_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:diamond",
|
||||
"mainOutputWeight": 0.08,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "gold",
|
||||
"parent2": "lapis",
|
||||
"feedItem": "tag:forge:storage_blocks/diamond",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Electrum.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/electrum",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#e5b840",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/diamond",
|
||||
"mutationOutput": "emendatusenigmatica:electrum_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:electrum_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "silver",
|
||||
"parent2": "gold",
|
||||
"feedItem": "tag:forge:storage_blocks/electrum",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
57
config/resourcefulbees/bees/Emerald.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/emerald/emerald_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#18eb09",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:emerald_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:emerald",
|
||||
"mainOutputWeight": 0.02,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "redstone",
|
||||
"parent2": "iron",
|
||||
"feedItem": "tag:forge:storage_blocks/emerald",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Ender.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "minecraft:chorus_flower",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["ender"],
|
||||
"baseLayerTexture": "other/ender",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#339786",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "minecraft:end_stone",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:ender_pearl",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1,
|
||||
"bottleOutput": "minecraft:dragon_breath"
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:END",
|
||||
"biomeBlacklist": "tag:OVERWORLD,NETHER",
|
||||
"lightLevel": "NIGHT",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 10
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:gems/ender",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Enderium.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/enderium",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#0a4a4a",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/netherite",
|
||||
"mutationOutput": "emendatusenigmatica:enderium_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:enderium_ingot",
|
||||
"mainOutputWeight": 0.05,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "lead",
|
||||
"parent2": "diamond",
|
||||
"feedItem": "tag:forge:storage_blocks/enderium",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
51
config/resourcefulbees/bees/Ghast.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"flower": "minecraft:crimson_fungus",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 2,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether"],
|
||||
"baseLayerTexture": "other/ghast",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#faebd7",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 3
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:tnt",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:ghast_tear",
|
||||
"mainOutputWeight": 0.15,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "minecraft:ghast_tear",
|
||||
"feedAmount": 24,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Glowstone.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 0.75,
|
||||
"traits": ["nether"],
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/glowstone",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffbc5e",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:glowstone",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:glowstone_dust",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 12,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"spawnWeight": 4,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"lightLevel": "NIGHT"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/glowstone",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
56
config/resourcefulbees/bees/Gold.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/gold/gold_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffdc00",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:gold_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gold_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "iron",
|
||||
"parent2": "copper",
|
||||
"feedItem": "tag:forge:storage_blocks/gold",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Gravel.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 0.75,
|
||||
"traits": ["can_swim"],
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/gravel",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#968e8e",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "minecraft:gravel",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gravel",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 6,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"spawnWeight": 4,
|
||||
"biomeWhitelist": "tag:BEACH,OCEAN,NETHER,OVERWORLD",
|
||||
"biomeBlacklist": "tag:END",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:gravel",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Icy.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["can_swim"],
|
||||
"baseLayerTexture": "other/icy",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#92b9fe",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:water",
|
||||
"mutationOutput": "minecraft:ice",
|
||||
"mutationType": "FLUID_TO_BLOCK",
|
||||
"mutationCount": 20
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:snowball",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 8,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:COLD",
|
||||
"biomeBlacklist": "tag:HOT,NETHER,END",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4,
|
||||
"spawnWeight": 4
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "minecraft:snow_block",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Invar.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/invar",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#dfe5e2",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/iron",
|
||||
"mutationOutput": "emendatusenigmatica:invar_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:invar_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "nickel",
|
||||
"parent2": "iron",
|
||||
"feedItem": "tag:forge:storage_blocks/invar",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
56
config/resourcefulbees/bees/Iron.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/iron/iron_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffcc99",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:iron_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:iron_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "coal",
|
||||
"parent2": "aluminum",
|
||||
"feedItem": "tag:forge:storage_blocks/iron",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
57
config/resourcefulbees/bees/Lapis.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/lapis/lapis_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#345ec3",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:lapis_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:lapis_lazuli",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 9,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "silver",
|
||||
"parent2": "tin",
|
||||
"feedItem": "tag:forge:storage_blocks/lapis",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Lead.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/lead/lead_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#333952",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:lead_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:lead_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/lead",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Lumium.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/lumium",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#e5f3b5",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/gold",
|
||||
"mutationOutput": "emendatusenigmatica:lumium_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:lumium_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "tin",
|
||||
"parent2": "silver",
|
||||
"feedItem": "tag:forge:storage_blocks/lumium",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Nether_Quartz.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "minecraft:warped_fungus",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"traits": ["nether"],
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/quartz",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#d4caba",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:nether_quartz_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:quartz",
|
||||
"mainOutputWeight": 0.15,
|
||||
"mainOutputCount": 8,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 8,
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/quartz",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Netherite.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "minecraft:wither_rose",
|
||||
"maxTimeInHive": 7200,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "wither"],
|
||||
"baseLayerTexture": "ores/netherite/netherite_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#654740",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 3
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:blackstone",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:netherite_scrap",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 4
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "wither",
|
||||
"parent2": "diamond",
|
||||
"feedItem": "tag:forge:ingots/netherite",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Nickel.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/nickel/nickel_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#8c8f86",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:nickel_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:nickel_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/nickel",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Obsidian.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "minecraft:wither_rose",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "wither"],
|
||||
"baseLayerTexture": "other/obsidian",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#663399",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:obsidian",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 4
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:obsidian",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 3,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:NETHER,OVERWORLD,END",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 8
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "water",
|
||||
"parent2": "blaze",
|
||||
"feedItem": "tag:forge:obsidian",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Osmium.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/osmium/osmium_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#c1e0e7",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:osmium_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:osmium_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/osmium",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Pigman.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "tag:forge:mushrooms",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "pigman"],
|
||||
"baseLayerTexture": "pigman/pigman_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#885956",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:blackstone",
|
||||
"mutationOutput": "minecraft:gilded_blackstone",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 2
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gold_nugget",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 6,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 16
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "zombie",
|
||||
"parent2": "gold",
|
||||
"feedItem": "tag:forge:storage_blocks/gold",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/RGBee.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 0.5,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffffff",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": true,
|
||||
"isGlowing": true,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": false
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:red_dye",
|
||||
"secondaryOutput": "minecraft:green_dye",
|
||||
"bottleOutput": "resourcefulbees:rainbow_honey_bottle",
|
||||
"bottleOutputWeight": 0.3,
|
||||
"mainOutputWeight": 0.3,
|
||||
"secondaryOutputWeight": 0.3,
|
||||
"mainInputCount": 1,
|
||||
"mainOutputCount": 3
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 3,
|
||||
"spawnWeight": 8
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:minecraft:flowers",
|
||||
"feedAmount": 1,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
57
config/resourcefulbees/bees/Redstone.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/redstone/redstone_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#aa0f01",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:redstone_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:redstone",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 6,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "lead",
|
||||
"parent2": "copper",
|
||||
"feedItem": "tag:forge:storage_blocks/redstone",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Sand.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 0.75,
|
||||
"traits": ["can_swim"],
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/sand",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#e7e4bb",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:gravel",
|
||||
"mutationOutput": "minecraft:sand",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:sand",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 6,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"spawnWeight": 4,
|
||||
"biomeWhitelist": "tag:BEACH,OCEAN",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:minecraft:sand",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Signalum.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/signalum",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#fd641a",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/diamond",
|
||||
"mutationOutput": "emendatusenigmatica:signalum_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:signalum_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "copper",
|
||||
"parent2": "silver",
|
||||
"feedItem": "tag:forge:storage_blocks/signalum",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Silver.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/silver/silver_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#c5d1fe",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:silver_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:silver_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/silver",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Skeleton.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "skeleton/skeleton_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#f6f2e6",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "minecraft:bone_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:bone_meal",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 18,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD,NETHER",
|
||||
"biomeBlacklist": "tag:END",
|
||||
"lightLevel": "NIGHT",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 3,
|
||||
"spawnWeight": 14
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:bone_block",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
56
config/resourcefulbees/bees/Slimy.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["slimy"],
|
||||
"baseLayerTexture": "slime/slime_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#73c262",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "GELATINOUS"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:honey_block",
|
||||
"mutationOutput": "minecraft:slime_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:slime_ball",
|
||||
"mainOutputWeight": 0.25,
|
||||
"mainOutputCount": 8,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 12
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "zombie",
|
||||
"parent2": "clay",
|
||||
"feedItem": "tag:forge:slime_block",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
52
config/resourcefulbees/bees/Steel.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "metals/steel",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#858585",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:storage_blocks/diamond",
|
||||
"mutationOutput": "emendatusenigmatica:steel_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:steel_ingot",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "coal",
|
||||
"parent2": "iron",
|
||||
"feedItem": "tag:forge:storage_blocks/steel",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Tin.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/tin/tin_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#7d81a4",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:tin_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:tin_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/tin",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Uranium.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/uranium/uranium_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#333c2f",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:uranium_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:uranium_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/uranium",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
56
config/resourcefulbees/bees/Water.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["can_swim"],
|
||||
"baseLayerTexture": "other/water",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#5979ef",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:lava",
|
||||
"mutationOutput": "minecraft:obsidian",
|
||||
"mutationType": "FLUID_TO_BLOCK",
|
||||
"mutationCount": 20
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:kelp",
|
||||
"secondaryOutput": "minecraft:seagrass",
|
||||
"bottleOutput": "minecraft:sea_pickle",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 16,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OCEAN,BEACH",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 6,
|
||||
"spawnWeight": 6
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "minecraft:seagrass",
|
||||
"feedAmount": 16,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Wither.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "minecraft:wither_rose",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1.5,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "wither"],
|
||||
"baseLayerTexture": "wither/wither_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#444444",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 3
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:water",
|
||||
"mutationOutput": "minecraft:lava",
|
||||
"mutationType": "FLUID_TO_FLUID",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "wstweaks:fragment",
|
||||
"mainOutputWeight": 0.05,
|
||||
"mainOutputCount": 3,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 12
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "diamond",
|
||||
"parent2": "obsidian",
|
||||
"feedItem": "minecraft:nether_star",
|
||||
"feedAmount": 1,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
54
config/resourcefulbees/bees/Zinc.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/zinc/zinc_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#818653",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:zinc_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "emendatusenigmatica:zinc_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 2,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/zinc",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
55
config/resourcefulbees/bees/Zombie.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["zombie"],
|
||||
"baseLayerTexture": "zombie/zombie_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#2f4e32",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:stone",
|
||||
"mutationOutput": "minecraft:cobblestone",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:rotten_flesh",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 9,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 6,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 6
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "minecraft:rotten_flesh",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
8
config/resourcefulbees/biome_dictionary/beach.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:mushroom_field_shore",
|
||||
"minecraft:beach",
|
||||
"minecraft:stone_shore",
|
||||
"minecraft:snowy_beach"
|
||||
]
|
||||
}
|
22
config/resourcefulbees/biome_dictionary/cold.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:taiga",
|
||||
"minecraft:the_end",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:frozen_river",
|
||||
"minecraft:snowy_tundra",
|
||||
"minecraft:snowy_mountains",
|
||||
"minecraft:taiga_hills",
|
||||
"minecraft:snowy_beach",
|
||||
"minecraft:snowy_taiga",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:giant_tree_taiga",
|
||||
"minecraft:giant_tree_taiga_hills",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:ice_spikes",
|
||||
"minecraft:snowy_taiga_mountains"
|
||||
]
|
||||
}
|
12
config/resourcefulbees/biome_dictionary/coniferous.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:taiga",
|
||||
"minecraft:taiga_hills",
|
||||
"minecraft:snowy_taiga",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:giant_tree_taiga",
|
||||
"minecraft:giant_tree_taiga_hills",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:snowy_taiga_mountains"
|
||||
]
|
||||
}
|
13
config/resourcefulbees/biome_dictionary/dense.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:jungle",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:tall_birch_forest",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:giant_spruce_taiga",
|
||||
"minecraft:giant_spruce_taiga_hills"
|
||||
]
|
||||
}
|
17
config/resourcefulbees/biome_dictionary/dry.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:desert",
|
||||
"minecraft:nether_wastes",
|
||||
"minecraft:the_end",
|
||||
"minecraft:desert_hills",
|
||||
"minecraft:badlands",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:badlands_plateau",
|
||||
"minecraft:desert_lakes",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau"
|
||||
]
|
||||
}
|
9
config/resourcefulbees/biome_dictionary/end.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:the_end",
|
||||
"minecraft:small_end_islands",
|
||||
"minecraft:end_midlands",
|
||||
"minecraft:end_highlands",
|
||||
"minecraft:end_barrens"
|
||||
]
|
||||
}
|
27
config/resourcefulbees/biome_dictionary/forest.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:forest",
|
||||
"minecraft:taiga",
|
||||
"minecraft:wooded_hills",
|
||||
"minecraft:taiga_hills",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:birch_forest_hills",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:snowy_taiga",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:giant_tree_taiga",
|
||||
"minecraft:giant_tree_taiga_hills",
|
||||
"minecraft:wooded_mountains",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:tall_birch_forest",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:giant_spruce_taiga",
|
||||
"minecraft:giant_spruce_taiga_hills",
|
||||
"minecraft:snowy_taiga_mountains",
|
||||
"minecraft:crimson_forest",
|
||||
"minecraft:warped_forest"
|
||||
]
|
||||
}
|
22
config/resourcefulbees/biome_dictionary/hills.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:mountains",
|
||||
"minecraft:desert_hills",
|
||||
"minecraft:wooded_hills",
|
||||
"minecraft:taiga_hills",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:birch_forest_hills",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:giant_tree_taiga_hills",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:swamp_hills",
|
||||
"minecraft:ice_spikes",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:tall_birch_forest",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:giant_spruce_taiga_hills",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:modified_wooded_badlands_plateau"
|
||||
]
|
||||
}
|
22
config/resourcefulbees/biome_dictionary/hot.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:desert",
|
||||
"minecraft:nether_wastes",
|
||||
"minecraft:desert_hills",
|
||||
"minecraft:jungle",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:deep_warm_ocean",
|
||||
"minecraft:desert_lakes",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau"
|
||||
]
|
||||
}
|
9
config/resourcefulbees/biome_dictionary/jungle.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:jungle",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:modified_jungle_edge"
|
||||
]
|
||||
}
|
7
config/resourcefulbees/biome_dictionary/mesa.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:badlands",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:badlands_plateau"
|
||||
]
|
||||
}
|
9
config/resourcefulbees/biome_dictionary/modified.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau",
|
||||
"minecraft:modified_gravelly_mountains"
|
||||
]
|
||||
}
|
17
config/resourcefulbees/biome_dictionary/mountain.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:mountains",
|
||||
"minecraft:mountain_edge",
|
||||
"minecraft:snowy_mountains",
|
||||
"minecraft:wooded_mountains",
|
||||
"minecraft:gravelly_mountains",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:snowy_taiga_mountains",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:modified_badlands_plateau"
|
||||
]
|
||||
}
|
3
config/resourcefulbees/biome_dictionary/mushroom.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"biomes": ["minecraft:mushroom_fields", "minecraft:mushroom_field_shore"]
|
||||
}
|
9
config/resourcefulbees/biome_dictionary/nether.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:nether_wastes",
|
||||
"minecraft:soul_sand_valley",
|
||||
"minecraft:crimson_forest",
|
||||
"minecraft:warped_forest",
|
||||
"minecraft:basalt_deltas"
|
||||
]
|
||||
}
|
14
config/resourcefulbees/biome_dictionary/ocean.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:ocean",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:deep_ocean",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:deep_warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean"
|
||||
]
|
||||
}
|
72
config/resourcefulbees/biome_dictionary/overworld.json
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:ocean",
|
||||
"minecraft:plains",
|
||||
"minecraft:desert",
|
||||
"minecraft:mountains",
|
||||
"minecraft:forest",
|
||||
"minecraft:taiga",
|
||||
"minecraft:swamp",
|
||||
"minecraft:river",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:frozen_river",
|
||||
"minecraft:snowy_tundra",
|
||||
"minecraft:snowy_mountains",
|
||||
"minecraft:mushroom_fields",
|
||||
"minecraft:mushroom_field_shore",
|
||||
"minecraft:beach",
|
||||
"minecraft:desert_hills",
|
||||
"minecraft:wooded_hills",
|
||||
"minecraft:taiga_hills",
|
||||
"minecraft:mountain_edge",
|
||||
"minecraft:jungle",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:deep_ocean",
|
||||
"minecraft:stone_shore",
|
||||
"minecraft:snowy_beach",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:birch_forest_hills",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:snowy_taiga",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:giant_tree_taiga",
|
||||
"minecraft:giant_tree_taiga_hills",
|
||||
"minecraft:wooded_mountains",
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:badlands",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:badlands_plateau",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:deep_warm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:desert_lakes",
|
||||
"minecraft:gravelly_mountains",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:swamp_hills",
|
||||
"minecraft:ice_spikes",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:tall_birch_forest",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:snowy_taiga_mountains",
|
||||
"minecraft:giant_spruce_taiga",
|
||||
"minecraft:giant_spruce_taiga_hills",
|
||||
"minecraft:modified_gravelly_mountains",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau",
|
||||
"minecraft:bamboo_jungle",
|
||||
"minecraft:bamboo_jungle_hills"
|
||||
]
|
||||
}
|
8
config/resourcefulbees/biome_dictionary/plains.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:plains",
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:sunflower_plains"
|
||||
]
|
||||
}
|
10
config/resourcefulbees/biome_dictionary/plateau.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:badlands_plateau",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau"
|
||||
]
|
||||
}
|
29
config/resourcefulbees/biome_dictionary/rare.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:mushroom_fields",
|
||||
"minecraft:mushroom_field_shore",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:desert_lakes",
|
||||
"minecraft:gravelly_mountains",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:swamp_hills",
|
||||
"minecraft:ice_spikes",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:tall_birch_forest",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:snowy_taiga_mountains",
|
||||
"minecraft:giant_spruce_taiga",
|
||||
"minecraft:giant_spruce_taiga_hills",
|
||||
"minecraft:modified_gravelly_mountains",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau"
|
||||
]
|
||||
}
|
3
config/resourcefulbees/biome_dictionary/river.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"biomes": ["minecraft:river", "minecraft:frozen_river"]
|
||||
}
|
10
config/resourcefulbees/biome_dictionary/sandy.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:desert",
|
||||
"minecraft:desert_hills",
|
||||
"minecraft:badlands",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:badlands_plateau",
|
||||
"minecraft:desert_lakes"
|
||||
]
|
||||
}
|
8
config/resourcefulbees/biome_dictionary/savanna.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau"
|
||||
]
|
||||
}
|
12
config/resourcefulbees/biome_dictionary/snowy.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:frozen_river",
|
||||
"minecraft:snowy_tundra",
|
||||
"minecraft:snowy_mountains",
|
||||
"minecraft:snowy_taiga",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:ice_spikes",
|
||||
"minecraft:snowy_taiga_mountains"
|
||||
]
|
||||
}
|
16
config/resourcefulbees/biome_dictionary/sparse.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:wooded_mountains",
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:gravelly_mountains",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:modified_gravelly_mountains",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:modified_badlands_plateau"
|
||||
]
|
||||
}
|
3
config/resourcefulbees/biome_dictionary/spooky.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"biomes": ["minecraft:dark_forest", "minecraft:dark_forest_hills"]
|
||||
}
|
3
config/resourcefulbees/biome_dictionary/swamp.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"biomes": ["minecraft:swamp", "minecraft:swamp_hills"]
|
||||
}
|
3
config/resourcefulbees/biome_dictionary/void.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"biomes": ["minecraft:the_void"]
|
||||
}
|
3
config/resourcefulbees/biome_dictionary/wasteland.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"biomes": ["minecraft:snowy_tundra"]
|
||||
}
|
15
config/resourcefulbees/biome_dictionary/water.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:river",
|
||||
"minecraft:frozen_river",
|
||||
"minecraft:ocean",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:deep_warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean"
|
||||
]
|
||||
}
|
10
config/resourcefulbees/biome_dictionary/wet.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:swamp",
|
||||
"minecraft:jungle",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:swamp_hills",
|
||||
"minecraft:modified_jungle"
|
||||
]
|
||||
}
|
12
config/resourcefulbees/client.toml
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
["General Options"]
|
||||
#
|
||||
#When set to true will display some debug info in console. [true/false]
|
||||
showDebugInfo = false
|
||||
#
|
||||
#When set to true an en_us.json file will be generated for the bees. [true/false]
|
||||
# This file will be overwritten every time the mod loads.
|
||||
# The generated names are based on the bee jsons.
|
||||
#This is best used by pack devs as a one-time run.
|
||||
generateEnglishLang = false
|
||||
|
213
config/resourcefulbees/common.toml
Normal file
@ -0,0 +1,213 @@
|
||||
|
||||
["Bee Options"]
|
||||
#
|
||||
#Should bees die from stinging?
|
||||
#Note: Bees will continue to attack until they are no longer angry!
|
||||
beeDiesFromSting = true
|
||||
#
|
||||
#Should bees die when their Y-level is below 0?
|
||||
#Note: If false, bees will get stuck just below y-0 and not move. **May not be useful with new AI**
|
||||
beeDiesInVoid = true
|
||||
#
|
||||
#This value scales the child size for all Resource Bees.
|
||||
#Range: 1.0 ~ 2.0
|
||||
global_child_size_modifier = 1.0
|
||||
#
|
||||
#This value scales the bee size for all Resource Bees.
|
||||
#Note: Setting the value in bee JSON overrides this value.
|
||||
#Range: 0.5 ~ 2.0
|
||||
global_bee_size_modifier = 1.0
|
||||
#
|
||||
#Should bees inflict poison damage?
|
||||
#Note: Poison is only inflicted if a bee has not been given a trait with a special damage output.
|
||||
#Set to false if you want to configure bees individually.
|
||||
beesInflictPoison = true
|
||||
|
||||
["Apiary Options"]
|
||||
#
|
||||
#Maximum number of UNIQUE bees allowed in the Apiary.
|
||||
#Range: 1 ~ 16
|
||||
apiaryMaxBees = 9
|
||||
#
|
||||
#Tier 3 Apiary Output
|
||||
#Allowed Values: COMB, BLOCK
|
||||
tierThreeApiaryOutput = "BLOCK"
|
||||
#
|
||||
#Tier 4 Apiary Output Quantity
|
||||
#Range: > 1
|
||||
tierFourApiaryQuantity = 2
|
||||
#
|
||||
#Tier 2 Apiary Output
|
||||
#Allowed Values: COMB, BLOCK
|
||||
tierTwoApiaryOutput = "COMB"
|
||||
#
|
||||
#Tier 2 Apiary Output Quantity
|
||||
#Range: > 1
|
||||
tierTwoApiaryQuantity = 6
|
||||
#
|
||||
#Tier 3 Apiary Output Quantity
|
||||
#Range: > 1
|
||||
tierThreeApiaryQuantity = 1
|
||||
#
|
||||
#Tier 1 Apiary Output Quantity
|
||||
#Range: > 1
|
||||
tierOneApiaryQuantity = 3
|
||||
#
|
||||
#Tier 4 Apiary Output
|
||||
#Allowed Values: COMB, BLOCK
|
||||
tierFourApiaryOutput = "BLOCK"
|
||||
#
|
||||
#Maximum breed time before upgrades are applied.
|
||||
#Range: 1200 ~ 4800
|
||||
apiaryMaxBreedTime = 3200
|
||||
#
|
||||
#Tier 1 Apiary Output
|
||||
#Allowed Values: COMB, BLOCK
|
||||
tierOneApiaryOutput = "COMB"
|
||||
|
||||
["Honey Options"]
|
||||
#
|
||||
#Should honey block recipies be generated? [true/false]
|
||||
honeyBlockRecipies = true
|
||||
#
|
||||
#Set to false if you don't want the custom honey blocks to be generated [true/false]
|
||||
generateHoneyBlocks = true
|
||||
#
|
||||
#Set to false if you don't want the custom honey fluids to be generated [true/false]
|
||||
generateHoneyFluids = true
|
||||
|
||||
["Centrifuge Options"]
|
||||
#
|
||||
#Amount of hunger the player uses per click on mechanical centrifuge.
|
||||
#Range: 0.0 ~ 1.0
|
||||
mechanicalCentrifugePlayerExhaustion = 0.1
|
||||
#
|
||||
#Global recipe time for generated centrifuge recipes
|
||||
#This does not affect recipes that are not auto generated by us.
|
||||
#Time is in ticks.
|
||||
#Range: 100 ~ 2400
|
||||
globalCentrifugeRecipeTime = 200
|
||||
#
|
||||
#Tick reduction applied to centrifuge recipes
|
||||
#This does not affect recipes that are not auto generated by us.
|
||||
#NOTE: Lowest recipe time allowed is 5 ticks regardless of values provided.
|
||||
#Range: 10 ~ 1200
|
||||
multiblockRecipeTimeReduction = 150
|
||||
#
|
||||
#Centrifuge Max energy storage.
|
||||
#The Centrifuge Multiblocks max energy storage is 5x this amount
|
||||
#Range: 1000 ~ 1000000
|
||||
maxCentrifugeRf = 10000
|
||||
#
|
||||
# Makes it so multiblock centrifuge can only do multiblock recipes. [true/false]
|
||||
multiblockRecipesOnly = false
|
||||
#
|
||||
#RF/t consumed by the centrifuge when processing recipes. Mutliblock Centrifuge cuts this value in half.
|
||||
#Range: 2 ~ 1000
|
||||
centrifugeRfPerTick = 2
|
||||
|
||||
["Beehive Options"]
|
||||
#
|
||||
#Base honeycomb harvest amount
|
||||
#(THIS * TIER_MODIFIER = MAX_COMBS) for a range of 5 -> 64
|
||||
#Range: 5 ~ 16
|
||||
hiveMaxCombs = 5
|
||||
#
|
||||
#Set to false if you want the player to only be able to get honeycombs from the beehive using the scraper [true/false]
|
||||
allowShears = true
|
||||
#
|
||||
#Maximum number of bees in the base tier hive.
|
||||
#(THIS * TIER_MODIFIER = MAX_BEES) for a range of 4 -> 16
|
||||
#Range: 1 ~ 4
|
||||
hiveMaxBees = 4
|
||||
|
||||
["General Options"]
|
||||
#
|
||||
#Sets the max durability for the smoker
|
||||
#Range: 100 ~ 5000
|
||||
smokerDurability = 1000
|
||||
#
|
||||
#Set this to false when you want to overwrite the default provided Biome Dictionary files. [true/false]
|
||||
#This should be run at least once for initial generation.
|
||||
generateBiomeDictionaries = false
|
||||
#
|
||||
#Set this to false when you want to use our custom Biome Dictionary system. [true/false]
|
||||
#At a later time we will look into either combining with the Forge system or making the Forge system data pack capable.
|
||||
useForgeBiomeDictionaries = true
|
||||
#
|
||||
#Set to true if you want easter egg bees to generate (WIP) [true/false]
|
||||
#The only easter egg bee currently available is the Oreo bee
|
||||
enableEasterEggBees = true
|
||||
#
|
||||
#Set this to false when you want to overwrite the default bee files. [true/false]
|
||||
#This should be run at least once for initial generation.
|
||||
generateDefaults = false
|
||||
|
||||
["Honey Generator Options"]
|
||||
#
|
||||
#Amount of honey consumed in mb/t.
|
||||
#Range: 1 ~ 50
|
||||
honeyDrainAmount = 5
|
||||
#
|
||||
#Amount of energy transferred out of the generator in rf/t.
|
||||
#Range: 50 ~ 500
|
||||
energyTransferAmount = 100
|
||||
#
|
||||
#Maximum internal honey capacity.
|
||||
#Range: 1000 ~ 100000
|
||||
maxTankCapacity = 10000
|
||||
#
|
||||
#Amount of rf/t generated.
|
||||
#Range: 0 ~ 500
|
||||
energyFillAmount = 125
|
||||
#
|
||||
#Amount of honey generated in mb/t. 1 bottle = 250mb honey
|
||||
#Range: 1 ~ 50
|
||||
honeyFillAmount = 10
|
||||
#
|
||||
#Maximum internal energy buffer.
|
||||
#Range: 10000 ~ 1000000
|
||||
maxEnergyCapacity = 100000
|
||||
|
||||
["Spawning Options"]
|
||||
#
|
||||
#Chance for nest to spawn when generating chunks in nether category biomes. [1/x]
|
||||
#A higher value means the nest is less likely to spawn.
|
||||
#Range: 4 ~ 100
|
||||
nether_nest_generation_chance = 8
|
||||
#The value added to weight for bees in a flower forests
|
||||
#Range: 0 ~ 9
|
||||
beesMoreCommonInFlowerForests = 4
|
||||
#
|
||||
#Chance for nest to spawn when generating chunks in overworld category biomes. [1/x]
|
||||
#A higher value means the nest is less likely to spawn.
|
||||
#Range: 4 ~ 100
|
||||
overworld_nest_generation_chance = 64
|
||||
#
|
||||
#Chance for nest to spawn when generating chunks in end category biomes. [1/x]
|
||||
#A higher value means the nest is less likely to spawn.
|
||||
#Range: 4 ~ 100
|
||||
end_nest_generation_chance = 32
|
||||
#
|
||||
#Should bee nests generate in world?
|
||||
#Note: They will only generate in biomes where bees can spawn
|
||||
generateBeeNests = true
|
||||
|
||||
["Recipe Options"]
|
||||
#
|
||||
#Set to false if you don't want the honeycomb block recipes to be auto generated [true/false]
|
||||
honeycombBlockRecipes = true
|
||||
#
|
||||
#Set to false if you don't want the centrifuge recipes to be auto generated [true/false]
|
||||
centrifugeRecipes = true
|
||||
|
||||
["Honeycomb Options"]
|
||||
#
|
||||
#The amount of hunger restored when eating a honeycomb.
|
||||
#Range: 0 ~ 8
|
||||
honeycombHunger = 1
|
||||
#
|
||||
#The amount of saturation restored when eating a honeycomb.
|
||||
#Range: 0.0 ~ 8.0
|
||||
honeycombSaturation = 0.6
|
||||
|
@ -0,0 +1,136 @@
|
||||
{
|
||||
"block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block",
|
||||
"item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb",
|
||||
"item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg",
|
||||
"entity.resourcefulbees.blaze_bee": "Blaze Bee",
|
||||
|
||||
"block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block",
|
||||
"item.resourcefulbees.clay_honeycomb": "Clay Honeycomb",
|
||||
"item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg",
|
||||
"entity.resourcefulbees.clay_bee": "Clay Bee",
|
||||
|
||||
"block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block",
|
||||
"item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb",
|
||||
"item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg",
|
||||
"entity.resourcefulbees.ghast_bee": "Ghast Bee",
|
||||
|
||||
"block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block",
|
||||
"item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb",
|
||||
"item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg",
|
||||
"entity.resourcefulbees.glowstone_bee": "Glowstone Bee",
|
||||
|
||||
"block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block",
|
||||
"item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb",
|
||||
"item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg",
|
||||
"entity.resourcefulbees.gravel_bee": "Gravel Bee",
|
||||
|
||||
"block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block",
|
||||
"item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb",
|
||||
"item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg",
|
||||
"entity.resourcefulbees.obsidian_bee": "Obsidian Bee",
|
||||
|
||||
"block.resourcefulbees.sand_honeycomb_block": "Sand Honeycomb Block",
|
||||
"item.resourcefulbees.sand_honeycomb": "Sand Honeycomb",
|
||||
"item.resourcefulbees.sand_bee_spawn_egg": "Sand Bee Spawn Egg",
|
||||
"entity.resourcefulbees.sand_bee": "Sand Bee",
|
||||
|
||||
"block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block",
|
||||
"item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb",
|
||||
"item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg",
|
||||
"entity.resourcefulbees.slimy_bee": "Slimy Bee",
|
||||
|
||||
"block.resourcefulbees.water_honeycomb_block": "Water Honeycomb Block",
|
||||
"item.resourcefulbees.water_honeycomb": "Water Honeycomb",
|
||||
"item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg",
|
||||
"entity.resourcefulbees.water_bee": "Water Bee",
|
||||
|
||||
"block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block",
|
||||
"item.resourcefulbees.copper_honeycomb": "Copper Honeycomb",
|
||||
"item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg",
|
||||
"entity.resourcefulbees.copper_bee": "Copper Bee",
|
||||
|
||||
"block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block",
|
||||
"item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb",
|
||||
"item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg",
|
||||
"entity.resourcefulbees.aluminum_bee": "Aluminum Bee",
|
||||
|
||||
"block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block",
|
||||
"item.resourcefulbees.silver_honeycomb": "Silver Honeycomb",
|
||||
"item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg",
|
||||
"entity.resourcefulbees.silver_bee": "Silver Bee",
|
||||
|
||||
"block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block",
|
||||
"item.resourcefulbees.lead_honeycomb": "Lead Honeycomb",
|
||||
"item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg",
|
||||
"entity.resourcefulbees.lead_bee": "Lead Bee",
|
||||
|
||||
"block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block",
|
||||
"item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb",
|
||||
"item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg",
|
||||
"entity.resourcefulbees.nickel_bee": "Nickel Bee",
|
||||
|
||||
"block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block",
|
||||
"item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb",
|
||||
"item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg",
|
||||
"entity.resourcefulbees.uranium_bee": "Uranium Bee",
|
||||
|
||||
"block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block",
|
||||
"item.resourcefulbees.tin_honeycomb": "Tin Honeycomb",
|
||||
"item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg",
|
||||
"entity.resourcefulbees.tin_bee": "Tin Bee",
|
||||
|
||||
"block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block",
|
||||
"item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb",
|
||||
"item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg",
|
||||
"entity.resourcefulbees.osmium_bee": "Osmium Bee",
|
||||
|
||||
"block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block",
|
||||
"item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb",
|
||||
"item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg",
|
||||
"entity.resourcefulbees.zinc_bee": "Zinc Bee",
|
||||
|
||||
"block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block",
|
||||
"item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb",
|
||||
"item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg",
|
||||
"entity.resourcefulbees.bronze_bee": "Bronze Bee",
|
||||
|
||||
"block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block",
|
||||
"item.resourcefulbees.brass_honeycomb": "Brass Honeycomb",
|
||||
"item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg",
|
||||
"entity.resourcefulbees.brass_bee": "Brass Bee",
|
||||
|
||||
"block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block",
|
||||
"item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb",
|
||||
"item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg",
|
||||
"entity.resourcefulbees.electrum_bee": "Electrum Bee",
|
||||
|
||||
"block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block",
|
||||
"item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb",
|
||||
"item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg",
|
||||
"entity.resourcefulbees.constantan_bee": "Constantan Bee",
|
||||
|
||||
"block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block",
|
||||
"item.resourcefulbees.steel_honeycomb": "Steel Honeycomb",
|
||||
"item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg",
|
||||
"entity.resourcefulbees.steel_bee": "Steel Bee",
|
||||
|
||||
"block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block",
|
||||
"item.resourcefulbees.invar_honeycomb": "Invar Honeycomb",
|
||||
"item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg",
|
||||
"entity.resourcefulbees.invar_bee": "Invar Bee",
|
||||
|
||||
"block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block",
|
||||
"item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb",
|
||||
"item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg",
|
||||
"entity.resourcefulbees.lumium_bee": "Lumium Bee",
|
||||
|
||||
"block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block",
|
||||
"item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb",
|
||||
"item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg",
|
||||
"entity.resourcefulbees.signalum_bee": "Signalum Bee",
|
||||
|
||||
"block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block",
|
||||
"item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb",
|
||||
"item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg",
|
||||
"entity.resourcefulbees.enderium_bee": "Enderium Bee"
|
||||
}
|
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |