1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Create default configs

This commit is contained in:
2021-01-17 13:40:59 +01:00
parent 4cca806a27
commit e46afc208b
321 changed files with 20266 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/coal/coal_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#303030",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:coal_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:coal",
"mainOutputCount": 16
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:overworld",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"feedItem": "minecraft:poppy",
"feedAmount": 4,
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,38 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "/creeper/creeper_bee",
"traits" : ["creeper"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#0C9F0A",
"isGlowing": true,
"glowColor": "#E2D3D3",
"glowingPulse": 2,
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:minecraft:lava",
"mutationOutput": "minecraft:mossy_cobblestone",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gunpowder",
"mainOutputCount": 4
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,34 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/diamond/diamond_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#00ffff",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:lava",
"mutationOutput": "minecraft:water",
"mutationType": "FLUID_TO_FLUID"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:diamond",
"mainOutputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true,
"parent1": "Coal",
"parent2": "Skeleton",
"feedItem": "tag:forge:ores"
},
"TraitData": {}
}

View File

@ -0,0 +1,29 @@
{
"flower": "ALL",
"hasHoneycomb": true,
"baseLayerTexture": "ores/emerald/emerald_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#18eb09",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:lava",
"mutationType": "BLOCK_TO_FLUID"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:emerald"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:Mountain,Hills"
},
"BreedData": {
"isBreedable": true,
"spawnWeight": 4
},
"TraitData": {}
}

View File

@ -0,0 +1,35 @@
{
"flower": "minecraft:chorus_flower",
"hasHoneycomb": true,
"traits": ["ender"],
"maxTimeInHive": 1800,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#339786",
"primaryColor": "#339786",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:obsidian",
"mutationOutput": "minecraft:end_stone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:ender_pearl",
"bottleOutput" : "minecraft:dragon_breath"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:end",
"lightLevel": "NIGHT",
"spawnWeight": 20
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,30 @@
{
"flower": "ALL",
"hasHoneycomb": true,
"maxTimeInHive": 800,
"baseLayerTexture": "ores/gold/gold_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#FFDC00",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:gold_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gold_ingot"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,32 @@
{
"flower": "all",
"hasHoneycomb": false,
"traits": ["can_swim"],
"maxTimeInHive": 1200,
"sizeModifier": 0.75,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#92b9fe",
"primaryColor": "#92b9fe",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:water",
"mutationOutput": "minecraft:ice",
"mutationType": "FLUID_TO_BLOCK",
"mutationCount": 20
},
"CentrifugeData": {
"hasCentrifugeOutput": false
},
"SpawnData": {
"canSpawnInWorld": false
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,30 @@
{
"flower": "ALL",
"hasHoneycomb": true,
"maxTimeInHive": 600,
"baseLayerTexture": "ores/iron/iron_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#ffcc99",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:iron_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:iron_ingot"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,31 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/lapis/lapis_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#345ec3",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:lapis_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:lapis_lazuli",
"mainOutputCount": 8
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,34 @@
{
"flower": "minecraft:nether_wart",
"maxTimeInHive": 1000,
"hasHoneycomb": true,
"traits": ["nether"],
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#D4CABA",
"primaryColor": "#D4CABA",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:netherrack",
"mutationOutput": "minecraft:nether_quartz_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:quartz",
"mainOutputCount": 2
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:nether",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,35 @@
{
"flower": "minecraft:wither_rose",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/netherite/netherite_bee",
"traits": ["nether", "wither"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#654740"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:blackstone",
"mutationOutput": "minecraft:gilded_blackstone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:netherite_ingot",
"mainOutputWeight": 0.05
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:nether",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true,
"parent1": "Wither",
"parent2": "Diamond"
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,32 @@
{
"flower": "minecraft:brown_mushroom",
"maxTimeInHive": 1000,
"hasHoneycomb": true,
"baseLayerTexture": "pigman/pigman_bee",
"traits": ["nether", "pigman"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#885956"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:netherrack",
"mutationOutput": "minecraft:glowstone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:glowstone_dust"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:nether",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,28 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#ffffff",
"isRainbowBee": true,
"isGlowing": true
},
"MutationData": {},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:red_dye",
"secondaryOutput": "minecraft:green_dye",
"bottleOutput": "resourcefulbees:rainbow_honey_bottle",
"bottleOutputWeight": 0.02
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:OVerWorld",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,31 @@
{
"flower": "ALL",
"maxTimeInHive": 800,
"hasHoneycomb": true,
"baseLayerTexture": "ores/redstone/redstone_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#aa0f01",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:redstone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:redstone",
"mainOutputCount": 4
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,32 @@
{
"flower": "small",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "skeleton/skeleton_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#F6F2E6"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:gravel",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:bone"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true,
"feedItem": "small",
"feedAmount": 8
},
"TraitData": {}
}

View File

@ -0,0 +1,26 @@
{
"flower": "all",
"hasHoneycomb": false,
"traits": ["slimy"],
"maxTimeInHive": 1200,
"baseLayerTexture": "slime/slime_bee",
"ColorData": {
"modelType": "GELATINOUS",
"gelLayerTexture": "/slime/slime_gel_Layer"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:honey_block",
"mutationOutput": "minecraft:slime_block",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 15
},
"BreedData": {
"isBreedable": true,
"parent1": "rgbee",
"parent2": "zombie"
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,33 @@
{
"flower": "minecraft:wither_rose",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "wither/wither_bee",
"traits": ["nether", "wither"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#444444"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:lava",
"mutationOutput": "minecraft:obsidian",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:nether_star",
"mainOutputWeight": 0.01
},
"SpawnData": {},
"BreedData": {
"isBreedable": true,
"parent1": "Coal",
"parent2": "Skeleton",
"feedItem": "minecraft:rotten_flesh",
"feedAmount": 12
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,33 @@
{
"flower": "tag:minecraft:bee_growables",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "zombie/zombie_bee",
"traits": ["zombie"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#2F4E32"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:cobblestone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:rotten_flesh"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,12 @@
["General Options"]
#
#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
#
#When set to true will display some debug info in console. [true/false]
showDebugInfo = false

View 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 = 8
#
#Tier 2 Apiary Output
#Allowed Values: COMB, BLOCK
tierTwoApiaryOutput = "COMB"
#
#Tier 2 Apiary Output Quantity
#Range: > 1
tierTwoApiaryQuantity = 16
#
#Tier 3 Apiary Output Quantity
#Range: > 1
tierThreeApiaryQuantity = 4
#
#Tier 1 Apiary Output Quantity
#Range: > 1
tierOneApiaryQuantity = 8
#
#Tier 4 Apiary Output
#Allowed Values: COMB, BLOCK
tierFourApiaryOutput = "BLOCK"
#
#Maximum breed time before upgrades are applied.
#Range: 1200 ~ 4800
apiaryMaxBreedTime = 2400
#
#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 = 30
["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 = true
["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 = 48
#
#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

View File

@ -0,0 +1,5 @@
{
"replace": false,
"values": [
]
}

View File

@ -0,0 +1,25 @@
{
"replace": false,
"values": [
"resourcefulbees:nether_quartz_bee",
"resourcefulbees:ender_bee",
"resourcefulbees:netherite_bee",
"resourcefulbees:gold_bee",
"resourcefulbees:skeleton_bee",
"resourcefulbees:diamond_bee",
"resourcefulbees:kitten_bee",
"resourcefulbees:zombie_bee",
"resourcefulbees:oreo_bee",
"resourcefulbees:coal_bee",
"resourcefulbees:iron_bee",
"resourcefulbees:lapis_bee",
"resourcefulbees:pigman_bee",
"resourcefulbees:rgbee_bee",
"resourcefulbees:slimy_bee",
"resourcefulbees:wither_bee",
"resourcefulbees:creeper_bee",
"resourcefulbees:emerald_bee",
"resourcefulbees:icy_bee",
"resourcefulbees:redstone_bee"
]
}

View File

@ -0,0 +1,5 @@
{
"replace": false,
"values": [
]
}

View File

@ -0,0 +1,21 @@
{
"replace": false,
"values": [
"resourcefulbees:coal_honeycomb_block",
"resourcefulbees:creeper_honeycomb_block",
"resourcefulbees:diamond_honeycomb_block",
"resourcefulbees:emerald_honeycomb_block",
"resourcefulbees:ender_honeycomb_block",
"resourcefulbees:gold_honeycomb_block",
"resourcefulbees:iron_honeycomb_block",
"resourcefulbees:lapis_honeycomb_block",
"resourcefulbees:netherite_honeycomb_block",
"resourcefulbees:nether_quartz_honeycomb_block",
"resourcefulbees:pigman_honeycomb_block",
"resourcefulbees:redstone_honeycomb_block",
"resourcefulbees:rgbee_honeycomb_block",
"resourcefulbees:skeleton_honeycomb_block",
"resourcefulbees:wither_honeycomb_block",
"resourcefulbees:zombie_honeycomb_block"
]
}

View File

@ -0,0 +1,5 @@
{
"replace": false,
"values": [
]
}

View File

@ -0,0 +1,5 @@
{
"replace": false,
"values": [
]
}

View File

@ -0,0 +1,21 @@
{
"replace": false,
"values": [
"resourcefulbees:coal_honeycomb",
"resourcefulbees:creeper_honeycomb",
"resourcefulbees:diamond_honeycomb",
"resourcefulbees:emerald_honeycomb",
"resourcefulbees:ender_honeycomb",
"resourcefulbees:gold_honeycomb",
"resourcefulbees:iron_honeycomb",
"resourcefulbees:lapis_honeycomb",
"resourcefulbees:netherite_honeycomb",
"resourcefulbees:nether_quartz_honeycomb",
"resourcefulbees:pigman_honeycomb",
"resourcefulbees:redstone_honeycomb",
"resourcefulbees:rgbee_honeycomb",
"resourcefulbees:skeleton_honeycomb",
"resourcefulbees:wither_honeycomb",
"resourcefulbees:zombie_honeycomb"
]
}

View File

@ -0,0 +1,21 @@
{
"replace": false,
"values": [
"resourcefulbees:coal_honeycomb_block",
"resourcefulbees:creeper_honeycomb_block",
"resourcefulbees:diamond_honeycomb_block",
"resourcefulbees:emerald_honeycomb_block",
"resourcefulbees:ender_honeycomb_block",
"resourcefulbees:gold_honeycomb_block",
"resourcefulbees:iron_honeycomb_block",
"resourcefulbees:lapis_honeycomb_block",
"resourcefulbees:netherite_honeycomb_block",
"resourcefulbees:nether_quartz_honeycomb_block",
"resourcefulbees:pigman_honeycomb_block",
"resourcefulbees:redstone_honeycomb_block",
"resourcefulbees:rgbee_honeycomb_block",
"resourcefulbees:skeleton_honeycomb_block",
"resourcefulbees:wither_honeycomb_block",
"resourcefulbees:zombie_honeycomb_block"
]
}

View File

@ -0,0 +1 @@
{"pack":{"pack_format":6,"description":"Resourceful Bees resource pack used for lang purposes for the user to add lang for bee/items."}}