Enigmatica configs

This commit is contained in:
Citali 2021-01-24 17:10:27 +01:00
parent 5a06719b8a
commit 8d0cd17a27
Signed by: Citali
GPG Key ID: CD1CD4279A473F9C
665 changed files with 12258 additions and 21014 deletions

View File

@ -8,7 +8,7 @@
#How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing. #How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing.
blockDeactivationDelay = 60 blockDeactivationDelay = 60
#Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"] #Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"]
cardboardModBlacklist = [] cardboardModBlacklist = ["refinedstorage", "tetra", "storagedrawers"]
#Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier. #Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier.
transmitterAlloyUpgrade = true transmitterAlloyUpgrade = true
#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). #Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
@ -25,7 +25,7 @@
superheatingHeatTransfer = 1.6E7 superheatingHeatTransfer = 1.6E7
#Displayed temperature unit in Mekanism GUIs. #Displayed temperature unit in Mekanism GUIs.
#Allowed Values: K, C, R, F, STP #Allowed Values: K, C, R, F, STP
temperatureUnit = "K" temperatureUnit = "C"
#Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments. #Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
maxSolarNeutronActivatorRate = 64 maxSolarNeutronActivatorRate = 64

View File

@ -10,7 +10,7 @@
#Generation Settings for copper ore. #Generation Settings for copper ore.
[world_generation.copper] [world_generation.copper]
#Determines if copper ore should be added to world generation. #Determines if copper ore should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that copper generates in a chunk. #Chance that copper generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 16 perChunk = 16
@ -28,7 +28,7 @@
#Generation Settings for tin ore. #Generation Settings for tin ore.
[world_generation.tin] [world_generation.tin]
#Determines if tin ore should be added to world generation. #Determines if tin ore should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that tin generates in a chunk. #Chance that tin generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 14 perChunk = 14
@ -46,7 +46,7 @@
#Generation Settings for osmium ore. #Generation Settings for osmium ore.
[world_generation.osmium] [world_generation.osmium]
#Determines if osmium ore should be added to world generation. #Determines if osmium ore should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that osmium generates in a chunk. #Chance that osmium generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 12 perChunk = 12
@ -64,7 +64,7 @@
#Generation Settings for uranium ore. #Generation Settings for uranium ore.
[world_generation.uranium] [world_generation.uranium]
#Determines if uranium ore should be added to world generation. #Determines if uranium ore should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that uranium generates in a chunk. #Chance that uranium generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 8 perChunk = 8
@ -82,7 +82,7 @@
#Generation Settings for fluorite ore. #Generation Settings for fluorite ore.
[world_generation.fluorite] [world_generation.fluorite]
#Determines if fluorite ore should be added to world generation. #Determines if fluorite ore should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that fluorite generates in a chunk. #Chance that fluorite generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 6 perChunk = 6
@ -100,7 +100,7 @@
#Generation Settings for lead ore. #Generation Settings for lead ore.
[world_generation.lead] [world_generation.lead]
#Determines if lead ore should be added to world generation. #Determines if lead ore should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that lead generates in a chunk. #Chance that lead generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 8 perChunk = 8
@ -118,7 +118,7 @@
#Generation Settings for salt. #Generation Settings for salt.
[world_generation.salt] [world_generation.salt]
#Determines if salt should be added to world generation. #Determines if salt should be added to world generation.
shouldGenerate = true shouldGenerate = false
#Chance that salt generates in a chunk. #Chance that salt generates in a chunk.
#Range: 1 ~ 128 #Range: 1 ~ 128
perChunk = 2 perChunk = 2

View File

@ -1,8 +1,12 @@
# Configuration file # Configuration file
client {
# If apotheosis enchantments have tooltips on books. [default: true]
B:"Enchantment Tooltips"=true
}
general { general {
# If the deadly module is loaded. [default: true] # If the deadly module is loaded. [default: true]
B:"Enable Deadly Module"=true B:"Enable Deadly Module"=false
# If the enchantment module is enabled. [default: true] # If the enchantment module is enabled. [default: true]
B:"Enable Enchantment Module"=true B:"Enable Enchantment Module"=true
@ -19,5 +23,3 @@ general {
# If the village module is loaded. [default: true] # If the village module is loaded. [default: true]
B:"Enable Village Module"=true B:"Enable Village Module"=true
} }

View File

@ -1,5 +1,4 @@
# Configuration file # Configuration file
"apotheosis:bane_of_illagers" { "apotheosis:bane_of_illagers" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10]
I:"Max Level"=10 I:"Max Level"=10
@ -14,7 +13,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:berserk" { "apotheosis:berserk" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4 I:"Max Level"=4
@ -29,7 +27,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:capturing" { "apotheosis:capturing" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -44,7 +41,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:crescendo" { "apotheosis:crescendo" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5]
I:"Max Level"=5 I:"Max Level"=5
@ -59,7 +55,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:depth_miner" { "apotheosis:depth_miner" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 5] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 5]
I:"Max Level"=5 I:"Max Level"=5
@ -74,7 +69,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:hell_infusion" { "apotheosis:hell_infusion" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -89,7 +83,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:icy_thorns" { "apotheosis:icy_thorns" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4 I:"Max Level"=4
@ -104,7 +97,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:knowledge" { "apotheosis:knowledge" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4 I:"Max Level"=4
@ -119,7 +111,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:life_mending" { "apotheosis:life_mending" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4 I:"Max Level"=4
@ -134,7 +125,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:magic_protection" { "apotheosis:magic_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 5] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 5]
I:"Max Level"=5 I:"Max Level"=5
@ -149,7 +139,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:natures_blessing" { "apotheosis:natures_blessing" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -164,7 +153,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:obliteration" { "apotheosis:obliteration" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9 I:"Max Level"=9
@ -179,7 +167,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:rebounding" { "apotheosis:rebounding" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 6] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 6]
I:"Max Level"=6 I:"Max Level"=6
@ -194,7 +181,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:reflective" { "apotheosis:reflective" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -209,7 +195,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:scavenger" { "apotheosis:scavenger" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3]
I:"Max Level"=3 I:"Max Level"=3
@ -224,7 +209,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:sea_infusion" { "apotheosis:sea_infusion" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -239,7 +223,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:shield_bash" { "apotheosis:shield_bash" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -254,7 +237,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:splitting" { "apotheosis:splitting" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9 I:"Max Level"=9
@ -269,7 +251,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:stable_footing" { "apotheosis:stable_footing" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -284,7 +265,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:tempting" { "apotheosis:tempting" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -299,7 +279,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"apotheosis:true_infinity" { "apotheosis:true_infinity" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -314,7 +293,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"ars_nouveau:mana_boost" { "ars_nouveau:mana_boost" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3]
I:"Max Level"=3 I:"Max Level"=3
@ -329,7 +307,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"ars_nouveau:mana_regen" { "ars_nouveau:mana_regen" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3]
I:"Max Level"=3 I:"Max Level"=3
@ -344,7 +321,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"ars_nouveau:reactive" { "ars_nouveau:reactive" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3]
I:"Max Level"=3 I:"Max Level"=3
@ -359,7 +335,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"astralsorcery:night_vision" { "astralsorcery:night_vision" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -374,7 +349,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"astralsorcery:scorching_heat" { "astralsorcery:scorching_heat" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -389,7 +363,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"cofh_core:holding" { "cofh_core:holding" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 11] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 11]
I:"Max Level"=11 I:"Max Level"=11
@ -404,7 +377,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"farmersdelight:backstabbing" { "farmersdelight:backstabbing" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -419,7 +391,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:aura-depths" { "mana-and-artifice:aura-depths" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -434,7 +405,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:aura-healing" { "mana-and-artifice:aura-healing" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -449,7 +419,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:aura-jumping" { "mana-and-artifice:aura-jumping" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -464,7 +433,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:aura-mining" { "mana-and-artifice:aura-mining" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -479,7 +447,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:aura-repair" { "mana-and-artifice:aura-repair" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -494,7 +461,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:aura-running" { "mana-and-artifice:aura-running" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -509,7 +475,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:bouncing" { "mana-and-artifice:bouncing" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -524,7 +489,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:cloudstep" { "mana-and-artifice:cloudstep" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -539,7 +503,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"mana-and-artifice:transitorystep" { "mana-and-artifice:transitorystep" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -554,7 +517,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecolonies:raider_damage_enchant" { "minecolonies:raider_damage_enchant" {
# The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 2] # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 2]
I:"Max Level"=2 I:"Max Level"=2
@ -569,7 +531,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:aqua_affinity" { "minecraft:aqua_affinity" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -584,7 +545,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:bane_of_arthropods" { "minecraft:bane_of_arthropods" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10]
I:"Max Level"=10 I:"Max Level"=10
@ -599,7 +559,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:binding_curse" { "minecraft:binding_curse" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -614,7 +573,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:blast_protection" { "minecraft:blast_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8 I:"Max Level"=8
@ -629,7 +587,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:channeling" { "minecraft:channeling" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -644,7 +601,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:depth_strider" { "minecraft:depth_strider" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7
@ -659,7 +615,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:efficiency" { "minecraft:efficiency" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9 I:"Max Level"=9
@ -674,7 +629,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:feather_falling" { "minecraft:feather_falling" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8 I:"Max Level"=8
@ -689,7 +643,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:fire_aspect" { "minecraft:fire_aspect" {
# The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 5] # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 5]
I:"Max Level"=5 I:"Max Level"=5
@ -704,7 +657,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:fire_protection" { "minecraft:fire_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8 I:"Max Level"=8
@ -719,7 +671,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:flame" { "minecraft:flame" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1 I:"Max Level"=1
@ -734,7 +685,6 @@
S:"Min Power Function"= S:"Min Power Function"=
} }
"minecraft:fortune" { "minecraft:fortune" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7 I:"Max Level"=7

View File

@ -5,10 +5,10 @@ general {
I:"Bamboo Height"=32 I:"Bamboo Height"=32
# The max height a stack of cacti may grow to. Vanilla is 3. [range: 1 ~ 255, default: 5] # The max height a stack of cacti may grow to. Vanilla is 3. [range: 1 ~ 255, default: 5]
I:"Cactus Height"=5 I:"Cactus Height"=32
# The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255] # The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255]
I:"Reed Height"=255 I:"Reed Height"=32
} }

View File

@ -14,13 +14,20 @@ general {
ignore_spawn_cap { ignore_spawn_cap {
# The item that applies this modifier. [default: minecraft:chorus_fruit] # The item that applies this modifier. [default: minecraft:chorus_fruit]
S:item=minecraft:chorus_fruit S:item=minecraft:bedrock
I:max_value=1
I:min_value=0
I:value=0
} }
ignore_spawn_conditions { ignore_spawn_conditions {
# The item that applies this modifier. [default: minecraft:dragon_egg] # The item that applies this modifier. [default: minecraft:dragon_egg]
S:item=minecraft:dragon_egg S:item=minecraft:dragon_egg
I:max_value=1
I:min_value=0
I:value=0
} }
@ -87,12 +94,18 @@ player_activation_range {
redstone_control { redstone_control {
# The item that applies this modifier. [default: minecraft:comparator] # The item that applies this modifier. [default: minecraft:comparator]
S:item=minecraft:comparator S:item=minecraft:comparator
I:max_value=1
I:min_value=0
I:value=0
} }
require_players { require_players {
# The item that applies this modifier. [default: minecraft:nether_star] # The item that applies this modifier. [default: minecraft:nether_star]
S:item=minecraft:nether_star S:item=minecraft:nether_star
I:max_value=1
I:min_value=0
I:value=0
} }
@ -114,6 +127,46 @@ spawn_count {
spawn_eggs { spawn_eggs {
# A list of entity registry names that cannot be applied to spawners via egg. [default: ] # A list of entity registry names that cannot be applied to spawners via egg. [default: ]
S:"Banned Mobs" < S:"Banned Mobs" <
resourcefulbees:tin_bee
resourcefulbees:terrasteel_bee
resourcefulbees:tainted_gold_bee
resourcefulbees:steel_bee
resourcefulbees:sky_bee
resourcefulbees:silver_bee
resourcefulbees:refined_obsidian_bee
resourcefulbees:refined_glowstone_bee
resourcefulbees:osmium_bee
resourcefulbees:obsidian_bee
resourcefulbees:nickel_bee
resourcefulbees:manasteel_bee
resourcefulbees:lead_bee
resourcefulbees:infused_iron_bee
resourcefulbees:ghast_bee
resourcefulbees:elementium_bee
resourcefulbees:copper_bee
resourcefulbees:clay_bee
resourcefulbees:blaze_bee
resourcefulbees:alf_bee
resourcefulbees:zombie_bee
resourcefulbees:wither_bee
resourcefulbees:slimy_bee
resourcefulbees:skeleton_bee
resourcefulbees:rgbee_bee
resourcefulbees:redstone_bee
resourcefulbees:pigman_bee
resourcefulbees:nether_quartz_bee
resourcefulbees:netherite_bee
resourcefulbees:lapis_bee
resourcefulbees:iron_bee
resourcefulbees:icy_bee
resourcefulbees:gold_bee
resourcefulbees:ender_bee
resourcefulbees:emerald_bee
resourcefulbees:diamond_bee
resourcefulbees:creeper_bee
resourcefulbees:coal_bee
resourcefulbees:oreo_bee
artifacts:mimic
> >
} }

View File

@ -3,6 +3,15 @@
wanderer { wanderer {
# If new trades are added to the wandering merchant. [default: true] # If new trades are added to the wandering merchant. [default: true]
B:"Enable New Trades"=true B:"Enable New Trades"=true
# If the Apotheosis Wanderer Spawner is enabled, instead of the default. [default: true]
B:"Enable Wanderer Spawner"=true
# The 1/100 chance the wandering trader has to spawn every attempt. This chance is increased by it's own value each failure until successful. [range: 1 ~ 100, default: 10]
I:"Spawn Chance"=5
# The number of ticks that must elapse before a wanderer spawn attempt happens. [range: 1 ~ 2147483647, default: 24000]
I:"Spawn Delay"=24000
} }

View File

@ -2,14 +2,14 @@
#General settings #General settings
[general] [general]
#Spawn Arcane Ore in the world #Spawn Arcane Ore in the world
genOre = true genOre = false
#Rate of tree spawn per chunk #Rate of tree spawn per chunk
#Range: 0.0 ~ 1.0 #Range: 0.0 ~ 1.0
genTrees = 0.002 genTrees = 0.002
#Spawn Mana Berry Bushes in the world #Spawn Mana Berry Bushes in the world
genBerries = true genBerries = true
#Spawn a book in the players inventory on login #Spawn a book in the players inventory on login
spawnBook = true spawnBook = false
#How often Carbuncles spawn #How often Carbuncles spawn
#Range: 0 ~ 100 #Range: 0 ~ 100
carbuncleWeight = 5 carbuncleWeight = 5

View File

@ -33,7 +33,7 @@
[worldgen.marble] [worldgen.marble]
#Set this to false to disable this worldgen feature. #Set this to false to disable this worldgen feature.
enabled = true enabled = false
#Set this to true to let this feature generate in any biome. #Set this to true to let this feature generate in any biome.
everyBiome = true everyBiome = true
#Set this to true to let this feature generate in any world. (Does NOT work for structures!) #Set this to true to let this feature generate in any world. (Does NOT work for structures!)

View File

@ -4,7 +4,7 @@
"weight": 5 "weight": 5
}, },
"biomesoplenty:bayou": { "biomesoplenty:bayou": {
"weight": 10 "weight": 7
}, },
"biomesoplenty:cherry_blossom_grove": { "biomesoplenty:cherry_blossom_grove": {
"weight": 1 "weight": 1
@ -16,19 +16,19 @@
"weight": 5 "weight": 5
}, },
"biomesoplenty:dead_forest": { "biomesoplenty:dead_forest": {
"weight": 1 "weight": 2
}, },
"biomesoplenty:dryland": { "biomesoplenty:dryland": {
"weight": 3 "weight": 1
}, },
"biomesoplenty:fungal_jungle": { "biomesoplenty:fungal_jungle": {
"weight": 1 "weight": 1
}, },
"biomesoplenty:grove": { "biomesoplenty:grove": {
"weight": 10 "weight": 7
}, },
"biomesoplenty:highland": { "biomesoplenty:highland": {
"weight": 5 "weight": 3
}, },
"biomesoplenty:jade_cliffs": { "biomesoplenty:jade_cliffs": {
"weight": 1 "weight": 1
@ -49,7 +49,7 @@
"weight": 1 "weight": 1
}, },
"biomesoplenty:prairie": { "biomesoplenty:prairie": {
"weight": 7 "weight": 10
}, },
"biomesoplenty:rainforest": { "biomesoplenty:rainforest": {
"weight": 7 "weight": 7
@ -346,4 +346,4 @@
"weight": 3 "weight": 3
} }
} }
} }

View File

@ -2,5 +2,5 @@
#Client-related options. #Client-related options.
[gui] [gui]
#Select the Biomes O' Plenty world type by default. #Select the Biomes O' Plenty world type by default.
use_world_type = true use_world_type = false

View File

@ -16,5 +16,5 @@
#Enhance vanilla biomes by adding additional decoration. #Enhance vanilla biomes by adding additional decoration.
enhance_vanilla_biomes = true enhance_vanilla_biomes = true
#Enable nether generation from Biomes O' Plenty. #Enable nether generation from Biomes O' Plenty.
use_bop_nether = true use_bop_nether = false

View File

@ -1,11 +1,11 @@
[Tooltips] [Tooltips]
#If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment. #If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment.
"Show Enchantment Descriptions" = true "Show Enchantment Descriptions" = false
#If TRUE, Item descriptions will be added to their tooltips if possible. #If TRUE, Item descriptions will be added to their tooltips if possible.
"Show Item Descriptions" = true "Show Item Descriptions" = true
#If TRUE and Advanced Tooltips are enabled (F3+H), Tags will be will be added to item tooltips if possible. #If TRUE and Advanced Tooltips are enabled (F3+H), Tags will be will be added to item tooltips if possible.
"Show Item Tags" = true "Show Item Tags" = false
#If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down. #If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down.
"Always Show Item Details" = false "Always Show Item Details" = false
#If TRUE, CoFH Items will display a message prompting to hold Shift to see full details (charge state, etc.). This does not change the behavior, only if the informational message should display. #If TRUE, CoFH Items will display a message prompting to hold Shift to see full details (charge state, etc.). This does not change the behavior, only if the informational message should display.

View File

@ -14,7 +14,7 @@
[worldgen.v1.copper_ore] [worldgen.v1.copper_ore]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 18 clusterSize = 18
@ -31,7 +31,7 @@
[worldgen.v1.copper_ore_ocean] [worldgen.v1.copper_ore_ocean]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 15 clusterSize = 15
@ -48,7 +48,7 @@
[worldgen.v1.zinc_ore] [worldgen.v1.zinc_ore]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 14 clusterSize = 14
@ -65,7 +65,7 @@
[worldgen.v1.zinc_ore_desert] [worldgen.v1.zinc_ore_desert]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 17 clusterSize = 17
@ -82,7 +82,7 @@
[worldgen.v1.limestone] [worldgen.v1.limestone]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 128 clusterSize = 128
@ -99,7 +99,7 @@
[worldgen.v1.weathered_limestone] [worldgen.v1.weathered_limestone]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 128 clusterSize = 128
@ -116,7 +116,7 @@
[worldgen.v1.dolomite] [worldgen.v1.dolomite]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 128 clusterSize = 128
@ -133,7 +133,7 @@
[worldgen.v1.gabbro] [worldgen.v1.gabbro]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 128 clusterSize = 128
@ -150,7 +150,7 @@
[worldgen.v1.scoria] [worldgen.v1.scoria]
# #
#Whether to spawn this in your World #Whether to spawn this in your World
enable = true enable = false
# #
#Range: > 0 #Range: > 0
clusterSize = 128 clusterSize = 128

View File

@ -29,7 +29,7 @@
#Play sound when the game loads. #Play sound when the game loads.
playOnLoad = true playOnLoad = true
#Play sound when the world loads after connecting to a server. #Play sound when the world loads after connecting to a server.
playOnWorld = false playOnWorld = true
#Play sound when resources complete reloading. Requires game to be restarted. #Play sound when resources complete reloading. Requires game to be restarted.
playOnResourcesReload = true playOnResourcesReload = true
#If Ding can't find the third party sound you added with other mods (EG: Additional Resources), try turning this on to skip that check. #If Ding can't find the third party sound you added with other mods (EG: Additional Resources), try turning this on to skip that check.

View File

@ -1,5 +1,5 @@
# Enable forge global version checking # Enable forge global version checking
versionCheck = true versionCheck = false
# does the splashscreen run # does the splashscreen run
splashscreen = true splashscreen = true
defaultConfigPath = "defaultconfigs" defaultConfigPath = "defaultconfigs"

View File

@ -14,7 +14,7 @@
#Enable the Forge block rendering pipeline - fixes the lighting of custom models. #Enable the Forge block rendering pipeline - fixes the lighting of custom models.
forgeLightPipelineEnabled = true forgeLightPipelineEnabled = true
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = false experimentalForgeLightPipelineEnabled = true
#When enabled, makes specific reload tasks such as language changing quicker to run. #When enabled, makes specific reload tasks such as language changing quicker to run.
selectiveResourceReloadEnabled = true selectiveResourceReloadEnabled = true
#When enabled, Forge will show any warnings that occurred during loading. #When enabled, Forge will show any warnings that occurred during loading.

View File

@ -18,7 +18,7 @@ backup_timer = 120
#1 - Best speed #1 - Best speed
#9 - Smallest file size #9 - Smallest file size
#Range: 0 ~ 9 #Range: 0 ~ 9
compression_level = 1 compression_level = 3
#Absolute path to backups folder. #Absolute path to backups folder.
folder = "" folder = ""
#Prints (current size | total size) when backup is done. #Prints (current size | total size) when backup is done.

View File

@ -1,9 +1,9 @@
#Noise added to map to make it look less plastic #Noise added to map to make it look less plastic
#Range: 0.0 ~ 0.5 #Range: 0.0 ~ 0.5
noise = 0.05 noise = 0.05000000074505806
#Shadow intensity #Shadow intensity
#Range: 0.0 ~ 0.3 #Range: 0.0 ~ 0.3
shadows = 0.1 shadows = 0.10000000149011612
#Chunk grid overlay in large map #Chunk grid overlay in large map
chunk_grid = false chunk_grid = false
#Reduces color palette to 256 colors #Reduces color palette to 256 colors

View File

@ -1,13 +1,13 @@
#Max blocks you can mine at once #Max blocks you can mine at once
#Range: 1 ~ 32768 #Range: 1 ~ 32768
max_blocks = 64 max_blocks = 128
#Hunger multiplied for each block mined with ultimine #Hunger multiplied for each block mined with ultimine
#Range: 0.0 ~ 10000.0 #Range: 0.0 ~ 10000.0
exhaustion_per_block = 20.0 exhaustion_per_block = 25.0
#Doesn't stop at different types of stones #Doesn't stop at different types of stones
merge_stone = true merge_stone = false
#Tools that won't let you active ultimine when held #Tools that won't let you active ultimine when held
tool_blacklist = ["mininggadgets:mininggadget"] tool_blacklist = ["mininggadgets:mininggadget", "ars_nouveau:wand", "ars_nouveau:novice_spell_book", "ars_nouveau:creative_spell_book", "ars_nouveau:archmage_spell_book", "ars_nouveau:apprentice_spell_book"]
#Required for some modpacks #Required for some modpacks
#Range: -1 ~ 8 #Range: -1 ~ 8
render_text_manually = -1 render_text_manually = -1

View File

@ -1,3 +1,7 @@
#The names of the Dimensions for the Death Note
dimension_names = ["minecraft:overworld=Overworld", "minecraft:nether=Nether", "minecraft:the_end=The End"]
#The date format outputted by clicking the gravestone or displayed in the death note
grave_date_format = "yyyy/MM/dd HH:mm:ss"
#If this is set to true the players head will be rendered on the gravestone when there is a full block under it #If this is set to true the players head will be rendered on the gravestone when there is a full block under it
render_skull = true render_skull = true
#The color of the text at the gravestone (Hex RGB) #The color of the text at the gravestone (Hex RGB)

View File

@ -1,6 +1,6 @@
#A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. #A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from.
#This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. #This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority.
preferredOres = ["immersiveengineering"] preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "thermal", "create", "mekanism", "kubejs", "appliedenergistics2", "pneumaticcraft", "industrialforegoing", "quark"]
#A list of all mods that IE has integrated compatability for #A list of all mods that IE has integrated compatability for
#Setting any of these to false disables the respective compat #Setting any of these to false disables the respective compat

View File

@ -56,6 +56,30 @@
containerClass = "appeng.container.implementations.WirelessTermContainer" containerClass = "appeng.container.implementations.WirelessTermContainer"
sortRange = "" sortRange = ""
[[sorting.containerOverrides]]
containerClass = "com.refinedmods.refinedstorage.container.GridContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "blusunrize.immersiveengineering.common.gui.CraftingTableContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "se.mickelus.tetra.blocks.workbench.WorkbenchContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "mcjty.rftoolsstorage.modules.scanner.blocks.StorageScannerContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "mcjty.rftoolsstorage.modules.modularstorage.blocks.ModularStorageContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "mcjty.rftoolsutility.modules.crafter.blocks.CrafterContainer"
sortRange = ""
#Categor(y/ies) for sorting #Categor(y/ies) for sorting
# #
#name: the name of the category #name: the name of the category
@ -95,7 +119,7 @@
[[sorting.category]] [[sorting.category]]
name = "cheapBlocks" name = "cheapBlocks"
spec = ["/tag:minecraft:cobblestone", "/tag:minecraft:dirt"] spec = ["/tag:forge:cobblestone", "/tag:forge:dirt"]
[[sorting.category]] [[sorting.category]]
name = "blocks" name = "blocks"
@ -108,7 +132,7 @@
#2 = buttons for external sorting only #2 = buttons for external sorting only
#3 = all buttons enabled (default) #3 = all buttons enabled (default)
#Range: 0 ~ 3 #Range: 0 ~ 3
enableButtons = 3 enableButtons = 0
#Enable auto-refill #Enable auto-refill
autoRefill = true autoRefill = true
#0 = disable sorting #0 = disable sorting

View File

@ -8,7 +8,7 @@
LowMemorySlowSearchEnabled = false LowMemorySlowSearchEnabled = false
#How items should be handed to you #How items should be handed to you
#Allowed Values: INVENTORY, MOUSE_PICKUP #Allowed Values: INVENTORY, MOUSE_PICKUP
GiveMode = "MOUSE_PICKUP" GiveMode = "INVENTORY"
#Max number of columns shown #Max number of columns shown
#Range: 4 ~ 100 #Range: 4 ~ 100
MaxColumns = 100 MaxColumns = 100

View File

@ -8,7 +8,7 @@ unlockCooldown = 2400
blackList = [] blackList = []
#List of trinkets that can't be unlocked randomly eg: ["losttrinkets:piggy", "losttrinkets:magical_feathers"] #List of trinkets that can't be unlocked randomly eg: ["losttrinkets:piggy", "losttrinkets:magical_feathers"]
#The trinkets listed in here will not be removed from players that already unlocked them. #The trinkets listed in here will not be removed from players that already unlocked them.
nonRandom = [] nonRandom = ["losttrinkets:rock_candy", "losttrinkets:tha_cloud", "losttrinkets:turtle_shell", "losttrinkets:blaze_heart", "losttrinkets:tha_bat", "losttrinkets:tea_leaf", "losttrinkets:octopick", "losttrinkets:magical_herbs", "losttrinkets:magical_feathers", "losttrinkets:mad_aura"]
[Trinket_Slots] [Trinket_Slots]
#Numbers of trinket slots the player will start with (Only effect newer players!!). #Numbers of trinket slots the player will start with (Only effect newer players!!).
@ -16,10 +16,10 @@ nonRandom = []
startSlots = 1 startSlots = 1
#Levels of xp needed to unlock a trinket slot. #Levels of xp needed to unlock a trinket slot.
#Range: 0 ~ 1000 #Range: 0 ~ 1000
slotCost = 15 slotCost = 20
#Amount of Xp levels added to the next unlocking cost. #Amount of Xp levels added to the next unlocking cost.
#Range: 0 ~ 20 #Range: 0 ~ 20
slotUpFactor = 3 slotUpFactor = 5
[Killing_Unlocks] [Killing_Unlocks]
#Set to false to disable unlocking trinkets from killing non-Boss entities. #Set to false to disable unlocking trinkets from killing non-Boss entities.

View File

@ -5,9 +5,9 @@
#Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end. #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end.
auraTypeOverrides = [] auraTypeOverrides = []
#Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether
additionalOres = [] additionalOres = ["forge:ores/nether/gold->1000->nether", "forge:ores/netherite_scrap->1->nether", "forge:ores/bitumen->1000->overworld", "forge:ores/fluorite->50->overworld", "forge:ores/potassium_nitrate->500->overworld", "forge:ores/mana->500->overworld"]
#Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional
oreExceptions = [] oreExceptions = ["thermal:ruby_ore", "thermal:sapphire_ore", "mekanism:copper_ore", "mekanism:tin_ore", "mekanism:lead_ore", "mekanism:osmium_ore", "mekanism:uranium_ore", "mekanism:fluorite_ore", "immersiveengineering:ore_silver", "immersiveengineering:ore_copper", "immersiveengineering:ore_aluminum", "immersiveengineering:ore_nickel", "immersiveengineering:ore_uranium", "immersiveengineering:ore_lead"]
#Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount #Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount
additionalProjectiles = [] additionalProjectiles = []
#The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together

View File

@ -10,26 +10,26 @@ lens_of_ender = true
["World Gen"] ["World Gen"]
#Enable/Disable ore generation. [default:true] #Enable/Disable ore generation. [default:true]
oreGen = true oreGen = false
#Poor Uraninite Ore generation chance #Poor Uraninite Ore generation chance
#Range: 1 ~ 64 #Range: 1 ~ 64
poorUraniniteGenChance = 8 poorUraniniteGenChance = 1
#Uraninite Ore generation chance #Uraninite Ore generation chance
#Range: 1 ~ 64 #Range: 1 ~ 64
uraniniteGenChance = 6 uraniniteGenChance = 1
#Dense Uraninite Ore generation chance #Dense Uraninite Ore generation chance
#Range: 1 ~ 64 #Range: 1 ~ 64
denseUraniniteGenChance = 3 denseUraniniteGenChance = 1
#Dry Ice Ore generation chance #Dry Ice Ore generation chance
#Range: 1 ~ 64 #Range: 1 ~ 64
dryIceGenChance = 9 dryIceGenChance = 1
[Materials] [Materials]
# #
#List of heat source blocks used under Thermo Generator. #List of heat source blocks used under Thermo Generator.
#Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"] #Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"]
#Min = 1, max = 900000000 #Min = 1, max = 900000000
heatSources = ["minecraft:lava=1000", "minecraft:magma_block=800", "powah:blazing_crystal_block=2800"] heatSources = ["minecraft:lava=1000", "minecraft:magma_block=1200", "minecraft:fire_coral=1800", "powah:nitro_crystal_block=8000", "powah:blazing_crystal_block=2800", "quark:brimstone=1200"]
#Enable this to allow other mods to add their heat source blocks. [default:true] #Enable this to allow other mods to add their heat source blocks. [default:true]
heatBlocksAPI = true heatBlocksAPI = true
# #

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -1,33 +1,54 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 2400,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/coal/coal_bee", "baseLayerTexture": "ores/coal/coal_bee",
"ColorData": { "ColorData": {
"isBeeColored": false,
"honeycombColor": "#303030", "honeycombColor": "#303030",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "tag:forge:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:coal_ore", "mutationOutput": "emendatusenigmatica:coal_ore",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK"
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:coal", "mainOutput": "minecraft:coal",
"mainOutputCount": 16 "mainOutputWeight": 0.4,
"mainOutputCount": 9,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:overworld", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"feedItem": "minecraft:poppy", "isBreedable": true,
"feedAmount": 4, "feedItem": "tag:forge:storage_blocks/coal",
"isBreedable": true "feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View 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
}
}

View 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
}
}

View File

@ -1,17 +1,27 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 2400,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "/creeper/creeper_bee", "baseLayerTexture": "/creeper/creeper_bee",
"traits" : ["creeper"], "traits": ["creeper"],
"ColorData": { "ColorData": {
"honeycombColor": "#0c9f0a",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#0C9F0A", "isRainbowBee": false,
"isGlowing": true, "isGlowing": true,
"glowColor": "#E2D3D3", "isEnchanted": false,
"glowColor": "#e2d3d3",
"glowingPulse": 2, "glowingPulse": 2,
"emissiveLayerTexture": "/creeper/creeper_bee_emissive" "emissiveLayerTexture": "/creeper/creeper_bee_emissive"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "tag:minecraft:lava", "mutationInput": "tag:minecraft:lava",
@ -21,18 +31,27 @@
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:gunpowder", "mainOutput": "minecraft:gunpowder",
"mainOutputCount": 4 "mainOutputWeight": 0.6,
"mainOutputCount": 3,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean", "biomeBlacklist": "tag:OCEAN",
"lightLevel": "NIGHT" "lightLevel": "NIGHT",
"minGroupSize": 1,
"maxGroupSize": 4,
"spawnWeight": 8
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"feedItem": "tag:forge:gravel",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View File

@ -1,34 +1,57 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/diamond/diamond_bee", "baseLayerTexture": "ores/diamond/diamond_bee",
"ColorData": { "ColorData": {
"isBeeColored": false,
"honeycombColor": "#00ffff", "honeycombColor": "#00ffff",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:lava", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:water", "mutationOutput": "emendatusenigmatica:diamond_ore",
"mutationType": "FLUID_TO_FLUID" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:diamond", "mainOutput": "minecraft:diamond",
"mainOutputCount": 1 "mainOutputWeight": 0.08,
"mainOutputCount": 2,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"isBreedable": true, "isBreedable": true,
"parent1": "Coal", "parent1": "gold",
"parent2": "Skeleton", "parent2": "lapis",
"feedItem": "tag:forge:ores" "feedItem": "tag:forge:storage_blocks/diamond",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View 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
}
}

View File

@ -1,29 +1,57 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/emerald/emerald_bee", "baseLayerTexture": "ores/emerald/emerald_bee",
"ColorData": { "ColorData": {
"isBeeColored": false,
"honeycombColor": "#18eb09", "honeycombColor": "#18eb09",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:lava", "mutationOutput": "emendatusenigmatica:emerald_ore",
"mutationType": "BLOCK_TO_FLUID" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:emerald" "mainOutput": "minecraft:emerald",
"mainOutputWeight": 0.02,
"mainOutputCount": 2,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "TAG:Mountain,Hills" "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"isBreedable": true, "isBreedable": true,
"spawnWeight": 4 "parent1": "redstone",
"parent2": "iron",
"feedItem": "tag:forge:storage_blocks/emerald",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View File

@ -1,35 +1,55 @@
{ {
"flower": "minecraft:chorus_flower", "flower": "minecraft:chorus_flower",
"maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["ender"], "traits": ["ender"],
"maxTimeInHive": 1800, "baseLayerTexture": "other/ender",
"ColorData": { "ColorData": {
"isBeeColored": true,
"honeycombColor": "#339786", "honeycombColor": "#339786",
"primaryColor": "#339786", "isBeeColored": false,
"secondaryColor": "#303030" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:obsidian", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:end_stone", "mutationOutput": "minecraft:end_stone",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK"
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:ender_pearl", "mainOutput": "minecraft:ender_pearl",
"bottleOutput" : "minecraft:dragon_breath" "mainOutputWeight": 0.2,
"mainOutputCount": 2,
"mainInputCount": 1,
"bottleOutput": "minecraft:dragon_breath"
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "TAG:end", "biomeWhitelist": "tag:END",
"biomeBlacklist": "tag:OVERWORLD,NETHER",
"lightLevel": "NIGHT", "lightLevel": "NIGHT",
"spawnWeight": 20 "minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 10
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"feedItem": "tag:forge:gems/ender",
"feedAmount": 4,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -1,30 +1,56 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 3600,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"maxTimeInHive": 800, "apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/gold/gold_bee", "baseLayerTexture": "ores/gold/gold_bee",
"ColorData": { "ColorData": {
"honeycombColor": "#ffdc00",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#FFDC00", "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:gold_ore", "mutationOutput": "emendatusenigmatica:gold_ore",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK"
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:gold_ingot" "mainOutput": "minecraft:gold_ingot",
"mainOutputWeight": 0.1,
"mainOutputCount": 2,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"parent1": "iron",
"parent2": "copper",
"feedItem": "tag:forge:storage_blocks/gold",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View 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
}
}

View File

@ -1,14 +1,23 @@
{ {
"flower": "all", "flower": "ALL",
"hasHoneycomb": false, "maxTimeInHive": 3600,
"traits": ["can_swim"],
"maxTimeInHive": 1200,
"sizeModifier": 0.75, "sizeModifier": 0.75,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["can_swim"],
"baseLayerTexture": "other/icy",
"ColorData": { "ColorData": {
"isBeeColored": true,
"honeycombColor": "#92b9fe", "honeycombColor": "#92b9fe",
"primaryColor": "#92b9fe", "isBeeColored": false,
"secondaryColor": "#303030" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
@ -18,15 +27,28 @@
"mutationCount": 20 "mutationCount": 20
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": false "hasCentrifugeOutput": true,
"mainOutput": "minecraft:snowball",
"mainOutputWeight": 0.5,
"mainOutputCount": 8,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": false "canSpawnInWorld": true,
"biomeWhitelist": "tag:COLD",
"biomeBlacklist": "tag:HOT,NETHER,END",
"minGroupSize": 2,
"maxGroupSize": 4,
"spawnWeight": 4
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"feedItem": "minecraft:snow_block",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View 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
}
}

View File

@ -1,30 +1,56 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 3600,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"maxTimeInHive": 600, "apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/iron/iron_bee", "baseLayerTexture": "ores/iron/iron_bee",
"ColorData": { "ColorData": {
"isBeeColored": false,
"honeycombColor": "#ffcc99", "honeycombColor": "#ffcc99",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:iron_ore", "mutationOutput": "emendatusenigmatica:iron_ore",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK"
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:iron_ingot" "mainOutput": "minecraft:iron_ingot",
"mainOutputWeight": 0.1,
"mainOutputCount": 2,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"parent1": "coal",
"parent2": "aluminum",
"feedItem": "tag:forge:storage_blocks/iron",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View File

@ -1,31 +1,57 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/lapis/lapis_bee", "baseLayerTexture": "ores/lapis/lapis_bee",
"ColorData": { "ColorData": {
"isBeeColored": false,
"honeycombColor": "#345ec3", "honeycombColor": "#345ec3",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:lapis_ore", "mutationOutput": "emendatusenigmatica:lapis_ore",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:lapis_lazuli", "mainOutput": "minecraft:lapis_lazuli",
"mainOutputCount": 8 "mainOutputWeight": 0.3,
"mainOutputCount": 9,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"parent1": "silver",
"parent2": "tin",
"feedItem": "tag:forge:storage_blocks/lapis",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View 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
}
}

View 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
}
}

View File

@ -1,34 +1,55 @@
{ {
"flower": "minecraft:nether_wart", "flower": "minecraft:warped_fungus",
"maxTimeInHive": 1000, "maxTimeInHive": 4800,
"sizeModifier": 0.75,
"hasHoneycomb": true, "hasHoneycomb": true,
"traits": ["nether"], "traits": ["nether"],
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "other/quartz",
"ColorData": { "ColorData": {
"isBeeColored": true, "honeycombColor": "#d4caba",
"honeycombColor": "#D4CABA", "isBeeColored": false,
"primaryColor": "#D4CABA", "isRainbowBee": false,
"secondaryColor": "#303030" "isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:netherrack", "mutationInput": "tag:forge:netherrack",
"mutationOutput": "minecraft:nether_quartz_ore", "mutationOutput": "minecraft:nether_quartz_ore",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:quartz", "mainOutput": "minecraft:quartz",
"mainOutputCount": 2 "mainOutputWeight": 0.15,
"mainOutputCount": 8,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:nether", "biomeWhitelist": "tag:NETHER",
"lightLevel": "NIGHT" "biomeBlacklist": "tag:OVERWORLD,END",
"lightLevel": "NIGHT",
"spawnWeight": 8,
"minGroupSize": 2,
"maxGroupSize": 4
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"feedItem": "tag:forge:storage_blocks/quartz",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View File

@ -1,35 +1,55 @@
{ {
"flower": "minecraft:wither_rose", "flower": "minecraft:wither_rose",
"maxTimeInHive": 600, "maxTimeInHive": 7200,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"baseLayerTexture": "ores/netherite/netherite_bee", "apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["nether", "wither"], "traits": ["nether", "wither"],
"baseLayerTexture": "ores/netherite/netherite_bee",
"ColorData": { "ColorData": {
"honeycombColor": "#654740",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#654740" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 3
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:blackstone", "mutationInput": "tag:forge:netherrack",
"mutationOutput": "minecraft:gilded_blackstone", "mutationOutput": "minecraft:blackstone",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:netherite_ingot", "mainOutput": "minecraft:netherite_scrap",
"mainOutputWeight": 0.05 "mainOutputWeight": 0.1,
"mainOutputCount": 2,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": false,
"biomeWhitelist": "tag:nether", "biomeWhitelist": "tag:NETHER",
"lightLevel": "NIGHT" "biomeBlacklist": "tag:OVERWORLD,END",
"lightLevel": "NIGHT",
"spawnWeight": 4
}, },
"BreedData": { "BreedData": {
"isBreedable": true, "isBreedable": true,
"parent1": "Wither", "parent1": "wither",
"parent2": "Diamond" "parent2": "diamond",
"feedItem": "tag:forge:ingots/netherite",
"feedAmount": 4,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -1,32 +1,55 @@
{ {
"flower": "minecraft:brown_mushroom", "flower": "tag:forge:mushrooms",
"maxTimeInHive": 1000, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"baseLayerTexture": "pigman/pigman_bee", "apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["nether", "pigman"], "traits": ["nether", "pigman"],
"baseLayerTexture": "pigman/pigman_bee",
"ColorData": { "ColorData": {
"honeycombColor": "#885956",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#885956" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:netherrack", "mutationInput": "tag:forge:blackstone",
"mutationOutput": "minecraft:glowstone", "mutationOutput": "minecraft:gilded_blackstone",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 2
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:glowstone_dust" "mainOutput": "minecraft:gold_nugget",
"mainOutputWeight": 0.2,
"mainOutputCount": 6,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": false,
"biomeWhitelist": "tag:nether", "biomeWhitelist": "tag:NETHER",
"lightLevel": "NIGHT" "biomeBlacklist": "tag:OVERWORLD,END",
"lightLevel": "NIGHT",
"spawnWeight": 16
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"parent1": "zombie",
"parent2": "gold",
"feedItem": "tag:forge:storage_blocks/gold",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View File

@ -1,28 +1,52 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 2400,
"sizeModifier": 0.5,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"ColorData": { "ColorData": {
"isBeeColored": true,
"honeycombColor": "#ffffff", "honeycombColor": "#ffffff",
"isBeeColored": false,
"isRainbowBee": true, "isRainbowBee": true,
"isGlowing": true "isGlowing": true,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": {
"hasMutation": false
}, },
"MutationData": {},
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:red_dye", "mainOutput": "minecraft:red_dye",
"secondaryOutput": "minecraft:green_dye", "secondaryOutput": "minecraft:green_dye",
"bottleOutput": "resourcefulbees:rainbow_honey_bottle", "bottleOutput": "resourcefulbees:rainbow_honey_bottle",
"bottleOutputWeight": 0.02 "bottleOutputWeight": 0.3,
"mainOutputWeight": 0.3,
"secondaryOutputWeight": 0.3,
"mainInputCount": 1,
"mainOutputCount": 3
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "TAG:OVerWorld", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 2,
"maxGroupSize": 3,
"spawnWeight": 8
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"feedItem": "tag:minecraft:flowers",
"feedAmount": 1,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View File

@ -1,31 +1,57 @@
{ {
"flower": "ALL", "flower": "ALL",
"maxTimeInHive": 800, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "ores/redstone/redstone_bee", "baseLayerTexture": "ores/redstone/redstone_bee",
"ColorData": { "ColorData": {
"isBeeColored": false,
"honeycombColor": "#aa0f01", "honeycombColor": "#aa0f01",
"isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "ORE" "modelType": "ORE"
}, },
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": true,
"inflictsPoison": true,
"attackDamage": 1
},
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:redstone", "mutationOutput": "emendatusenigmatica:redstone_ore",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:redstone", "mainOutput": "minecraft:redstone",
"mainOutputCount": 4 "mainOutputWeight": 0.3,
"mainOutputCount": 6,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean" "biomeBlacklist": "tag:OCEAN",
"minGroupSize": 0,
"maxGroupSize": 1,
"spawnWeight": 2,
"lightLevel": "DAY"
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"parent1": "lead",
"parent2": "copper",
"feedItem": "tag:forge:storage_blocks/redstone",
"feedAmount": 8,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -1,32 +1,54 @@
{ {
"flower": "small", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"baseLayerTexture": "skeleton/skeleton_bee", "baseLayerTexture": "skeleton/skeleton_bee",
"ColorData": { "ColorData": {
"honeycombColor": "#f6f2e6",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#F6F2E6" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:gravel", "mutationOutput": "minecraft:bone_block",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:bone" "mainOutput": "minecraft:bone_meal",
"mainOutputWeight": 0.5,
"mainOutputCount": 18,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD,NETHER",
"biomeBlacklist": "tag:ocean", "biomeBlacklist": "tag:END",
"lightLevel": "NIGHT" "lightLevel": "NIGHT",
"minGroupSize": 2,
"maxGroupSize": 3,
"spawnWeight": 14
}, },
"BreedData": { "BreedData": {
"isBreedable": true, "isBreedable": true,
"feedItem": "small", "feedItem": "tag:forge:bone_block",
"feedAmount": 8 "feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": {} "TraitData": {
} "hasTraits": false
}
}

View File

@ -1,26 +1,56 @@
{ {
"flower": "all", "flower": "ALL",
"hasHoneycomb": false, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true,
"apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["slimy"], "traits": ["slimy"],
"maxTimeInHive": 1200,
"baseLayerTexture": "slime/slime_bee", "baseLayerTexture": "slime/slime_bee",
"ColorData": { "ColorData": {
"modelType": "GELATINOUS", "honeycombColor": "#73c262",
"gelLayerTexture": "/slime/slime_gel_Layer" "isBeeColored": false,
"isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false,
"modelType": "GELATINOUS"
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:honey_block", "mutationInput": "minecraft:honey_block",
"mutationOutput": "minecraft:slime_block", "mutationOutput": "minecraft:slime_block",
"mutationType": "BLOCK_TO_BLOCK", "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 15 "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": { "BreedData": {
"isBreedable": true, "isBreedable": true,
"parent1": "rgbee", "parent1": "zombie",
"parent2": "zombie" "parent2": "clay",
"feedItem": "tag:forge:slime_block",
"feedAmount": 2,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -1,33 +1,55 @@
{ {
"flower": "minecraft:wither_rose", "flower": "minecraft:wither_rose",
"maxTimeInHive": 600, "maxTimeInHive": 4800,
"sizeModifier": 1.5,
"hasHoneycomb": true, "hasHoneycomb": true,
"baseLayerTexture": "wither/wither_bee", "apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["nether", "wither"], "traits": ["nether", "wither"],
"baseLayerTexture": "wither/wither_bee",
"ColorData": { "ColorData": {
"honeycombColor": "#444444",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#444444" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 3
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:lava", "mutationInput": "minecraft:water",
"mutationOutput": "minecraft:obsidian", "mutationOutput": "minecraft:lava",
"mutationType": "FLUID_TO_BLOCK" "mutationType": "FLUID_TO_FLUID",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:nether_star", "mainOutput": "wstweaks:fragment",
"mainOutputWeight": 0.01 "mainOutputWeight": 0.05,
"mainOutputCount": 3,
"mainInputCount": 1
},
"SpawnData": {
"canSpawnInWorld": false,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:NETHER,END",
"lightLevel": "NIGHT",
"spawnWeight": 12
}, },
"SpawnData": {},
"BreedData": { "BreedData": {
"isBreedable": true, "isBreedable": true,
"parent1": "Coal", "parent1": "diamond",
"parent2": "Skeleton", "parent2": "obsidian",
"feedItem": "minecraft:rotten_flesh", "feedItem": "minecraft:nether_star",
"feedAmount": 12 "feedAmount": 1,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View 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
}
}

View File

@ -1,33 +1,55 @@
{ {
"flower": "tag:minecraft:bee_growables", "flower": "ALL",
"maxTimeInHive": 600, "maxTimeInHive": 4800,
"sizeModifier": 1,
"hasHoneycomb": true, "hasHoneycomb": true,
"baseLayerTexture": "zombie/zombie_bee", "apiaryOutputAmounts": [3, 6, 1, 2],
"traits": ["zombie"], "traits": ["zombie"],
"baseLayerTexture": "zombie/zombie_bee",
"ColorData": { "ColorData": {
"honeycombColor": "#2f4e32",
"isBeeColored": false, "isBeeColored": false,
"honeycombColor": "#2F4E32" "isRainbowBee": false,
"isGlowing": false,
"isEnchanted": false
},
"CombatData": {
"isPassive": false,
"removeStingerOnAttack": false,
"inflictsPoison": true,
"attackDamage": 2
}, },
"MutationData": { "MutationData": {
"hasMutation": true, "hasMutation": true,
"mutationInput": "minecraft:stone", "mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:cobblestone", "mutationOutput": "minecraft:cobblestone",
"mutationType": "BLOCK_TO_BLOCK" "mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 1
}, },
"CentrifugeData": { "CentrifugeData": {
"hasCentrifugeOutput": true, "hasCentrifugeOutput": true,
"mainOutput": "minecraft:rotten_flesh" "mainOutput": "minecraft:rotten_flesh",
"mainOutputWeight": 0.5,
"mainOutputCount": 9,
"mainInputCount": 1
}, },
"SpawnData": { "SpawnData": {
"canSpawnInWorld": true, "canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD", "biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean", "biomeBlacklist": "tag:NETHER,END",
"lightLevel": "NIGHT" "lightLevel": "NIGHT",
"spawnWeight": 6,
"minGroupSize": 4,
"maxGroupSize": 6
}, },
"BreedData": { "BreedData": {
"isBreedable": true "isBreedable": true,
"feedItem": "minecraft:rotten_flesh",
"feedAmount": 4,
"childGrowthDelay": -24000,
"breedDelay": 6000
}, },
"TraitData": { "TraitData": {
"hasTraits": true "hasTraits": true
} }
} }

View File

@ -0,0 +1,8 @@
{
"biomes": [
"minecraft:mushroom_field_shore",
"minecraft:beach",
"minecraft:stone_shore",
"minecraft:snowy_beach"
]
}

View 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"
]
}

View 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"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -0,0 +1,9 @@
{
"biomes": [
"minecraft:the_end",
"minecraft:small_end_islands",
"minecraft:end_midlands",
"minecraft:end_highlands",
"minecraft:end_barrens"
]
}

View 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"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -0,0 +1,9 @@
{
"biomes": [
"minecraft:jungle",
"minecraft:jungle_hills",
"minecraft:jungle_edge",
"minecraft:modified_jungle",
"minecraft:modified_jungle_edge"
]
}

View File

@ -0,0 +1,7 @@
{
"biomes": [
"minecraft:badlands",
"minecraft:wooded_badlands_plateau",
"minecraft:badlands_plateau"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -0,0 +1,3 @@
{
"biomes": ["minecraft:mushroom_fields", "minecraft:mushroom_field_shore"]
}

View File

@ -0,0 +1,9 @@
{
"biomes": [
"minecraft:nether_wastes",
"minecraft:soul_sand_valley",
"minecraft:crimson_forest",
"minecraft:warped_forest",
"minecraft:basalt_deltas"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -0,0 +1,8 @@
{
"biomes": [
"minecraft:plains",
"minecraft:savanna",
"minecraft:savanna_plateau",
"minecraft:sunflower_plains"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -0,0 +1,3 @@
{
"biomes": ["minecraft:river", "minecraft:frozen_river"]
}

View File

@ -0,0 +1,10 @@
{
"biomes": [
"minecraft:desert",
"minecraft:desert_hills",
"minecraft:badlands",
"minecraft:wooded_badlands_plateau",
"minecraft:badlands_plateau",
"minecraft:desert_lakes"
]
}

View File

@ -0,0 +1,8 @@
{
"biomes": [
"minecraft:savanna",
"minecraft:savanna_plateau",
"minecraft:shattered_savanna",
"minecraft:shattered_savanna_plateau"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -0,0 +1,3 @@
{
"biomes": ["minecraft:dark_forest", "minecraft:dark_forest_hills"]
}

View File

@ -0,0 +1,3 @@
{
"biomes": ["minecraft:swamp", "minecraft:swamp_hills"]
}

View File

@ -0,0 +1,3 @@
{
"biomes": ["minecraft:the_void"]
}

View File

@ -0,0 +1,3 @@
{
"biomes": ["minecraft:snowy_tundra"]
}

Some files were not shown because too many files have changed in this diff Show More