mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Diff for configs
This commit is contained in:
parent
510c04fcea
commit
111def26e3
@ -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 = []
|
||||
cardboardModBlacklist = ["refinedstorage", "tetra", "storagedrawers"]
|
||||
#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 = "K"
|
||||
temperatureUnit = "C"
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#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 = true
|
||||
shouldGenerate = false
|
||||
#Chance that salt generates in a chunk.
|
||||
#Range: 1 ~ 128
|
||||
perChunk = 2
|
||||
|
@ -1,8 +1,12 @@
|
||||
# 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"=true
|
||||
B:"Enable Deadly Module"=false
|
||||
|
||||
# If the enchantment module is enabled. [default: true]
|
||||
B:"Enable Enchantment Module"=true
|
||||
@ -19,5 +23,3 @@ general {
|
||||
# If the village module is loaded. [default: true]
|
||||
B:"Enable Village Module"=true
|
||||
}
|
||||
|
||||
|
||||
|
@ -675,6 +675,21 @@
|
||||
}
|
||||
|
||||
|
||||
"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"=5
|
||||
I:"Cactus Height"=32
|
||||
|
||||
# The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255]
|
||||
I:"Reed Height"=255
|
||||
I:"Reed Height"=32
|
||||
}
|
||||
|
||||
|
||||
|
@ -152,27 +152,6 @@ 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
|
||||
@ -945,7 +924,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, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, cyclic:mattock, 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, farmersdelight:diamond_knife, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword
|
||||
# Repair Material: minecraft:diamond
|
||||
# [default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal]]
|
||||
S:DIAMOND <
|
||||
@ -964,7 +943,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, 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, farmersdelight:golden_knife, mekanismtools:gold_paxel
|
||||
# Repair Material: minecraft:gold_ingot
|
||||
# [default: [Golden], [Gold], [Gilt], [Auric], [Ornate]]
|
||||
S:GOLD <
|
||||
@ -983,7 +962,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, 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, 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
|
||||
# Repair Material: minecraft:iron_ingot
|
||||
# [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]]
|
||||
S:IRON <
|
||||
@ -995,7 +974,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, mekanismtools:netherite_paxel, cyclic:crystal_hoe, cyclic:emerald_hoe, cyclic:sandstone_hoe, cyclic:netherbrick_hoe
|
||||
# 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
|
||||
# Repair Material: minecraft:netherite_ingot
|
||||
# [default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged]]
|
||||
S:NETHERITE <
|
||||
@ -1035,7 +1014,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, mekanismtools:stone_paxel
|
||||
# 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
|
||||
# Repair Material: null
|
||||
# [default: [Stone], [Rock], [Marble], [Cobblestone]]
|
||||
S:STONE <
|
||||
@ -1072,34 +1051,6 @@ 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,13 +14,20 @@ general {
|
||||
|
||||
ignore_spawn_cap {
|
||||
# The item that applies this modifier. [default: minecraft:chorus_fruit]
|
||||
S:item=minecraft:chorus_fruit
|
||||
S:item=minecraft:bedrock
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
}
|
||||
|
||||
|
||||
ignore_spawn_conditions {
|
||||
# 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
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -87,12 +94,18 @@ 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
|
||||
}
|
||||
|
||||
|
||||
@ -114,6 +127,46 @@ 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,6 +3,15 @@
|
||||
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 = true
|
||||
genOre = false
|
||||
#Spawn a book in the players inventory on login
|
||||
spawnBook = true
|
||||
spawnBook = false
|
||||
#Spawn Mana Berry Bushes in the world
|
||||
genBerries = true
|
||||
#Rate of tree spawn per chunk
|
||||
|
@ -41,6 +41,18 @@
|
||||
#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]
|
||||
@ -61,18 +73,6 @@
|
||||
#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": 10
|
||||
"weight": 7
|
||||
},
|
||||
"biomesoplenty:cherry_blossom_grove": {
|
||||
"weight": 1
|
||||
@ -16,19 +16,19 @@
|
||||
"weight": 5
|
||||
},
|
||||
"biomesoplenty:dead_forest": {
|
||||
"weight": 1
|
||||
"weight": 2
|
||||
},
|
||||
"biomesoplenty:dryland": {
|
||||
"weight": 3
|
||||
"weight": 1
|
||||
},
|
||||
"biomesoplenty:fungal_jungle": {
|
||||
"weight": 1
|
||||
},
|
||||
"biomesoplenty:grove": {
|
||||
"weight": 10
|
||||
"weight": 7
|
||||
},
|
||||
"biomesoplenty:highland": {
|
||||
"weight": 5
|
||||
"weight": 3
|
||||
},
|
||||
"biomesoplenty:jade_cliffs": {
|
||||
"weight": 1
|
||||
@ -49,7 +49,7 @@
|
||||
"weight": 1
|
||||
},
|
||||
"biomesoplenty:prairie": {
|
||||
"weight": 7
|
||||
"weight": 10
|
||||
},
|
||||
"biomesoplenty:rainforest": {
|
||||
"weight": 7
|
||||
|
@ -2,5 +2,5 @@
|
||||
#Client-related options.
|
||||
[gui]
|
||||
#Select the Biomes O' Plenty world type by default.
|
||||
use_world_type = true
|
||||
use_world_type = false
|
||||
|
||||
|
@ -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 = true
|
||||
use_bop_nether = false
|
||||
#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" = true
|
||||
"Show Item Tags" = false
|
||||
#If TRUE, CoFH Items will display a message prompting to hold Shift to see full details (charge state, etc.). This does not change the behavior, only if the informational message should display.
|
||||
"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" = true
|
||||
"Show Enchantment Descriptions" = false
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
maxHeight = 86
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 18
|
||||
@ -40,7 +40,7 @@
|
||||
maxHeight = 30
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -57,7 +57,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 14
|
||||
@ -74,7 +74,7 @@
|
||||
maxHeight = 85
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 17
|
||||
@ -91,7 +91,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -108,7 +108,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -125,7 +125,7 @@
|
||||
maxHeight = 55
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 15
|
||||
@ -142,7 +142,7 @@
|
||||
maxHeight = 70
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#Range: > 0
|
||||
clusterSize = 128
|
||||
@ -159,7 +159,7 @@
|
||||
maxHeight = 10
|
||||
#
|
||||
#Whether to spawn this in your World
|
||||
enable = true
|
||||
enable = false
|
||||
#
|
||||
#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 = "8e6a663d-d63a-4d5e-bf31-6c5a17b99ee7"
|
||||
anonymousAnalyticsID = "1b7d6886-6bfe-4667-a69f-24c154ef8c14"
|
||||
#Set 'true' to enable development debug mode. This will result in a lower performance!
|
||||
debug = false
|
||||
#If the version checker should be enabled.
|
||||
|
@ -35,19 +35,7 @@ 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
|
||||
@ -58,12 +46,24 @@ 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,12 +73,6 @@ 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
|
||||
@ -88,17 +82,16 @@ 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
|
||||
@ -107,37 +100,39 @@ 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_key.inventorysorter.itemout:key.mouse.102:NONE
|
||||
key_key.inventorysorter.itemin:key.mouse.100: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.toggle_focus.desc:key.keyboard.tab:NONE
|
||||
key_key.nextDestination:key.keyboard.right.bracket:NONE
|
||||
key_key.openManual:key.keyboard.f1:NONE
|
||||
key_key.nextDestination:key.keyboard.right.bracket: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_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.change_hotbar:key.keyboard.z: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_quark.keybind.change_hotbar:key.keyboard.z:NONE
|
||||
key_key.refinedstorageaddons.openWirelessCraftingGrid:key.keyboard.g:CONTROL
|
||||
key_key.spellbookopen: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
|
||||
@ -156,11 +151,8 @@ 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 = false
|
||||
playOnWorld = true
|
||||
#Pitch of the sound (when Minecraft loads)
|
||||
#Range: 0.0 ~ 10.0
|
||||
pitch = 1.0
|
||||
|
@ -1,10 +1,58 @@
|
||||
{
|
||||
"ma:litherite_frame": {},
|
||||
"ma:erodium_frame": {},
|
||||
"ma:kyronite_frame": {},
|
||||
"ma:pladium_frame": {},
|
||||
"ma:ionite_frame": {},
|
||||
"ma:aethium_frame": {},
|
||||
"ma:nanorite_frame": {},
|
||||
"ma:xerothium_frame": {}
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
@ -4,17 +4,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -23,17 +23,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 247
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 247
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 247
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -42,17 +42,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 239
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 239
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 239
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -61,17 +61,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 231
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 231
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 231
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -80,17 +80,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 223
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 223
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 223
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -99,17 +99,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 215
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 215
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 215
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -118,17 +118,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 207
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 207
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 207
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -137,17 +137,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 199
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 199
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 199
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
|
@ -1,10 +1,58 @@
|
||||
{
|
||||
"ma:null": {},
|
||||
"ma:amplification": {},
|
||||
"ma:bandwidth": {},
|
||||
"ma:frequency": {},
|
||||
"ma:radiant": {},
|
||||
"ma:thermal": {},
|
||||
"ma:piezo": {},
|
||||
"ma:electrostatic": {}
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
@ -4,17 +4,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -23,17 +23,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -42,17 +42,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -61,17 +61,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -80,17 +80,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -99,17 +99,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -118,17 +118,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -137,17 +137,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
|
@ -1,4 +1,16 @@
|
||||
{
|
||||
"ma:panel": {},
|
||||
"ma:clear_panel": {}
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
@ -4,17 +4,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
@ -23,17 +23,17 @@
|
||||
┃┃┃┏╸in:r
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:g
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸in:b
|
||||
┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┣> Default: 255
|
||||
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
|
@ -1,8 +1,169 @@
|
||||
{
|
||||
"bo:enabled": true,
|
||||
"ma:cells": {},
|
||||
"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:ccus": {
|
||||
"do:production_power:[4.9E-324~1.7976931348623157E308]": 2.2,
|
||||
"in:production_rate:[-2147483648~2147483647]": 128
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
@ -9,17 +9,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -28,17 +28,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -47,17 +47,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -66,17 +66,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -85,17 +85,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -104,17 +104,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -123,17 +123,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -142,17 +142,17 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -173,328 +173,336 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.56
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:erodium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:kyronite
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:pladium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:ionite
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:aethium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:nanorite
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┃┏╸ma:xerothium
|
||||
┃┃┃┏╸ma:default_base_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 40
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 180
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸fl:max_efficiency
|
||||
┃┃┃┣> Variable Type: java.lang.Float
|
||||
┃┃┃┣> Default: 0.64
|
||||
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
|
||||
┃┃┃┗╸
|
||||
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
|
||||
┃┃┃┣> The maximum efficiency accepted from solar cells.
|
||||
┃┃┃┗> Anything above this value will not result in more energy.
|
||||
┃┃┗╸
|
||||
┃┗╸
|
||||
┗╸
|
||||
|
@ -1,4 +1,101 @@
|
||||
{
|
||||
"bo:enabled": true,
|
||||
"ma:ccus": {}
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -9,34 +9,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -45,34 +45,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 247
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -81,34 +81,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 239
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -117,34 +117,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 231
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -153,34 +153,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 223
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -189,34 +189,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 215
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -225,34 +225,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 207
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
@ -261,34 +261,34 @@
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 199
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┃┏╸ma:default_core_color
|
||||
┃┃┃┃┏╸in:r
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 120
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:g
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 232
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┃┏╸in:b
|
||||
┃┃┃┃┣> Variable Type: java.lang.Integer
|
||||
┃┃┃┃┣> Default: 255
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
|
||||
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
|
||||
┃┃┃┃┗╸
|
||||
┃┃┃┗╸
|
||||
┃┃┗╸
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Enable forge global version checking
|
||||
versionCheck = true
|
||||
versionCheck = false
|
||||
# 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 = false
|
||||
experimentalForgeLightPipelineEnabled = true
|
||||
#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 = 1
|
||||
compression_level = 3
|
||||
#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.05
|
||||
noise = 0.05000000074505806
|
||||
#Shadow intensity
|
||||
#Range: 0.0 ~ 0.3
|
||||
shadows = 0.1
|
||||
shadows = 0.10000000149011612
|
||||
#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 = 64
|
||||
max_blocks = 128
|
||||
#Hunger multiplied for each block mined with ultimine
|
||||
#Range: 0.0 ~ 10000.0
|
||||
exhaustion_per_block = 20.0
|
||||
exhaustion_per_block = 25.0
|
||||
#Doesn't stop at different types of stones
|
||||
merge_stone = true
|
||||
merge_stone = false
|
||||
#Tools that won't let you active ultimine when held
|
||||
tool_blacklist = ["mininggadgets:mininggadget"]
|
||||
tool_blacklist = ["mininggadgets:mininggadget", "ars_nouveau:wand", "ars_nouveau:novice_spell_book", "ars_nouveau:creative_spell_book", "ars_nouveau:archmage_spell_book", "ars_nouveau:apprentice_spell_book"]
|
||||
#Required for some modpacks
|
||||
#Range: -1 ~ 8
|
||||
render_text_manually = -1
|
||||
|
@ -1,3 +1,6 @@
|
||||
#A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from.
|
||||
#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.
|
||||
@ -5,9 +8,12 @@
|
||||
#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 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"]
|
||||
|
||||
#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
|
||||
|
||||
[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.
|
||||
@ -19,9 +25,3 @@ preferredOres = ["immersiveengineering", "minecraft"]
|
||||
#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
|
||||
|
||||
|
@ -56,6 +56,30 @@
|
||||
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
|
||||
@ -95,7 +119,7 @@
|
||||
|
||||
[[sorting.category]]
|
||||
name = "cheapBlocks"
|
||||
spec = ["/tag:minecraft:cobblestone", "/tag:minecraft:dirt"]
|
||||
spec = ["/tag:forge:cobblestone", "/tag:forge:dirt"]
|
||||
|
||||
[[sorting.category]]
|
||||
name = "blocks"
|
||||
@ -108,7 +132,7 @@
|
||||
#2 = buttons for external sorting only
|
||||
#3 = all buttons enabled (default)
|
||||
#Range: 0 ~ 3
|
||||
enableButtons = 3
|
||||
enableButtons = 0
|
||||
#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 = "MOUSE_PICKUP"
|
||||
GiveMode = "INVENTORY"
|
||||
#Debug mode enabled
|
||||
DebugMode = false
|
||||
#Display search bar in the center
|
||||
|
@ -30,6 +30,7 @@ bloodmagic:arc
|
||||
bloodmagic:arcfurnace
|
||||
bloodmagic:soulforge
|
||||
botanypots:soil
|
||||
compactcrafting:miniaturization
|
||||
cookingforblockheads:cow_jar
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
@ -51,10 +52,11 @@ 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
|
||||
@ -158,6 +160,16 @@ 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 = []
|
||||
nonRandom = ["losttrinkets:rock_candy", "losttrinkets:tha_cloud", "losttrinkets:turtle_shell", "losttrinkets:blaze_heart", "losttrinkets:tha_bat", "losttrinkets:tea_leaf", "losttrinkets:octopick", "losttrinkets:magical_herbs", "losttrinkets:magical_feathers", "losttrinkets:mad_aura"]
|
||||
|
||||
[Trinket_Slots]
|
||||
#Amount of Xp levels added to the next unlocking cost.
|
||||
#Range: 0 ~ 20
|
||||
slotUpFactor = 3
|
||||
slotUpFactor = 5
|
||||
#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 = 15
|
||||
slotCost = 20
|
||||
|
||||
[Killing_Unlocks]
|
||||
#Set to false to disable unlocking trinkets from killing non-Boss entities.
|
||||
|
@ -1,70 +1,70 @@
|
||||
|
||||
#MobGriefing settings
|
||||
[mobGriefing]
|
||||
#ravager mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
ravager = "DEFAULT"
|
||||
#villager mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
villager = "DEFAULT"
|
||||
#cow mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
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
|
||||
#cow 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"
|
||||
cow = "DEFAULT"
|
||||
#creeper mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
creeper = "DEFAULT"
|
||||
#sheep mobGriefing
|
||||
#ender_dragon mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
sheep = "DEFAULT"
|
||||
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
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
wither = "DEFAULT"
|
||||
#zombie mobGriefing
|
||||
#Allowed Values: DEFAULT, TRUE, FALSE
|
||||
zombie = "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 = []
|
||||
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"]
|
||||
#Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether
|
||||
additionalOres = []
|
||||
additionalOres = ["forge:ores/nether/gold->1000->nether", "forge:ores/netherite_scrap->1->nether", "forge:ores/bitumen->1000->overworld", "forge:ores/fluorite->50->overworld", "forge:ores/potassium_nitrate->500->overworld", "forge:ores/mana->500->overworld", "forge:ores/sulfur->300->overworld"]
|
||||
#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,8 +4,6 @@
|
||||
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 = true
|
||||
oreGen = false
|
||||
#Dry Ice Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
dryIceGenChance = 9
|
||||
dryIceGenChance = 1
|
||||
#Poor Uraninite Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
poorUraniniteGenChance = 8
|
||||
poorUraniniteGenChance = 1
|
||||
#Dense Uraninite Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
denseUraniniteGenChance = 3
|
||||
denseUraniniteGenChance = 1
|
||||
#Uraninite Ore generation chance
|
||||
#Range: 1 ~ 64
|
||||
uraniniteGenChance = 6
|
||||
uraniniteGenChance = 1
|
||||
|
||||
[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=800", "powah:blazing_crystal_block=2800"]
|
||||
heatSources = ["minecraft:lava=1000", "minecraft:magma_block=1200", "minecraft:fire_coral=1800", "powah:nitro_crystal_block=8000", "powah:blazing_crystal_block=2800", "quark:brimstone=1200"]
|
||||
#Energy per solid fuel tick. [default: 30]
|
||||
#Eg: Coal has 1600 fuel tick, so will generate 48000 FE.
|
||||
#Range: 1 ~ 1000000
|
||||
|
@ -118,7 +118,6 @@
|
||||
Thatch = true
|
||||
"Variant Chests" = true
|
||||
"Variant Ladders" = true
|
||||
Hedges = true
|
||||
"Vertical Slabs" = true
|
||||
Shingles = true
|
||||
"Nether Brick Fence Gate" = true
|
||||
@ -149,6 +148,9 @@
|
||||
#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
|
||||
@ -242,9 +244,6 @@
|
||||
"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
|
||||
@ -476,7 +475,7 @@
|
||||
"Afk Time" = 2400
|
||||
#
|
||||
#Allowed values: (0,1]
|
||||
"Percent Req" = 1.0
|
||||
"Percent Req" = 0.2
|
||||
|
||||
[tweaks.emotes]
|
||||
#
|
||||
|
@ -3,7 +3,7 @@
|
||||
[general]
|
||||
#How often should the server send tps updates to clients
|
||||
#Range: 100 ~ 600
|
||||
refreshTicks = 100
|
||||
refreshTicks = 200
|
||||
#Only ops can see tps information, this is to stop tps hunters
|
||||
opOnlyMode = false
|
||||
|
||||
|
@ -9,13 +9,13 @@
|
||||
#In what range should the Basic Magnet pickup items and xp?
|
||||
#Range: 1 ~ 20
|
||||
basicMagnetRange = 5
|
||||
#In what range should the Basic Magnet pickup items and xp by default?
|
||||
#Range: 1 ~ 10
|
||||
advancedMagnetRange = 8
|
||||
#What is the minimum range of the Advanced Magnet?
|
||||
#Range: 1 ~ 20
|
||||
advancedMagnetMinRange = 3
|
||||
#What is the maximum range of the Advanced Magnet?
|
||||
#Range: 1 ~ 20
|
||||
advancedMagnetMaxRange = 11
|
||||
#In what range should the Basic Magnet pickup items and xp by default?
|
||||
#Range: 1 ~ 10
|
||||
advancedMagnetRange = 8
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#Common Settings
|
||||
[common]
|
||||
#Disable / enable any items here (disables their recipes)
|
||||
enabledItems = ["void_upgrade:true", "compacting_upgrade:true", "advanced_restock_upgrade:true", "diamond_backpack:true", "smelting_upgrade:true", "filter_upgrade:true", "magnet_upgrade:true", "advanced_magnet_upgrade:true", "deposit_upgrade:true", "iron_backpack:true", "advanced_compacting_upgrade:true", "backpack:true", "feeding_upgrade:true", "advanced_pickup_upgrade:true", "everlasting_upgrade:true", "advanced_filter_upgrade:true", "inception_upgrade:true", "crafting_upgrade:true", "auto_smelting_upgrade:true", "upgrade_base:true", "refill_upgrade:true", "gold_backpack:true", "advanced_deposit_upgrade:true", "advanced_void_upgrade:true", "restock_upgrade:true", "pickup_upgrade:true"]
|
||||
enabledItems = ["void_upgrade:true", "compacting_upgrade:true", "advanced_restock_upgrade:true", "diamond_backpack:true", "smelting_upgrade:true", "filter_upgrade:true", "magnet_upgrade:true", "advanced_magnet_upgrade:true", "deposit_upgrade:true", "iron_backpack:true", "advanced_compacting_upgrade:true", "backpack:true", "feeding_upgrade:true", "advanced_pickup_upgrade:true", "everlasting_upgrade:true", "advanced_filter_upgrade:true", "inception_upgrade:true", "crafting_upgrade:true", "auto_smelting_upgrade:true", "pickup_upgrade:true", "upgrade_base:true", "refill_upgrade:true", "gold_backpack:true", "advanced_deposit_upgrade:true", "advanced_void_upgrade:true", "restock_upgrade:true"]
|
||||
|
||||
#Deposit Upgrade Settings
|
||||
[common.depositUpgrade]
|
||||
@ -161,7 +161,7 @@
|
||||
filterSlots = 9
|
||||
#Number of filter slots displayed in a row
|
||||
#Range: 1 ~ 6
|
||||
slotsInRow = 3
|
||||
slotsInRow = 4
|
||||
|
||||
#Inception Upgrade Settings
|
||||
[common.inceptionUpgrade]
|
||||
|
@ -89,20 +89,20 @@ harvestStyleVanilla = true
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
High = "gold"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Warning = "yellow"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
ModName = "blue,italic"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Obsolete = "gray,strikethrough"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Progress = "white"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
ModName = "blue,italic"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Warning = "yellow"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Label = "gray"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
InfoImportant = "blue"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Error = "red,bold"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
InfoImportant = "blue"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Info = "white"
|
||||
#Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..."
|
||||
Ok = "green"
|
||||
|
@ -9,7 +9,7 @@ extendedInMain = false
|
||||
#If true there will be a bauble version of the probe if baubles is present
|
||||
supportBaubles = true
|
||||
#If true there will be a readme note for first-time players
|
||||
spawnNote = true
|
||||
spawnNote = false
|
||||
#If true show the color of the collar of a wolf
|
||||
showCollarColor = true
|
||||
#How to display RF: 0 = do not show, 1 = show in a bar, 2 = show as text
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
[general]
|
||||
#Disable the mob farm when there is no chest/full chest to prevent loot from spilling out. Recommended on server.
|
||||
disableWhenChestFull = false
|
||||
#Mobs to be blacklisted. e.g. 'minecraft:cow' for cows.
|
||||
blacklist = []
|
||||
#Disable the mob farm when there is no chest/full chest to prevent loot from spilling out. Recommended on server.
|
||||
disableWhenChestFull = false
|
||||
|
||||
|
@ -12,5 +12,5 @@
|
||||
#Default: Normal behavior
|
||||
#Feather Falling: Does not get trampled with you have feather falling boots
|
||||
#Allowed Values: FEATHER_FALLING, NEVER, ALWAYS
|
||||
type = "NEVER"
|
||||
type = "FEATHER_FALLING"
|
||||
|
||||
|
@ -2,5 +2,5 @@
|
||||
#Client configuration settings
|
||||
[client]
|
||||
#If you have discord installed it will show your some details about your game as rich presence
|
||||
discordRichPresence = true
|
||||
discordRichPresence = false
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
#Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
|
||||
worldGenStyle = "BIOME"
|
||||
#NOT YET IMPLEMENTED: Set to true if waystones should be added to the generation of villages. THIS OPTION DOES NOT WORK YET.
|
||||
addVillageStructure = false
|
||||
addVillageStructure = true
|
||||
#Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
|
||||
#Range: > 0
|
||||
worldGenFrequency = 30
|
||||
#The Name Generator will pick from these names until they have all been used, then it will generate random ones again.
|
||||
customWaystoneNames = []
|
||||
customWaystoneNames = ["Sandy City", "Chocolate Island", "Sahara", "The Perimeter"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user