mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Reset to defaults
This commit is contained in:
parent
a4b851177f
commit
510c04fcea
@ -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.
|
||||
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"]
|
||||
cardboardModBlacklist = ["refinedstorage", "tetra", "storagedrawers"]
|
||||
cardboardModBlacklist = []
|
||||
#Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier.
|
||||
transmitterAlloyUpgrade = true
|
||||
#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
|
||||
@ -25,7 +25,7 @@
|
||||
superheatingHeatTransfer = 1.6E7
|
||||
#Displayed temperature unit in Mekanism GUIs.
|
||||
#Allowed Values: K, C, R, F, STP
|
||||
temperatureUnit = "C"
|
||||
temperatureUnit = "K"
|
||||
#Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
|
||||
maxSolarNeutronActivatorRate = 64
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#Generation Settings for copper ore.
|
||||
[world_generation.copper]
|
||||
#Determines if copper ore should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that copper generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 16
|
||||
@ -28,7 +28,7 @@
|
||||
#Generation Settings for tin ore.
|
||||
[world_generation.tin]
|
||||
#Determines if tin ore should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that tin generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 14
|
||||
@ -46,7 +46,7 @@
|
||||
#Generation Settings for osmium ore.
|
||||
[world_generation.osmium]
|
||||
#Determines if osmium ore should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that osmium generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 12
|
||||
@ -64,7 +64,7 @@
|
||||
#Generation Settings for uranium ore.
|
||||
[world_generation.uranium]
|
||||
#Determines if uranium ore should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that uranium generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 8
|
||||
@ -82,7 +82,7 @@
|
||||
#Generation Settings for fluorite ore.
|
||||
[world_generation.fluorite]
|
||||
#Determines if fluorite ore should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that fluorite generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 6
|
||||
@ -100,7 +100,7 @@
|
||||
#Generation Settings for lead ore.
|
||||
[world_generation.lead]
|
||||
#Determines if lead ore should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that lead generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 8
|
||||
@ -118,7 +118,7 @@
|
||||
#Generation Settings for salt.
|
||||
[world_generation.salt]
|
||||
#Determines if salt should be added to world generation.
|
||||
shouldGenerate = false
|
||||
shouldGenerate = true
|
||||
#Chance that salt generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 2
|
||||
|
@ -1,12 +1,8 @@
|
||||
# Configuration file
|
||||
client {
|
||||
# If apotheosis enchantments have tooltips on books. [default: true]
|
||||
B:"Enchantment Tooltips"=true
|
||||
}
|
||||
|
||||
general {
|
||||
# If the deadly module is loaded. [default: true]
|
||||
B:"Enable Deadly Module"=false
|
||||
B:"Enable Deadly Module"=true
|
||||
|
||||
# If the enchantment module is enabled. [default: true]
|
||||
B:"Enable Enchantment Module"=true
|
||||
@ -23,3 +19,5 @@ general {
|
||||
# If the village module is loaded. [default: true]
|
||||
B:"Enable Village Module"=true
|
||||
}
|
||||
|
||||
|
||||
|
@ -675,21 +675,6 @@
|
||||
}
|
||||
|
||||
|
||||
"farmersdelight:backstabbing" {
|
||||
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
|
||||
I:"Max Level"=7
|
||||
|
||||
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
|
||||
S:"Max Power Function"=
|
||||
|
||||
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
|
||||
I:"Min Level"=1
|
||||
|
||||
# A function to determine the min enchanting power. [default: ]
|
||||
S:"Min Power Function"=
|
||||
}
|
||||
|
||||
|
||||
"mana-and-artifice:aura-depths" {
|
||||
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
|
||||
I:"Max Level"=1
|
||||
|
@ -5,10 +5,10 @@ general {
|
||||
I:"Bamboo Height"=32
|
||||
|
||||
# The max height a stack of cacti may grow to. Vanilla is 3. [range: 1 ~ 255, default: 5]
|
||||
I:"Cactus Height"=32
|
||||
I:"Cactus Height"=5
|
||||
|
||||
# The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255]
|
||||
I:"Reed Height"=32
|
||||
I:"Reed Height"=255
|
||||
}
|
||||
|
||||
|
||||
|
@ -152,6 +152,27 @@ armors {
|
||||
S:bloodmagic_livinghelmet <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:crystal_boots, cyclic:crystal_helmet, cyclic:crystal_chestplate, cyclic:crystal_leggings
|
||||
# Repair Material: cyclic:gem_obsidian
|
||||
# [default: ]
|
||||
S:cyclic_crystal_boots <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:emerald_boots, cyclic:emerald_helmet, cyclic:emerald_chestplate, cyclic:emerald_leggings
|
||||
# Repair Material: minecraft:emerald
|
||||
# [default: ]
|
||||
S:cyclic_emerald_boots <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:glowing_helmet
|
||||
# Repair Material: cyclic:gem_amber
|
||||
# [default: ]
|
||||
S:cyclic_glowing_helmet <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: dustrial_decor:cardboard_helmet, dustrial_decor:cardboard_chestplate, dustrial_decor:cardboard_leggings, dustrial_decor:cardboard_boots
|
||||
# Repair Material: dustrial_decor:cardboard
|
||||
@ -924,7 +945,7 @@ items {
|
||||
|
||||
tools {
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, engineerstools:redia_tool, farmersdelight:diamond_knife, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword
|
||||
# Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, engineerstools:redia_tool, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, cyclic:mattock, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword
|
||||
# Repair Material: minecraft:diamond
|
||||
# [default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal]]
|
||||
S:DIAMOND <
|
||||
@ -943,7 +964,7 @@ tools {
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, xreliquary:mercy_cross, xreliquary:magicbane, farmersdelight:golden_knife, mekanismtools:gold_paxel
|
||||
# Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, xreliquary:mercy_cross, xreliquary:magicbane, mekanismtools:gold_paxel
|
||||
# Repair Material: minecraft:gold_ingot
|
||||
# [default: [Golden], [Gold], [Gilt], [Auric], [Ornate]]
|
||||
S:GOLD <
|
||||
@ -962,7 +983,7 @@ tools {
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, extcaves:butcher_knife, extcaves:chef_knife, extcaves:gourmet_fork, extcaves:gourmet_spoon, extcaves:iron_dagger, farmersdelight:iron_knife, mekanismtools:iron_paxel, appliedenergistics2:certus_quartz_axe, appliedenergistics2:certus_quartz_hoe, appliedenergistics2:certus_quartz_shovel, appliedenergistics2:certus_quartz_pickaxe, appliedenergistics2:certus_quartz_sword, appliedenergistics2:nether_quartz_axe, appliedenergistics2:nether_quartz_hoe, appliedenergistics2:nether_quartz_shovel, appliedenergistics2:nether_quartz_pickaxe, appliedenergistics2:nether_quartz_sword, minecolonies:iron_scimitar
|
||||
# Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, extcaves:butcher_knife, extcaves:chef_knife, extcaves:gourmet_fork, extcaves:gourmet_spoon, extcaves:iron_dagger, mekanismtools:iron_paxel, appliedenergistics2:certus_quartz_axe, appliedenergistics2:certus_quartz_hoe, appliedenergistics2:certus_quartz_shovel, appliedenergistics2:certus_quartz_pickaxe, appliedenergistics2:certus_quartz_sword, appliedenergistics2:nether_quartz_axe, appliedenergistics2:nether_quartz_hoe, appliedenergistics2:nether_quartz_shovel, appliedenergistics2:nether_quartz_pickaxe, appliedenergistics2:nether_quartz_sword, minecolonies:iron_scimitar
|
||||
# Repair Material: minecraft:iron_ingot
|
||||
# [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]]
|
||||
S:IRON <
|
||||
@ -974,7 +995,7 @@ tools {
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, farmersdelight:netherite_knife, mekanismtools:netherite_paxel
|
||||
# Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, mekanismtools:netherite_paxel, cyclic:crystal_hoe, cyclic:emerald_hoe, cyclic:sandstone_hoe, cyclic:netherbrick_hoe
|
||||
# Repair Material: minecraft:netherite_ingot
|
||||
# [default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged]]
|
||||
S:NETHERITE <
|
||||
@ -1014,7 +1035,7 @@ tools {
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, farmersdelight:flint_knife, mekanismtools:stone_paxel
|
||||
# Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, mekanismtools:stone_paxel
|
||||
# Repair Material: null
|
||||
# [default: [Stone], [Rock], [Marble], [Cobblestone]]
|
||||
S:STONE <
|
||||
@ -1051,6 +1072,34 @@ tools {
|
||||
S:astralsorcery_crystal_sword <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:crystal_sword, cyclic:crystal_pickaxe, cyclic:crystal_axe, cyclic:crystal_shovel
|
||||
# Repair Material: cyclic:gem_obsidian
|
||||
# [default: ]
|
||||
S:cyclic_crystal_sword <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:emerald_sword, cyclic:emerald_pickaxe, cyclic:emerald_axe, cyclic:emerald_shovel
|
||||
# Repair Material: minecraft:emerald
|
||||
# [default: ]
|
||||
S:cyclic_emerald_sword <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:netherbrick_sword, cyclic:netherbrick_pickaxe, cyclic:netherbrick_axe, cyclic:netherbrick_shovel
|
||||
# Repair Material: minecraft:nether_bricks
|
||||
# [default: ]
|
||||
S:cyclic_netherbrick_sword <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: cyclic:sandstone_sword, cyclic:sandstone_pickaxe, cyclic:sandstone_axe, cyclic:sandstone_shovel
|
||||
# Repair Material: minecraft:sandstone
|
||||
# [default: ]
|
||||
S:cyclic_sandstone_sword <
|
||||
>
|
||||
|
||||
# A list of material-based prefix names for this material group. May be empty.
|
||||
# Items in this group: immersiveengineering:pickaxe_steel, immersiveengineering:shovel_steel, immersiveengineering:axe_steel, immersiveengineering:hoe_steel, immersiveengineering:sword_steel
|
||||
# Repair Material: null
|
||||
|
@ -14,20 +14,13 @@ general {
|
||||
|
||||
ignore_spawn_cap {
|
||||
# The item that applies this modifier. [default: minecraft:chorus_fruit]
|
||||
S:item=minecraft:bedrock
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
S:item=minecraft:chorus_fruit
|
||||
}
|
||||
|
||||
|
||||
ignore_spawn_conditions {
|
||||
# The item that applies this modifier. [default: minecraft:dragon_egg]
|
||||
S:item=minecraft:dragon_egg
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -94,18 +87,12 @@ player_activation_range {
|
||||
redstone_control {
|
||||
# The item that applies this modifier. [default: minecraft:comparator]
|
||||
S:item=minecraft:comparator
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
}
|
||||
|
||||
|
||||
require_players {
|
||||
# The item that applies this modifier. [default: minecraft:nether_star]
|
||||
S:item=minecraft:nether_star
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
}
|
||||
|
||||
|
||||
@ -127,46 +114,6 @@ spawn_count {
|
||||
spawn_eggs {
|
||||
# A list of entity registry names that cannot be applied to spawners via egg. [default: ]
|
||||
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
|
||||
>
|
||||
}
|
||||
|
||||
|
@ -3,15 +3,6 @@
|
||||
wanderer {
|
||||
# If new trades are added to the wandering merchant. [default: 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
|
||||
}
|
||||
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
#Range: 0 ~ 100
|
||||
sylphWeight = 5
|
||||
#Spawn Arcane Ore in the world
|
||||
genOre = false
|
||||
genOre = true
|
||||
#Spawn a book in the players inventory on login
|
||||
spawnBook = false
|
||||
spawnBook = true
|
||||
#Spawn Mana Berry Bushes in the world
|
||||
genBerries = true
|
||||
#Rate of tree spawn per chunk
|
||||
|
@ -41,18 +41,6 @@
|
||||
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
|
||||
everyWorld = true
|
||||
#Set this to false to disable this worldgen feature.
|
||||
enabled = false
|
||||
|
||||
[worldgen.aquamarine]
|
||||
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
|
||||
biomeCategoryNames = []
|
||||
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
|
||||
worldNames = ["overworld"]
|
||||
#Set this to true to let this feature generate in any biome.
|
||||
everyBiome = true
|
||||
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
|
||||
everyWorld = false
|
||||
#Set this to false to disable this worldgen feature.
|
||||
enabled = true
|
||||
|
||||
[worldgen.desert_shrine]
|
||||
@ -73,6 +61,18 @@
|
||||
#Set this to false to disable this worldgen feature.
|
||||
enabled = true
|
||||
|
||||
[worldgen.aquamarine]
|
||||
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
|
||||
biomeCategoryNames = []
|
||||
#Sets the worlds to generate this feature in. (Does NOT work for structures!)
|
||||
worldNames = ["overworld"]
|
||||
#Set this to true to let this feature generate in any biome.
|
||||
everyBiome = true
|
||||
#Set this to true to let this feature generate in any world. (Does NOT work for structures!)
|
||||
everyWorld = false
|
||||
#Set this to false to disable this worldgen feature.
|
||||
enabled = true
|
||||
|
||||
[worldgen.ancient_shrine]
|
||||
#Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether
|
||||
biomeCategoryNames = ["icy", "extreme_hills"]
|
||||
|
@ -4,7 +4,7 @@
|
||||
"weight": 5
|
||||
},
|
||||
"biomesoplenty:bayou": {
|
||||
"weight": 7
|
||||
"weight": 10
|
||||
},
|
||||
"biomesoplenty:cherry_blossom_grove": {
|
||||
"weight": 1
|
||||
@ -16,19 +16,19 @@
|
||||
"weight": 5
|
||||
},
|
||||
"biomesoplenty:dead_forest": {
|
||||
"weight": 2
|
||||
"weight": 1
|
||||
},
|
||||
"biomesoplenty:dryland": {
|
||||
"weight": 1
|
||||
"weight": 3
|
||||
},
|
||||
"biomesoplenty:fungal_jungle": {
|
||||
"weight": 1
|
||||
},
|
||||
"biomesoplenty:grove": {
|
||||
"weight": 7
|
||||
"weight": 10
|
||||
},
|
||||
"biomesoplenty:highland": {
|
||||
"weight": 3
|
||||
"weight": 5
|
||||
},
|
||||
"biomesoplenty:jade_cliffs": {
|
||||
"weight": 1
|
||||
@ -49,7 +49,7 @@
|
||||
"weight": 1
|
||||
},
|
||||
"biomesoplenty:prairie": {
|
||||
"weight": 10
|
||||
"weight": 7
|
||||
},
|
||||
"biomesoplenty:rainforest": {
|
||||
"weight": 7
|
||||
|
@ -2,5 +2,5 @@
|
||||
#Client-related options.
|
||||
[gui]
|
||||
#Select the Biomes O' Plenty world type by default.
|
||||
use_world_type = false
|
||||
use_world_type = true
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM
|
||||
temperature_variation_scheme = "MEDIUM_ZONES"
|
||||
#Enable nether generation from Biomes O' Plenty.
|
||||
use_bop_nether = false
|
||||
use_bop_nether = true
|
||||
#The size of generated rivers.
|
||||
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
|
||||
river_size = "MEDIUM"
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
[Tooltips]
|
||||
#If TRUE and Advanced Tooltips are enabled (F3+H), Tags will be will be added to item tooltips if possible.
|
||||
"Show Item Tags" = false
|
||||
"Show Item Tags" = true
|
||||
#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.
|
||||
"Show 'Hold Shift for Details' Message" = true
|
||||
#If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down.
|
||||
@ -9,5 +9,5 @@
|
||||
#If TRUE, Item descriptions will be added to their tooltips if possible.
|
||||
"Show Item Descriptions" = true
|
||||
#If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment.
|
||||
"Show Enchantment Descriptions" = false
|
||||
"Show Enchantment Descriptions" = true
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
|
||||
#Projector Settings
|
||||
[projectors]
|
||||
#The color for the projector fields. (HEX format)
|
||||
#Examples: Orange - #FF6A00, Violet - #32174D, Green - #00A658, Blue - #3A7FE1
|
||||
projectorColor = "#FF6A00"
|
||||
|
@ -1,6 +0,0 @@
|
||||
|
||||
#Recipes and Integrations
|
||||
[recipes]
|
||||
#Enable vanilla-style recipes.
|
||||
vanillaRecipes = true
|
||||
|
7
config/computercraft-client.toml
Normal file
7
config/computercraft-client.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers.
|
||||
#Allowed Values: BEST, TBO, VBO
|
||||
monitor_renderer = "BEST"
|
||||
#The maximum distance monitors will render at. This defaults to the standard tile entity limit, but may be extended if you wish to build larger monitors.
|
||||
#Range: 16 ~ 1024
|
||||
monitor_distance = 64
|
||||
|
@ -23,7 +23,7 @@
|
||||
maxHeight = 86
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 18
|
||||
@ -40,7 +40,7 @@
|
||||
maxHeight = 30
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -57,7 +57,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 14
|
||||
@ -74,7 +74,7 @@
|
||||
maxHeight = 85
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 17
|
||||
@ -91,7 +91,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -108,7 +108,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -125,7 +125,7 @@
|
||||
maxHeight = 55
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 15
|
||||
@ -142,7 +142,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -159,7 +159,7 @@
|
||||
maxHeight = 10
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = false
|
||||
enable = true
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
|
@ -5,7 +5,7 @@
|
||||
#If an anonymous mod startup analytics request may be sent to our analytics service.
|
||||
analytics = true
|
||||
#The anonymous id used by the analytics service.
|
||||
anonymousAnalyticsID = "1b7d6886-6bfe-4667-a69f-24c154ef8c14"
|
||||
anonymousAnalyticsID = "8e6a663d-d63a-4d5e-bf31-6c5a17b99ee7"
|
||||
#Set 'true' to enable development debug mode. This will result in a lower performance!
|
||||
debug = false
|
||||
#If the version checker should be enabled.
|
||||
|
@ -35,7 +35,19 @@ key_key.hotbar.9:key.keyboard.9:NONE
|
||||
key_of.key.zoom:key.keyboard.c:NONE
|
||||
key_key.ftbultimine:key.keyboard.grave.accent:NONE
|
||||
key_key.lightoverlay.enable_overlay:key.keyboard.f7:NONE
|
||||
key_ir_keys.increase_throttle:key.keyboard.keypad.8:NONE
|
||||
key_ir_keys.zero_throttle:key.keyboard.keypad.5:NONE
|
||||
key_ir_keys.decrease_throttle:key.keyboard.keypad.2:NONE
|
||||
key_ir_keys.increase_brake:key.keyboard.keypad.7:NONE
|
||||
key_ir_keys.zero_brake:key.keyboard.keypad.4:NONE
|
||||
key_ir_keys.decrease_brake:key.keyboard.keypad.1:NONE
|
||||
key_ir_keys.horn:key.keyboard.keypad.enter:NONE
|
||||
key_ir_keys.dead_mans_switch:key.keyboard.keypad.multiply:NONE
|
||||
key_ir_keys.start_stop_engine:key.keyboard.keypad.add:NONE
|
||||
key_ir_keys.bell:key.keyboard.keypad.subtract:NONE
|
||||
key_ir_keys.config:key.keyboard.keypad.divide:NONE
|
||||
key_key.ftbchunks.map:key.keyboard.m:NONE
|
||||
key_bloodmagic.keybind.open_holding:key.keyboard.unknown:NONE
|
||||
key_keys.simplemagnets.toggle:key.keyboard.h:NONE
|
||||
key_key.immersivepetroleum.projector.flip:key.keyboard.m:NONE
|
||||
key_key.toggleLiquids:key.keyboard.unknown:NONE
|
||||
@ -46,24 +58,12 @@ key_key.immersiveengineering.chemthrowerSwitch:key.keyboard.unknown:NONE
|
||||
key_tetra.toolbelt.binding.access:key.keyboard.b:NONE
|
||||
key_tetra.toolbelt.binding.restock:key.keyboard.b:SHIFT
|
||||
key_tetra.toolbelt.binding.open:key.keyboard.b:ALT
|
||||
key_Strip World:key.keyboard.delete:NONE
|
||||
key_Dress World:key.keyboard.insert:NONE
|
||||
key_Open Config:key.keyboard.home:NONE
|
||||
key_Add Block:key.keyboard.page.up:NONE
|
||||
key_Remove Block:key.keyboard.page.down:NONE
|
||||
key_Cycle Profile:key.keyboard.end:NONE
|
||||
key_key.integratedterminals.terminal.tab.next:key.keyboard.tab:NONE
|
||||
key_key.integratedterminals.terminal.tab.previous:key.keyboard.tab:SHIFT
|
||||
key_key.integratedterminals.terminal.craftinggrid.clearplayer:key.keyboard.c:SHIFT
|
||||
key_key.integratedterminals.terminal.craftinggrid.clearstorage:key.keyboard.c:NONE
|
||||
key_key.integratedterminals.terminal.craftinggrid.balance:key.keyboard.b:NONE
|
||||
key_key.industrialforegoing.backpack.desc:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE
|
||||
key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
|
||||
key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE
|
||||
key_key.curios.open.desc:key.keyboard.g:NONE
|
||||
key_keybind.simplyjetpacks.jetpack_gui:key.keyboard.k:NONE
|
||||
key_keybind.simplyjetpacks.jetpack_engine:key.keyboard.j:NONE
|
||||
@ -73,6 +73,12 @@ key_keybind.simplyjetpacks.jetpack_charger:key.keyboard.unknown:NONE
|
||||
key_key.invtweaks_sort_player.desc:key.keyboard.backslash:NONE
|
||||
key_key.invtweaks_sort_inventory.desc:key.keyboard.grave.accent:NONE
|
||||
key_key.invtweaks_sort_either.desc:key.mouse.middle:NONE
|
||||
key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE
|
||||
key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL
|
||||
key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE
|
||||
key_key.mekanism.mode:key.keyboard.n:NONE
|
||||
key_key.mekanism.head_mode:key.keyboard.v:NONE
|
||||
key_key.mekanism.chest_mode:key.keyboard.g:NONE
|
||||
@ -82,16 +88,17 @@ key_key.mekanism.description:key.keyboard.n:SHIFT
|
||||
key_key.mekanism.module_tweaker:key.keyboard.backslash:NONE
|
||||
key_key.mekanism.key_boost:key.keyboard.left.control:NONE
|
||||
key_key.mekanism.key_hud:key.keyboard.h:NONE
|
||||
key_key.integrateddynamics.logic_programmer_focus_search:key.keyboard.f:ALT
|
||||
key_key.integrateddynamics.logic_programmer_open_rename:key.keyboard.r:ALT
|
||||
key_pneumaticcraft.armor.options:key.keyboard.u:NONE
|
||||
key_pneumaticcraft.helmet.hack:key.keyboard.h:NONE
|
||||
key_pneumaticcraft.helmet.debugging.drone:key.keyboard.y:NONE
|
||||
key_pneumaticcraft.boots.kick:key.keyboard.x:CONTROL
|
||||
key_pneumaticcraft.chestplate.launcher:key.keyboard.c:CONTROL
|
||||
key_key.integrateddynamics.logic_programmer_focus_search:key.keyboard.f:ALT
|
||||
key_key.integrateddynamics.logic_programmer_open_rename:key.keyboard.r:ALT
|
||||
key_Open sound muffle screen:key.keyboard.unknown:NONE
|
||||
key_cos.key.opencosarmorinventory:key.keyboard.unknown:NONE
|
||||
key_key.curiousshulkerboxes.open.desc:key.keyboard.x:NONE
|
||||
key_key.cofh.mode_change_increment:key.keyboard.v:NONE
|
||||
key_key.buildinggadgets.settings_menu:key.keyboard.g:NONE
|
||||
key_key.buildinggadgets.range:key.keyboard.r:NONE
|
||||
key_key.buildinggadgets.undo:key.keyboard.u:NONE
|
||||
@ -100,39 +107,37 @@ key_key.buildinggadgets.fuzzy:key.keyboard.unknown:NONE
|
||||
key_key.buildinggadgets.connected_area:key.keyboard.unknown:NONE
|
||||
key_key.buildinggadgets.rotate_mirror:key.keyboard.unknown:NONE
|
||||
key_key.buildinggadgets.material_list:key.keyboard.m:NONE
|
||||
key_key.cofh.mode_change_increment:key.keyboard.v:NONE
|
||||
key_key.plonk.place:key.keyboard.p:NONE
|
||||
key_key.astralsorcery.disable_perk_abilities:key.keyboard.v:NONE
|
||||
key_key.trinket:key.keyboard.r:NONE
|
||||
key_Open the Crash Utilities Screen:key.keyboard.u:CONTROL
|
||||
key_Copy the class of the current container to the clipboard:key.keyboard.unknown:NONE
|
||||
key_Show/Hide index of container slots as tooltip:key.keyboard.unknown:NONE
|
||||
key_key.trinket:key.keyboard.r:NONE
|
||||
key_fpsreducer.key.openGui:key.keyboard.end:NONE
|
||||
key_fpsreducer.key.forceIdle:key.keyboard.pause:NONE
|
||||
key_servertabinfo.keys.show:key.keyboard.tab:CONTROL
|
||||
key_key.ars_nouveau.open_book:key.keyboard.c:NONE
|
||||
key_key.ars_nouveau.selection_hud:key.keyboard.v:NONE
|
||||
key_key.ars_nouveau.previous_slot:key.keyboard.z:NONE
|
||||
key_key.ars_nouveau.next_slot:key.keyboard.x:NONE
|
||||
key_servertabinfo.keys.show:key.keyboard.tab:CONTROL
|
||||
key_key.inventorysorter.sort:key.mouse.middle:NONE
|
||||
key_key.inventorysorter.itemin:key.mouse.100:NONE
|
||||
key_key.inventorysorter.itemout:key.mouse.102:NONE
|
||||
key_key.inventorysorter.itemin:key.mouse.100:NONE
|
||||
key_key.inventorysorter.sort:key.mouse.middle:NONE
|
||||
key_key.toggle_focus.desc:key.keyboard.tab:NONE
|
||||
key_key.openManual:key.keyboard.f1:NONE
|
||||
key_key.nextDestination:key.keyboard.right.bracket:NONE
|
||||
key_key.openManual:key.keyboard.f1:NONE
|
||||
key_key.prevDestination:key.keyboard.left.bracket:NONE
|
||||
key_key.toastcontrol.clear:key.keyboard.j:NONE
|
||||
key_mininggadgets.text.open_gui:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.change_hotbar:key.keyboard.z:NONE
|
||||
key_bloodmagic.keybind.cycle_holding_pos:key.keyboard.unknown:NONE
|
||||
key_bloodmagic.keybind.cycle_holding_neg:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.camera_mode:key.keyboard.f12:NONE
|
||||
key_quark.keybind.sort_player:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.sort_container:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.autorun:key.keyboard.caps.lock:NONE
|
||||
key_quark.keybind.back:key.mouse.4:NONE
|
||||
key_quark.keybind.transfer_insert:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.transfer_extract:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.shift_lock:key.keyboard.unknown:NONE
|
||||
key_key.refinedstorageaddons.openWirelessCraftingGrid:key.keyboard.g:CONTROL
|
||||
key_key.spellbookopen:key.keyboard.z:NONE
|
||||
key_quark.keybind.change_hotbar:key.keyboard.z:NONE
|
||||
key_quark.emote.no:key.keyboard.unknown:NONE
|
||||
key_quark.emote.yes:key.keyboard.unknown:NONE
|
||||
key_quark.emote.wave:key.keyboard.unknown:NONE
|
||||
@ -151,8 +156,11 @@ key_quark.keybind.patreon_emote.dab:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.jet:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.camera_mode:key.keyboard.f12:NONE
|
||||
key_quark.keybind.lock_rotation:key.keyboard.k:NONE
|
||||
key_quark.keybind.autorun:key.keyboard.caps.lock:NONE
|
||||
key_key.refinedstorageaddons.openWirelessCraftingGrid:key.keyboard.g:CONTROL
|
||||
key_quark.keybind.back:key.mouse.4:NONE
|
||||
key_key.spellbookopen:key.keyboard.z:NONE
|
||||
key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE
|
||||
key_keybind.xreliquary.fortune_coin:key.keyboard.unknown:NONE
|
||||
key_pneumaticcraft.armor.upgrade.core_components:key.keyboard.unknown:NONE
|
||||
|
@ -24,7 +24,7 @@
|
||||
#Look at the "name" config for more details.
|
||||
nameResourcesReload = "entity.experience_orb.pickup"
|
||||
#Play sound when the world loads after connecting to a server.
|
||||
playOnWorld = true
|
||||
playOnWorld = false
|
||||
#Pitch of the sound (when Minecraft loads)
|
||||
#Range: 0.0 ~ 10.0
|
||||
pitch = 1.0
|
||||
|
@ -1,58 +1,10 @@
|
||||
{
|
||||
"ma:litherite_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:erodium_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 247,
|
||||
"in:g:[0~255]": 247,
|
||||
"in:b:[0~255]": 247
|
||||
}
|
||||
},
|
||||
"ma:kyronite_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 239,
|
||||
"in:g:[0~255]": 239,
|
||||
"in:b:[0~255]": 239
|
||||
}
|
||||
},
|
||||
"ma:pladium_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 231,
|
||||
"in:g:[0~255]": 231,
|
||||
"in:b:[0~255]": 231
|
||||
}
|
||||
},
|
||||
"ma:ionite_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 223,
|
||||
"in:g:[0~255]": 223,
|
||||
"in:b:[0~255]": 223
|
||||
}
|
||||
},
|
||||
"ma:aethium_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 215,
|
||||
"in:g:[0~255]": 215,
|
||||
"in:b:[0~255]": 215
|
||||
}
|
||||
},
|
||||
"ma:nanorite_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 207,
|
||||
"in:g:[0~255]": 207,
|
||||
"in:b:[0~255]": 207
|
||||
}
|
||||
},
|
||||
"ma:xerothium_frame": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 199,
|
||||
"in:g:[0~255]": 199,
|
||||
"in:b:[0~255]": 199
|
||||
}
|
||||
}
|
||||
"ma:litherite_frame": {},
|
||||
"ma:erodium_frame": {},
|
||||
"ma:kyronite_frame": {},
|
||||
"ma:pladium_frame": {},
|
||||
"ma:ionite_frame": {},
|
||||
"ma:aethium_frame": {},
|
||||
"ma:nanorite_frame": {},
|
||||
"ma:xerothium_frame": {}
|
||||
}
|
@ -4,17 +4,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -23,17 +23,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 247
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 247
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 247
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -42,17 +42,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 239
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 239
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 239
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -61,17 +61,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 231
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 231
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 231
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -80,17 +80,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 223
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 223
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 223
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -99,17 +99,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 215
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 215
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 215
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -118,17 +118,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 207
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 207
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 207
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -137,17 +137,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 199
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 199
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 199
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
|
@ -1,58 +1,10 @@
|
||||
{
|
||||
"ma:null": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:amplification": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:bandwidth": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:frequency": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:radiant": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:thermal": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:piezo": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:electrostatic": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
}
|
||||
"ma:null": {},
|
||||
"ma:amplification": {},
|
||||
"ma:bandwidth": {},
|
||||
"ma:frequency": {},
|
||||
"ma:radiant": {},
|
||||
"ma:thermal": {},
|
||||
"ma:piezo": {},
|
||||
"ma:electrostatic": {}
|
||||
}
|
@ -4,17 +4,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -23,17 +23,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -42,17 +42,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -61,17 +61,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -80,17 +80,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -99,17 +99,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -118,17 +118,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -137,17 +137,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
|
@ -1,16 +1,4 @@
|
||||
{
|
||||
"ma:panel": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:clear_panel": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
}
|
||||
"ma:panel": {},
|
||||
"ma:clear_panel": {}
|
||||
}
|
@ -4,17 +4,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -23,17 +23,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
|
@ -1,169 +1,8 @@
|
||||
{
|
||||
"bo:enabled": true,
|
||||
"ma:cells": {
|
||||
"ma:litherite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:erodium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 247,
|
||||
"in:g:[0~255]": 247,
|
||||
"in:b:[0~255]": 247
|
||||
}
|
||||
},
|
||||
"ma:kyronite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 239,
|
||||
"in:g:[0~255]": 239,
|
||||
"in:b:[0~255]": 239
|
||||
}
|
||||
},
|
||||
"ma:pladium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 231,
|
||||
"in:g:[0~255]": 231,
|
||||
"in:b:[0~255]": 231
|
||||
}
|
||||
},
|
||||
"ma:ionite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 223,
|
||||
"in:g:[0~255]": 223,
|
||||
"in:b:[0~255]": 223
|
||||
}
|
||||
},
|
||||
"ma:aethium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 215,
|
||||
"in:g:[0~255]": 215,
|
||||
"in:b:[0~255]": 215
|
||||
}
|
||||
},
|
||||
"ma:nanorite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 207,
|
||||
"in:g:[0~255]": 207,
|
||||
"in:b:[0~255]": 207
|
||||
}
|
||||
},
|
||||
"ma:xerothium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 199,
|
||||
"in:g:[0~255]": 199,
|
||||
"in:b:[0~255]": 199
|
||||
}
|
||||
}
|
||||
},
|
||||
"ma:cells": {},
|
||||
"ma:ccus": {
|
||||
"do:production_power:[4.9E-324~1.7976931348623157E308]": 2.2,
|
||||
"in:production_rate:[-2147483648~2147483647]": 128,
|
||||
"ma:litherite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.56
|
||||
},
|
||||
"ma:erodium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 247,
|
||||
"in:g:[0~255]": 247,
|
||||
"in:b:[0~255]": 247
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
},
|
||||
"ma:kyronite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 239,
|
||||
"in:g:[0~255]": 239,
|
||||
"in:b:[0~255]": 239
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
},
|
||||
"ma:pladium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 231,
|
||||
"in:g:[0~255]": 231,
|
||||
"in:b:[0~255]": 231
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
},
|
||||
"ma:ionite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 223,
|
||||
"in:g:[0~255]": 223,
|
||||
"in:b:[0~255]": 223
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
},
|
||||
"ma:aethium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 215,
|
||||
"in:g:[0~255]": 215,
|
||||
"in:b:[0~255]": 215
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
},
|
||||
"ma:nanorite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 207,
|
||||
"in:g:[0~255]": 207,
|
||||
"in:b:[0~255]": 207
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
},
|
||||
"ma:xerothium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 199,
|
||||
"in:g:[0~255]": 199,
|
||||
"in:b:[0~255]": 199
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 40,
|
||||
"in:g:[0~255]": 180,
|
||||
"in:b:[0~255]": 232
|
||||
},
|
||||
"fl:max_efficiency:[0.0~1.0]": 0.64
|
||||
}
|
||||
"in:production_rate:[-2147483648~2147483647]": 128
|
||||
}
|
||||
}
|
@ -9,17 +9,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -28,17 +28,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -47,17 +47,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -66,17 +66,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -85,17 +85,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -104,17 +104,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -123,17 +123,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -142,17 +142,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -173,336 +173,328 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.56
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:erodium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:kyronite
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:pladium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:ionite
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:aethium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:nanorite
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:xerothium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
┗╸
|
||||
|
@ -1,101 +1,4 @@
|
||||
{
|
||||
"bo:enabled": true,
|
||||
"ma:ccus": {
|
||||
"ma:litherite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 255,
|
||||
"in:g:[0~255]": 255,
|
||||
"in:b:[0~255]": 255
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:erodium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 247,
|
||||
"in:g:[0~255]": 247,
|
||||
"in:b:[0~255]": 247
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:kyronite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 239,
|
||||
"in:g:[0~255]": 239,
|
||||
"in:b:[0~255]": 239
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:pladium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 231,
|
||||
"in:g:[0~255]": 231,
|
||||
"in:b:[0~255]": 231
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:ionite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 223,
|
||||
"in:g:[0~255]": 223,
|
||||
"in:b:[0~255]": 223
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:aethium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 215,
|
||||
"in:g:[0~255]": 215,
|
||||
"in:b:[0~255]": 215
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:nanorite": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 207,
|
||||
"in:g:[0~255]": 207,
|
||||
"in:b:[0~255]": 207
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
},
|
||||
"ma:xerothium": {
|
||||
"ma:default_base_color": {
|
||||
"in:r:[0~255]": 199,
|
||||
"in:g:[0~255]": 199,
|
||||
"in:b:[0~255]": 199
|
||||
},
|
||||
"ma:default_core_color": {
|
||||
"in:r:[0~254]": 120,
|
||||
"in:g:[0~255]": 232,
|
||||
"in:b:[0~255]": 255
|
||||
}
|
||||
}
|
||||
}
|
||||
"ma:ccus": {}
|
||||
}
|
@ -9,34 +9,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -45,34 +45,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -81,34 +81,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -117,34 +117,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -153,34 +153,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -189,34 +189,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -225,34 +225,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -261,34 +261,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
|
@ -1,7 +0,0 @@
|
||||
|
||||
[tutorial]
|
||||
#The hanging lights tutorial progress, once any light item enters the inventory a
|
||||
# toast appears prompting to craft hanging lights. A finished tutorial progress
|
||||
# value is 'complete' and an unstarted tutorial is 'none'.
|
||||
progress = "none"
|
||||
|
@ -1,8 +0,0 @@
|
||||
|
||||
[general]
|
||||
#If true jingles will play during Christmas.
|
||||
christmas_jingles = true
|
||||
#The distance that jingles can be heard in blocks.
|
||||
#Range: > 1
|
||||
jingles_amplitude = 40
|
||||
|
@ -1,6 +0,0 @@
|
||||
|
||||
#Client settings
|
||||
[client]
|
||||
#Should the hunger bar have a gilded overlay when the player is Nourished?
|
||||
nourishedHungerOverlay = true
|
||||
|
@ -1,82 +0,0 @@
|
||||
|
||||
#Game settings
|
||||
[settings]
|
||||
#Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable?
|
||||
enableVanillaCropCrates = true
|
||||
#Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing)
|
||||
farmersBuyFDCrops = true
|
||||
|
||||
#Vanilla item overrides
|
||||
[overrides]
|
||||
#Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten?
|
||||
rabbitStewJumpBoost = true
|
||||
#Should most vanilla tools register a dispenser behavior when facing a Cutting Board?
|
||||
dispenserUsesToolsOnCuttingBoard = true
|
||||
#Should items inside the tag 'farmersdelight:comfort_foods' grant 5 minutes of Comfort when eaten? (defaults to vanilla SoupItems)
|
||||
comfortFoodTagEffect = true
|
||||
|
||||
#World generation
|
||||
[world]
|
||||
#Generate crop items on Village houses (all biomes)
|
||||
cropsOnVillageHouseLoot = true
|
||||
#Generate crop items on a Shipwreck's supply chests
|
||||
cropsOnShipwreckSupplyLoot = true
|
||||
#Generate Compost Heaps across all village biomes
|
||||
genVillageCompostHeaps = true
|
||||
|
||||
#Sea Beet generation
|
||||
[world.wild_beetroots]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 10
|
||||
#Generate sea beets on beaches
|
||||
genWildBeetroots = true
|
||||
|
||||
#Tomato Vines generation
|
||||
[world.wild_tomatoes]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 8
|
||||
#Generate tomato vines on arid biomes (temperature 1.0 or higher)
|
||||
genWildTomatoes = true
|
||||
|
||||
#Wild Cabbage generation
|
||||
[world.wild_cabbages]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 10
|
||||
#Generate wild cabbages on beaches
|
||||
genWildCabbages = true
|
||||
|
||||
#Wild Onion generation
|
||||
[world.wild_onions]
|
||||
#Generate wild onions on temperate biomes (temperature between 0.4 and 0.9)
|
||||
genWildOnions = true
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 8
|
||||
|
||||
#Wild Potato generation
|
||||
[world.wild_potatoes]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 8
|
||||
#Generate wild potatoes on cold biomes (temperature between 0.0 and 0.3)
|
||||
genWildPotatoes = true
|
||||
|
||||
#Wild Carrot generation
|
||||
[world.wild_carrots]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 8
|
||||
#Generate wild carrots on temperate biomes (temperature between 0.4 and 0.9)
|
||||
genWildCarrots = true
|
||||
|
||||
#Wild Rice generation
|
||||
[world.wild_rice]
|
||||
#Chance of generating clusters. Smaller value = more frequent.
|
||||
#Range: > 0
|
||||
chance = 10
|
||||
#Generate wild rice on swamps and jungles
|
||||
genWildRice = true
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Enable forge global version checking
|
||||
versionCheck = false
|
||||
versionCheck = true
|
||||
# does the splashscreen run
|
||||
splashscreen = true
|
||||
defaultConfigPath = "defaultconfigs"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#Not recommended for computers without a significant number of cores available.
|
||||
alwaysSetupTerrainOffThread = false
|
||||
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
|
||||
experimentalForgeLightPipelineEnabled = true
|
||||
experimentalForgeLightPipelineEnabled = false
|
||||
#Enable the Forge block rendering pipeline - fixes the lighting of custom models.
|
||||
forgeLightPipelineEnabled = true
|
||||
#When enabled, Forge will show any warnings that occurred during loading.
|
||||
|
@ -18,7 +18,7 @@ backup_timer = 120
|
||||
#1 - Best speed
|
||||
#9 - Smallest file size
|
||||
#Range: 0 ~ 9
|
||||
compression_level = 3
|
||||
compression_level = 1
|
||||
#Absolute path to backups folder.
|
||||
folder = ""
|
||||
#Prints (current size | total size) when backup is done.
|
||||
|
@ -1,9 +1,9 @@
|
||||
#Noise added to map to make it look less plastic
|
||||
#Range: 0.0 ~ 0.5
|
||||
noise = 0.05000000074505806
|
||||
noise = 0.05
|
||||
#Shadow intensity
|
||||
#Range: 0.0 ~ 0.3
|
||||
shadows = 0.10000000149011612
|
||||
shadows = 0.1
|
||||
#Chunk grid overlay in large map
|
||||
chunk_grid = false
|
||||
#Reduces color palette to 256 colors
|
||||
|
@ -1,13 +1,13 @@
|
||||
#Max blocks you can mine at once
|
||||
#Range: 1 ~ 32768
|
||||
max_blocks = 128
|
||||
max_blocks = 64
|
||||
#Hunger multiplied for each block mined with ultimine
|
||||
#Range: 0.0 ~ 10000.0
|
||||
exhaustion_per_block = 25.0
|
||||
exhaustion_per_block = 20.0
|
||||
#Doesn't stop at different types of stones
|
||||
merge_stone = false
|
||||
merge_stone = true
|
||||
#Tools that won't let you active ultimine when held
|
||||
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"]
|
||||
tool_blacklist = ["mininggadgets:mininggadget"]
|
||||
#Required for some modpacks
|
||||
#Range: -1 ~ 8
|
||||
render_text_manually = -1
|
||||
|
@ -1,6 +1,3 @@
|
||||
#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.
|
||||
preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "thermal", "create", "mekanism", "kubejs", "appliedenergistics2", "pneumaticcraft", "industrialforegoing", "quark"]
|
||||
#IMPORTANT NOTICE:
|
||||
#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for IE.
|
||||
#All modifiers for machines, all ore gen, the retrogen features and most other adjustable values have been moved to immersiveengineering-server.toml.
|
||||
@ -8,12 +5,9 @@ preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "th
|
||||
#You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON.
|
||||
#This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer.
|
||||
importantInfo = true
|
||||
|
||||
#A list of all mods that IE has integrated compatability for
|
||||
#Setting any of these to false disables the respective compat
|
||||
[compat]
|
||||
crafttweaker = true
|
||||
computercraft = true
|
||||
#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.
|
||||
preferredOres = ["immersiveengineering", "minecraft"]
|
||||
|
||||
[debug]
|
||||
#A config setting to enable debug features. These features may vary between releases, may cause crashes, and are unsupported. Do not enable unless asked to by a developer of IE.
|
||||
@ -25,3 +19,9 @@ importantInfo = true
|
||||
#Enable detailed logging for the wire network. This can be useful for developers to track down issues related to wires.
|
||||
enableWireLogger = false
|
||||
|
||||
#A list of all mods that IE has integrated compatability for
|
||||
#Setting any of these to false disables the respective compat
|
||||
[compat]
|
||||
crafttweaker = true
|
||||
computercraft = true
|
||||
|
||||
|
194
config/immersiverailroading.cfg
Normal file
194
config/immersiverailroading.cfg
Normal file
@ -0,0 +1,194 @@
|
||||
# Configuration File
|
||||
general {
|
||||
balance {
|
||||
# Angle Placement Segmentation
|
||||
I:AnglePlacementSegmentation=4
|
||||
|
||||
# Cost to place down rail bed
|
||||
D:BedCostMultiplier=0.25
|
||||
|
||||
# Prevent stock from being built outside the recommended and model gauges
|
||||
B:DesignGaugeLock=false
|
||||
|
||||
# All gauges require fuel
|
||||
B:FuelRequired=true
|
||||
|
||||
# MilliBuckets per Liter
|
||||
I:MB_PER_LITER=1
|
||||
|
||||
# Models require fuel
|
||||
B:ModelFuelRequired=true
|
||||
|
||||
# IEnergy cost (RF) per radio transmission per metre
|
||||
I:RadioCostPerMetre=0
|
||||
|
||||
# Only select Locomotives with suitable equipment can be radio-controlled
|
||||
B:RadioEquipmentRequired=true
|
||||
|
||||
# Range of radio-control, positive integer
|
||||
I:RadioRange=500
|
||||
|
||||
# Cost to place down a rail
|
||||
D:RailCostMultiplier=0.25
|
||||
|
||||
# Cost to place down a tie
|
||||
D:TieCostMultiplier=0.25
|
||||
|
||||
# How heavy is a single block in Kg
|
||||
I:blockWeight=10
|
||||
|
||||
# Brake Multiplier: Higher numbers increase slowdown, lower numbers decrease slowdown
|
||||
D:brakeMultiplier=1.0
|
||||
|
||||
# Allow diesel locomotive engine overheating
|
||||
B:canDieselEnginesOverheat=true
|
||||
|
||||
##################################################################################
|
||||
# dieselFuels #
|
||||
# ------------------------------------------------------------------------------ #
|
||||
# Fuels for diesel Locomotives #
|
||||
# Note: Naphtha of Thermal Foundation is internally registered as 'refined oil'. #
|
||||
##################################################################################
|
||||
dieselFuels {
|
||||
I:diesel=200
|
||||
I:fuel_mixed_heavy=130
|
||||
I:lpg=150
|
||||
I:biofuel=170
|
||||
I:fuel=180
|
||||
I:oil_dense=110
|
||||
I:gasoline=100
|
||||
I:fuel_light=150
|
||||
I:oil_distilled=50
|
||||
I:ethanol=170
|
||||
I:kerosene=180
|
||||
I:refined_fuel=150
|
||||
I:refined_oil=100
|
||||
I:oil=100
|
||||
I:oil_heavy=70
|
||||
I:fuel_dense=110
|
||||
I:fuel_mixed_light=100
|
||||
I:biodiesel=170
|
||||
I:olive_oil=40
|
||||
}
|
||||
|
||||
# How fast the diesel locomotive should heat up. 1 is real internal (slow), 72 is scaled to minecraft time
|
||||
I:dieselLocoHeatTimeScale=72
|
||||
|
||||
# Diesel Fuel Efficiency
|
||||
I:locoDieselFuelEfficiency=100
|
||||
|
||||
# How fast the steam locomotive should heat up. 1 is real internal (slow), 72 is scaled to minecraft time
|
||||
I:locoHeatTimeScale=72
|
||||
|
||||
# Steam Fuel Efficiency
|
||||
I:locoSteamFuelEfficiency=100
|
||||
|
||||
# How much water the locomotive should use
|
||||
F:locoWaterUsage=10.0
|
||||
|
||||
# Machine power factor (0 means no power required)
|
||||
F:machinePowerFactor=1.0
|
||||
|
||||
# Slope Multiplier: Higher numbers increase slowdown, lower numbers decrease slowdown
|
||||
D:slopeMultiplier=1.0
|
||||
|
||||
# If more than X% of the tracks are above non solid block, break the track
|
||||
D:trackFloatingPercent=0.05
|
||||
|
||||
# Traction Multiplier: Higher numbers decreases wheel slip, lower numders increase wheel slip
|
||||
D:tractionMultiplier=1.0
|
||||
|
||||
# Distance the villagers will hear the conductor's whistle
|
||||
D:villagerConductorDistance=50.0
|
||||
|
||||
# Villager payout items (ore dict)
|
||||
villagerPayoutItems <
|
||||
gemEmerald
|
||||
>
|
||||
|
||||
# How much you getContents payed per meter the villager traveled (default 1 emerald per km)
|
||||
D:villagerPayoutPerMeter=0.001
|
||||
|
||||
# Water Substitutes
|
||||
waterTypes <
|
||||
water
|
||||
dist_water
|
||||
hot_spring_water
|
||||
purified_water
|
||||
>
|
||||
|
||||
}
|
||||
|
||||
damage {
|
||||
# Trains should break block
|
||||
B:TrainsBreakBlocks=true
|
||||
|
||||
# Clear blocsk in creative mode when placing tracks
|
||||
B:creativePlacementClearsBlocks=true
|
||||
|
||||
# Drop snowballs when the train can't push a block out of the way
|
||||
B:dropSnowBalls=false
|
||||
|
||||
# Break block around the border of the tracks in creative
|
||||
B:enableSideBlockClearing=true
|
||||
|
||||
# km/h to damage 1 heart on collision
|
||||
D:entitySpeedDamage=10.0
|
||||
|
||||
# Enable environmental damage of Boiler Explosions
|
||||
B:explosionEnvDamageEnabled=true
|
||||
|
||||
# Enable Boiler Explosions
|
||||
B:explosionsEnabled=true
|
||||
|
||||
# Requires solid block to be placed under the rails
|
||||
B:requireSolidBlocks=true
|
||||
|
||||
# Trains getContents destroyed by Mob explosions
|
||||
B:trainMobExplosionDamage=true
|
||||
|
||||
}
|
||||
|
||||
debug {
|
||||
# Range between couplers to try coupling
|
||||
D:couplerRange=0.3
|
||||
|
||||
# DEBUG: Buckets infinite fill/empty tanks
|
||||
B:debugInfiniteLiquids=false
|
||||
|
||||
# Print extra chunk loading info
|
||||
B:debugLog=false
|
||||
|
||||
# Deep Snow on tracks
|
||||
B:deepSnow=false
|
||||
|
||||
# Keep rolling stock loaded even when it is not moving
|
||||
B:keepStockLoaded=true
|
||||
|
||||
# DEV ONLY: How much to artifically lag the server (per internal)
|
||||
I:lagServer=0
|
||||
|
||||
# Time between open computers poll ticks for augments
|
||||
I:ocPollDelayTicks=1
|
||||
|
||||
# Old Narrow track placement (single width instead of 3)
|
||||
B:oldNarrowWidth=false
|
||||
|
||||
# Speed up IR stock server onTick stepping to compensate for tps lag
|
||||
B:serverTickCompensation=false
|
||||
|
||||
# How fast snow should accumulate, 0 = disabled, 20 = fast, 400 = slow
|
||||
I:snowAccumulateRate=400
|
||||
|
||||
# How fast snow should melt, 0 = disabled, 20 = fast, 400 = slow
|
||||
I:snowMeltRate=0
|
||||
|
||||
}
|
||||
|
||||
performance {
|
||||
# Use multiple threads when loading stock. This is used on Minecraft's initial load or when manually reloading stocks.
|
||||
B:multithreadedStockLoading=true
|
||||
|
||||
}
|
||||
|
||||
}
|
21
config/immersiverailroading_graphics.cfg
Normal file
21
config/immersiverailroading_graphics.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
# Configuration File
|
||||
general {
|
||||
# Place to draw the Train GUI as a % from the left of the screen
|
||||
I:GUIPositionHorizontal=2
|
||||
|
||||
# Place to draw the Train GUI as a % from the top of the screen
|
||||
I:GUIPositionVertical=95
|
||||
|
||||
# Enable Particles
|
||||
B:particlesEnabled=true
|
||||
|
||||
# What unit to use for speedometer. (kmh, mph or ms)
|
||||
S:speedUnit=kmh
|
||||
|
||||
# How long to keep textures in memory after they have left the screen (higher numbers = smoother game play, lower numbers = less GPU memory used)
|
||||
I:textureCacheSeconds=30
|
||||
|
||||
# Self explanatory
|
||||
B:trainsOnTheBrain=true
|
||||
|
||||
}
|
15
config/immersiverailroading_sound.cfg
Normal file
15
config/immersiverailroading_sound.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
# Configuration File
|
||||
general {
|
||||
# Re-configure the sound system to use more audo channels (fixes audio cutting out at high speed)
|
||||
B:overrideSoundChannels=true
|
||||
|
||||
# Sound Distance Multiplier
|
||||
D:soundDistanceScale=1.0
|
||||
|
||||
# Enable Sounds
|
||||
B:soundEnabled=true
|
||||
|
||||
# Enable Pressure Valve Sound
|
||||
B:soundPressureValve=true
|
||||
|
||||
}
|
@ -56,30 +56,6 @@
|
||||
containerClass = "appeng.container.implementations.WirelessTermContainer"
|
||||
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
|
||||
#
|
||||
#name: the name of the category
|
||||
@ -119,7 +95,7 @@
|
||||
|
||||
[[sorting.category]]
|
||||
name = "cheapBlocks"
|
||||
spec = ["/tag:forge:cobblestone", "/tag:forge:dirt"]
|
||||
spec = ["/tag:minecraft:cobblestone", "/tag:minecraft:dirt"]
|
||||
|
||||
[[sorting.category]]
|
||||
name = "blocks"
|
||||
@ -132,7 +108,7 @@
|
||||
#2 = buttons for external sorting only
|
||||
#3 = all buttons enabled (default)
|
||||
#Range: 0 ~ 3
|
||||
enableButtons = 0
|
||||
enableButtons = 3
|
||||
#Enable auto-refill
|
||||
autoRefill = true
|
||||
#0 = disable sorting
|
||||
|
@ -2,7 +2,7 @@
|
||||
[advanced]
|
||||
#How items should be handed to you
|
||||
#Allowed Values: INVENTORY, MOUSE_PICKUP
|
||||
GiveMode = "INVENTORY"
|
||||
GiveMode = "MOUSE_PICKUP"
|
||||
#Debug mode enabled
|
||||
DebugMode = false
|
||||
#Display search bar in the center
|
||||
|
@ -30,7 +30,6 @@ bloodmagic:arc
|
||||
bloodmagic:arcfurnace
|
||||
bloodmagic:soulforge
|
||||
botanypots:soil
|
||||
compactcrafting:miniaturization
|
||||
cookingforblockheads:cow_jar
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
@ -52,11 +51,10 @@ create:pressing
|
||||
create:sandpaper_polishing
|
||||
create:sawing
|
||||
create:spout_filling
|
||||
cyclic:melter
|
||||
cyclic:solidifier
|
||||
enchdesc:compatible_items
|
||||
envirocore:assembler
|
||||
farmersdelight:cooking
|
||||
farmersdelight:cutting
|
||||
farmersdelight:decomposition
|
||||
farmingforblockheads:market
|
||||
fluxnetworks:creating_flux
|
||||
immersiveengineering:alloysmelter
|
||||
@ -160,16 +158,6 @@ powah:energizing
|
||||
powah:heat.sources
|
||||
powah:magmatic
|
||||
powah:solid.coolants
|
||||
resourcefulbees:apiary
|
||||
resourcefulbees:bee_pollination_entity_flowers
|
||||
resourcefulbees:bee_pollination_flowers
|
||||
resourcefulbees:block_to_block_mutation
|
||||
resourcefulbees:block_to_fluid_mutation
|
||||
resourcefulbees:breeding
|
||||
resourcefulbees:centrifuge
|
||||
resourcefulbees:fluid_to_block_mutation
|
||||
resourcefulbees:fluid_to_fluid_mutation
|
||||
resourcefulbees:hive
|
||||
thermal:bottler
|
||||
thermal:brewer
|
||||
thermal:centrifuge
|
||||
|
@ -8,18 +8,18 @@ unlockCooldown = 2400
|
||||
blackList = []
|
||||
#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.
|
||||
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"]
|
||||
nonRandom = []
|
||||
|
||||
[Trinket_Slots]
|
||||
#Amount of Xp levels added to the next unlocking cost.
|
||||
#Range: 0 ~ 20
|
||||
slotUpFactor = 5
|
||||
slotUpFactor = 3
|
||||
#Numbers of trinket slots the player will start with (Only effect newer players!!).
|
||||
#Range: 0 ~ 40
|
||||
startSlots = 1
|
||||
#Levels of xp needed to unlock a trinket slot.
|
||||
#Range: 0 ~ 1000
|
||||
slotCost = 20
|
||||
slotCost = 15
|
||||
|
||||
[Killing_Unlocks]
|
||||
#Set to false to disable unlocking trinkets from killing non-Boss entities.
|
||||
|
@ -1,70 +1,70 @@
|
||||
|
||||
#MobGriefing settings
|
||||
[mobGriefing]
|
||||
#blaze mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
blaze = "DEFAULT"
|
||||
#cow mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
cow = "DEFAULT"
|
||||
#creeper mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
creeper = "DEFAULT"
|
||||
#ender_dragon mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
ender_dragon = "DEFAULT"
|
||||
#enderman mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
enderman = "DEFAULT"
|
||||
#evoker mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
evoker = "DEFAULT"
|
||||
#fox mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
fox = "DEFAULT"
|
||||
#ghast mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
ghast = "DEFAULT"
|
||||
#horse mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
horse = "DEFAULT"
|
||||
#husk mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
husk = "DEFAULT"
|
||||
#pig mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
pig = "DEFAULT"
|
||||
#piglin mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
piglin = "DEFAULT"
|
||||
#piglin_brute mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
piglin_brute = "DEFAULT"
|
||||
#ravager mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
ravager = "DEFAULT"
|
||||
#rabbit mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
rabbit = "DEFAULT"
|
||||
#sheep mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
sheep = "DEFAULT"
|
||||
#silverfish mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
silverfish = "DEFAULT"
|
||||
#snow_golem mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
snow_golem = "DEFAULT"
|
||||
#strider mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
strider = "DEFAULT"
|
||||
#villager mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
villager = "DEFAULT"
|
||||
#wither mobGriefing
|
||||
#cow mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
wither = "DEFAULT"
|
||||
cow = "DEFAULT"
|
||||
#piglin_brute mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
piglin_brute = "DEFAULT"
|
||||
#fox mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
fox = "DEFAULT"
|
||||
#pig mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
pig = "DEFAULT"
|
||||
#strider mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
strider = "DEFAULT"
|
||||
#horse mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
horse = "DEFAULT"
|
||||
#ender_dragon mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
ender_dragon = "DEFAULT"
|
||||
#husk mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
husk = "DEFAULT"
|
||||
#blaze mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
blaze = "DEFAULT"
|
||||
#piglin mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
piglin = "DEFAULT"
|
||||
#evoker mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
evoker = "DEFAULT"
|
||||
#rabbit mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
rabbit = "DEFAULT"
|
||||
#silverfish mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
silverfish = "DEFAULT"
|
||||
#zombie mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
zombie = "DEFAULT"
|
||||
#snow_golem mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
snow_golem = "DEFAULT"
|
||||
#ghast mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
ghast = "DEFAULT"
|
||||
#wither mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
wither = "DEFAULT"
|
||||
#creeper mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
creeper = "DEFAULT"
|
||||
#sheep mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
sheep = "DEFAULT"
|
||||
#enderman mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
enderman = "DEFAULT"
|
||||
|
||||
|
@ -7,9 +7,9 @@
|
||||
#The Aura to RF ratio used by the RF converter, read as aura*ratio = rf
|
||||
auraToRFRatio = 0.05
|
||||
#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 = ["create:copper_ore", "create:zinc_ore", "immersiveengineering:ore_aluminum", "immersiveengineering:ore_copper", "immersiveengineering:ore_lead", "immersiveengineering:ore_nickel", "immersiveengineering:ore_silver", "immersiveengineering:ore_uranium", "mekanism:copper_ore", "mekanism:fluorite_ore", "mekanism:lead_ore", "mekanism:osmium_ore", "mekanism:tin_ore", "mekanism:uranium_ore", "thermal:apatite_ore", "thermal:copper_ore", "thermal:nickel_ore", "thermal:lead_ore", "thermal:ruby_ore", "thermal:sapphire_ore", "thermal:silver_ore", "thermal:sulfur_ore", "thermal:tin_ore"]
|
||||
oreExceptions = []
|
||||
#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 = ["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", "forge:ores/sulfur->300->overworld"]
|
||||
additionalOres = []
|
||||
#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 = []
|
||||
#The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together
|
||||
|
@ -4,6 +4,8 @@
|
||||
drones_render_held_item = true
|
||||
#Enable Drone Suffocation Damage
|
||||
enable_drone_suffocation = true
|
||||
#Show particle trail indicating the currently-debugged drone's planned path
|
||||
drone_debugger_path_particles = true
|
||||
#Maximum number of blocks in the area defined in an Area Programming Puzzle Piece
|
||||
#Range: > 1
|
||||
max_programming_area = 250000
|
||||
|
@ -10,19 +10,19 @@ lens_of_ender = true
|
||||
|
||||
["World Gen"]
|
||||
#Enable/Disable ore generation. [default:true]
|
||||
oreGen = false
|
||||
oreGen = true
|
||||
#Dry Ice Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
dryIceGenChance = 1
|
||||
dryIceGenChance = 9
|
||||
#Poor Uraninite Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
poorUraniniteGenChance = 1
|
||||
poorUraniniteGenChance = 8
|
||||
#Dense Uraninite Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
denseUraniniteGenChance = 1
|
||||
denseUraniniteGenChance = 3
|
||||
#Uraninite Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
uraniniteGenChance = 1
|
||||
uraniniteGenChance = 6
|
||||
|
||||
[Materials]
|
||||
#
|
||||
@ -34,7 +34,7 @@ lens_of_ender = true
|
||||
#List of heat source blocks used under Thermo Generator.
|
||||
#Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"]
|
||||
#Min = 1, max = 900000000
|
||||
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"]
|
||||
heatSources = ["minecraft:lava=1000", "minecraft:magma_block=800", "powah:blazing_crystal_block=2800"]
|
||||
#Energy per solid fuel tick. [default: 30]
|
||||
#Eg: Coal has 1600 fuel tick, so will generate 48000 FE.
|
||||
#Range: 1 ~ 1000000
|
||||
|
@ -118,6 +118,7 @@
|
||||
Thatch = true
|
||||
"Variant Chests" = true
|
||||
"Variant Ladders" = true
|
||||
Hedges = true
|
||||
"Vertical Slabs" = true
|
||||
Shingles = true
|
||||
"Nether Brick Fence Gate" = true
|
||||
@ -148,9 +149,6 @@
|
||||
#Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled.
|
||||
#Note that ropes will still use the same blacklist.
|
||||
"Force Enable Move Tile Entities" = false
|
||||
#This also includes Red Sandstone Bricks and Soul Sandstone Bricks
|
||||
"Enable Sandstone Bricks" = true
|
||||
"Enable Blackstone Variant Bricks" = true
|
||||
|
||||
[building.more_stone_variants]
|
||||
"Enable Bricks" = true
|
||||
@ -244,6 +242,9 @@
|
||||
"Easy Transfering" = true
|
||||
|
||||
[management.inventory_sorting]
|
||||
#
|
||||
#Play a click when sorting inventories using keybindings
|
||||
"Satisfying Click" = true
|
||||
"Enable Chests" = true
|
||||
"Enable Player Inventory In Chests" = true
|
||||
"Enable Player Inventory" = true
|
||||
@ -475,7 +476,7 @@
|
||||
"Afk Time" = 2400
|
||||
#
|
||||
#Allowed values: (0,1]
|
||||
"Percent Req" = 0.2
|
||||
"Percent Req" = 1.0
|
||||
|
||||
[tweaks.emotes]
|
||||
#
|
||||
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/coal/coal_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#303030",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:coal_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:coal",
|
||||
"mainOutputWeight": 0.4,
|
||||
"mainOutputCount": 9,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/coal",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "/creeper/creeper_bee",
|
||||
"traits": ["creeper"],
|
||||
"ColorData": {
|
||||
"honeycombColor": "#0c9f0a",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": true,
|
||||
"isEnchanted": false,
|
||||
"glowColor": "#e2d3d3",
|
||||
"glowingPulse": 2,
|
||||
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:minecraft:lava",
|
||||
"mutationOutput": "minecraft:mossy_cobblestone",
|
||||
"mutationType": "FLUID_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gunpowder",
|
||||
"mainOutputWeight": 0.6,
|
||||
"mainOutputCount": 3,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"lightLevel": "NIGHT",
|
||||
"minGroupSize": 1,
|
||||
"maxGroupSize": 4,
|
||||
"spawnWeight": 8
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:gravel",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/diamond/diamond_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#00ffff",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:diamond_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:diamond",
|
||||
"mainOutputWeight": 0.08,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "gold",
|
||||
"parent2": "lapis",
|
||||
"feedItem": "tag:forge:storage_blocks/diamond",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/emerald/emerald_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#18eb09",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:emerald_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:emerald",
|
||||
"mainOutputWeight": 0.02,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "redstone",
|
||||
"parent2": "iron",
|
||||
"feedItem": "tag:forge:storage_blocks/emerald",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"flower": "minecraft:chorus_flower",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["ender"],
|
||||
"baseLayerTexture": "other/ender",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#339786",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "minecraft:end_stone",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:ender_pearl",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1,
|
||||
"bottleOutput": "minecraft:dragon_breath"
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:END",
|
||||
"biomeBlacklist": "tag:OVERWORLD,NETHER",
|
||||
"lightLevel": "NIGHT",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 10
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:gems/ender",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,51 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/gold/gold_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffdc00",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:gold_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gold_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "iron",
|
||||
"parent2": "copper",
|
||||
"feedItem": "tag:forge:storage_blocks/gold",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["can_swim"],
|
||||
"baseLayerTexture": "other/icy",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#92b9fe",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:water",
|
||||
"mutationOutput": "minecraft:ice",
|
||||
"mutationType": "FLUID_TO_BLOCK",
|
||||
"mutationCount": 20
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:snowball",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 8,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:COLD",
|
||||
"biomeBlacklist": "tag:HOT,NETHER,END",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4,
|
||||
"spawnWeight": 4
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "minecraft:snow_block",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 3600,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/iron/iron_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffcc99",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:iron_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK"
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:iron_ingot",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "coal",
|
||||
"parent2": "aluminum",
|
||||
"feedItem": "tag:forge:storage_blocks/iron",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/lapis/lapis_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#345ec3",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:lapis_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:lapis_lazuli",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 9,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "silver",
|
||||
"parent2": "tin",
|
||||
"feedItem": "tag:forge:storage_blocks/lapis",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"flower": "minecraft:warped_fungus",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 0.75,
|
||||
"hasHoneycomb": true,
|
||||
"traits": ["nether"],
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "other/quartz",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#d4caba",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:nether_quartz_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:quartz",
|
||||
"mainOutputWeight": 0.15,
|
||||
"mainOutputCount": 8,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 8,
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 4
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:storage_blocks/quartz",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"flower": "minecraft:wither_rose",
|
||||
"maxTimeInHive": 7200,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "wither"],
|
||||
"baseLayerTexture": "ores/netherite/netherite_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#654740",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 3
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:netherrack",
|
||||
"mutationOutput": "minecraft:blackstone",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:netherite_scrap",
|
||||
"mainOutputWeight": 0.1,
|
||||
"mainOutputCount": 2,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 4
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "wither",
|
||||
"parent2": "diamond",
|
||||
"feedItem": "tag:forge:ingots/netherite",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"flower": "tag:forge:mushrooms",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "pigman"],
|
||||
"baseLayerTexture": "pigman/pigman_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#885956",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:blackstone",
|
||||
"mutationOutput": "minecraft:gilded_blackstone",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 2
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:gold_nugget",
|
||||
"mainOutputWeight": 0.2,
|
||||
"mainOutputCount": 6,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:NETHER",
|
||||
"biomeBlacklist": "tag:OVERWORLD,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 16
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "zombie",
|
||||
"parent2": "gold",
|
||||
"feedItem": "tag:forge:storage_blocks/gold",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 2400,
|
||||
"sizeModifier": 0.5,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"ColorData": {
|
||||
"honeycombColor": "#ffffff",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": true,
|
||||
"isGlowing": true,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": false
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:red_dye",
|
||||
"secondaryOutput": "minecraft:green_dye",
|
||||
"bottleOutput": "resourcefulbees:rainbow_honey_bottle",
|
||||
"bottleOutputWeight": 0.3,
|
||||
"mainOutputWeight": 0.3,
|
||||
"secondaryOutputWeight": 0.3,
|
||||
"mainInputCount": 1,
|
||||
"mainOutputCount": 3
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 3,
|
||||
"spawnWeight": 8
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:minecraft:flowers",
|
||||
"feedAmount": 1,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "ores/redstone/redstone_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#aa0f01",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "ORE"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": true,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 1
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "emendatusenigmatica:redstone_ore",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:redstone",
|
||||
"mainOutputWeight": 0.3,
|
||||
"mainOutputCount": 6,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:OCEAN",
|
||||
"minGroupSize": 0,
|
||||
"maxGroupSize": 1,
|
||||
"spawnWeight": 2,
|
||||
"lightLevel": "DAY"
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "lead",
|
||||
"parent2": "copper",
|
||||
"feedItem": "tag:forge:storage_blocks/redstone",
|
||||
"feedAmount": 8,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"baseLayerTexture": "skeleton/skeleton_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#f6f2e6",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "tag:forge:stone",
|
||||
"mutationOutput": "minecraft:bone_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:bone_meal",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 18,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD,NETHER",
|
||||
"biomeBlacklist": "tag:END",
|
||||
"lightLevel": "NIGHT",
|
||||
"minGroupSize": 2,
|
||||
"maxGroupSize": 3,
|
||||
"spawnWeight": 14
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "tag:forge:bone_block",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": false
|
||||
}
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["slimy"],
|
||||
"baseLayerTexture": "slime/slime_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#73c262",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false,
|
||||
"modelType": "GELATINOUS"
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:honey_block",
|
||||
"mutationOutput": "minecraft:slime_block",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:slime_ball",
|
||||
"mainOutputWeight": 0.25,
|
||||
"mainOutputCount": 8,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 12
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "zombie",
|
||||
"parent2": "clay",
|
||||
"feedItem": "tag:forge:slime_block",
|
||||
"feedAmount": 2,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"flower": "minecraft:wither_rose",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1.5,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["nether", "wither"],
|
||||
"baseLayerTexture": "wither/wither_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#444444",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 3
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:water",
|
||||
"mutationOutput": "minecraft:lava",
|
||||
"mutationType": "FLUID_TO_FLUID",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "wstweaks:fragment",
|
||||
"mainOutputWeight": 0.05,
|
||||
"mainOutputCount": 3,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": false,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 12
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"parent1": "diamond",
|
||||
"parent2": "obsidian",
|
||||
"feedItem": "minecraft:nether_star",
|
||||
"feedAmount": 1,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
@ -1,55 +0,0 @@
|
||||
{
|
||||
"flower": "ALL",
|
||||
"maxTimeInHive": 4800,
|
||||
"sizeModifier": 1,
|
||||
"hasHoneycomb": true,
|
||||
"apiaryOutputAmounts": [3, 6, 1, 2],
|
||||
"traits": ["zombie"],
|
||||
"baseLayerTexture": "zombie/zombie_bee",
|
||||
"ColorData": {
|
||||
"honeycombColor": "#2f4e32",
|
||||
"isBeeColored": false,
|
||||
"isRainbowBee": false,
|
||||
"isGlowing": false,
|
||||
"isEnchanted": false
|
||||
},
|
||||
"CombatData": {
|
||||
"isPassive": false,
|
||||
"removeStingerOnAttack": false,
|
||||
"inflictsPoison": true,
|
||||
"attackDamage": 2
|
||||
},
|
||||
"MutationData": {
|
||||
"hasMutation": true,
|
||||
"mutationInput": "minecraft:stone",
|
||||
"mutationOutput": "minecraft:cobblestone",
|
||||
"mutationType": "BLOCK_TO_BLOCK",
|
||||
"mutationCount": 1
|
||||
},
|
||||
"CentrifugeData": {
|
||||
"hasCentrifugeOutput": true,
|
||||
"mainOutput": "minecraft:rotten_flesh",
|
||||
"mainOutputWeight": 0.5,
|
||||
"mainOutputCount": 9,
|
||||
"mainInputCount": 1
|
||||
},
|
||||
"SpawnData": {
|
||||
"canSpawnInWorld": true,
|
||||
"biomeWhitelist": "tag:OVERWORLD",
|
||||
"biomeBlacklist": "tag:NETHER,END",
|
||||
"lightLevel": "NIGHT",
|
||||
"spawnWeight": 6,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 6
|
||||
},
|
||||
"BreedData": {
|
||||
"isBreedable": true,
|
||||
"feedItem": "minecraft:rotten_flesh",
|
||||
"feedAmount": 4,
|
||||
"childGrowthDelay": -24000,
|
||||
"breedDelay": 6000
|
||||
},
|
||||
"TraitData": {
|
||||
"hasTraits": true
|
||||
}
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"biomes": [
|
||||
"minecraft:mushroom_field_shore",
|
||||
"minecraft:beach",
|
||||
"minecraft:stone_shore",
|
||||
"minecraft:snowy_beach"
|
||||
]
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user