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

Update to MC 1.16.5

This commit is contained in:
2021-01-23 16:21:46 +01:00
parent e46afc208b
commit 23cbad2e35
452 changed files with 45735 additions and 1510 deletions

View File

@ -0,0 +1,239 @@
{
"generic": [],
"armor": [
{
"name": "Deflection",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:thorns"
]
},
{
"name": "Protection",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:protection"
]
},
{
"name": "the Apprentice",
"effect": "enchant_randomly",
"rarity": 0
},
{
"name": "the Master Blacksmith",
"effect": "enchant",
"rarity": 4,
"enchantments": [
"minecraft:protection",
"minecraft:unbreaking"
],
"level": 3
}
],
"tool": [
{
"name": "the Harvester",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:efficiency"
]
}
],
"sword": [
{
"name": "the Cinder Lord",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:fire_aspect"
]
},
{
"name": "the Rogue Knight",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:sweeping"
]
},
{
"name": "the Monster Slayer",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:smite"
]
},
{
"name": "the Goblin Slayer",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:sharpness"
]
}
],
"ranged_weapon": [],
"generic_prefix": [
{
"name": "Arcane",
"effect": "enchant_randomly",
"rarity": 0
}
],
"armor_prefix": [
{
"name": "Tempered",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:protection"
]
},
{
"name": "Fire Proof",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:fire_protection"
]
},
{
"name": "Resistant",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:blast_protection"
]
},
{
"name": "Reinforced",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:projectile_protection"
]
},
{
"name": "Cursed",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:vanishing_curse"
]
},
{
"name": "Cursed",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:binding_curse"
]
},
{
"name": "Reforged",
"effect": "multiply_enchantment_level",
"rarity": 1,
"enchantmentMultiplier": 0.5
},
{
"name": "Surplus",
"effect": "multiply_enchantment_level",
"rarity": 1,
"enchantmentMultiplier": 0.75
},
{
"name": "Legendary",
"effect": "multiply_enchantment_level",
"rarity": 1,
"enchantmentMultiplier": 1.0
},
{
"name": "Genuine",
"effect": "multiply_enchantment_level",
"rarity": 1,
"enchantmentMultiplier": 1.0
}
],
"tool_prefix": [
{
"name": "Durable",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:unbreaking"
]
},
{
"name": "Hardened",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:unbreaking"
]
},
{
"name": "Blessed",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:efficiency"
]
},
{
"name": "Reforged",
"effect": "multiply_enchantment_level",
"rarity": 1,
"enchantmentMultiplier": 0.5
}
],
"sword_prefix": [
{
"name": "Holy",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:smite"
]
},
{
"name": "Tempered",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:sharpness",
"minecraft:unbreaking"
]
},
{
"name": "Reforged",
"effect": "multiply_enchantment_level",
"rarity": 1,
"enchantmentMultiplier": 0.5
}
],
"ranged_weapon_prefix": [
{
"name": "Refined",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:power",
"minecraft:unbreaking"
]
},
{
"name": "Powerful",
"effect": "enchant",
"rarity": 0,
"enchantments": [
"minecraft:punch"
]
}
],
"config_version": 0
}

203
config/Mekanism/gear.toml Normal file
View File

@ -0,0 +1,203 @@
#Gear Config. This config is synced from server to client.
[gear]
#Atomic Disassembler Settings
[gear.atomic_disassembler]
#Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor)
energyUsage = "10"
#Cost in Joules of using the Atomic Disassembler as a weapon.
energyUsageWeapon = "2000"
#The Range of the Atomic Disassembler Extended Vein Mining.
miningRange = 10
#The max Atomic Disassembler Vein Mining Block Count.
miningCount = 128
#Enable the 'Slow' mode for the Atomic Disassembler.
slowMode = true
#Enable the 'Fast' mode for the Atomic Disassembler.
fastMode = true
#Enable the 'Vein Mining' mode for the Atomic Disassembler.
veinMining = true
#Enable the 'Extended Vein Mining' mode for the Atomic Disassembler. (Allows vein mining everything not just ores/logs)
extendedMining = true
#The amount of damage the Atomic Disassembler does when it is out of power. (Value is in number of half hearts)
minDamage = 4
#The amount of damage the Atomic Disassembler does when it has at least DisassemblerEnergyUsageWeapon power stored. (Value is in number of half hearts)
maxDamage = 20
#Maximum amount (joules) of energy the Atomic Disassembler can contain.
maxEnergy = "1000000"
#Amount (joules) of energy the Atomic Disassembler can accept per tick.
chargeRate = "5000"
#Configurator Settings
[gear.configurator]
#Maximum amount (joules) of energy the Configurator can contain.
maxEnergy = "60000"
#Amount (joules) of energy the Configurator can accept per tick.
chargeRate = "300"
#Energy usage in joules of using the configurator to configure machines.
energyPerConfigure = "400"
#Energy cost in joules for each item the configurator ejects from a machine on empty mode.
energyPerItem = "8"
#Electric Bow Settings
[gear.electric_bow]
#Maximum amount (joules) of energy the Electric Bow can contain.
maxEnergy = "120000"
#Amount (joules) of energy the Electric Bow can accept per tick.
chargeRate = "600"
#Cost in Joules of using the Electric Bow with flame mode active.
energyUsage = "1200"
#Energy Tablet Settings
[gear.energy_tablet]
#Maximum amount (joules) of energy the Energy Tablet can contain.
maxEnergy = "1000000"
#Amount (joules) of energy the Energy Tablet can accept per tick.
chargeRate = "5000"
#Flamethrower Settings
[gear.flamethrower]
#Flamethrower Gas Tank capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 24000
#Amount of hydrogen the Flamethrower can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 16
#Free Runner Settings
[gear.free_runner]
#Energy cost/multiplier in Joules for reducing fall damage with free runners. Energy cost is: FallDamage * freeRunnerFallEnergyCost. (1 FallDamage is 1 half heart)
fallEnergyCost = "50"
#Maximum amount (joules) of energy Free Runners can contain.
maxEnergy = "64000"
#Amount (joules) of energy the Free Runners can accept per tick.
chargeRate = "320"
#Jetpack Settings
[gear.jetpack]
#Jetpack Gas Tank capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 24000
#Amount of hydrogen the Jetpack can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 16
#Armored Jetpack Settings
[gear.jetpack.armored]
#Armor value of the Armored Jetpack.
armor = 12
#Toughness value of the Armored Jetpack.
toughness = 2.0
#Network Reader Settings
[gear.network_reader]
#Maximum amount (joules) of energy the Network Reader can contain.
maxEnergy = "60000"
#Amount (joules) of energy the Network Reader can accept per tick.
chargeRate = "300"
#Energy usage in joules for each network reading.
energyUsage = "400"
#Portable Teleporter Settings
[gear.portable_teleporter]
#Maximum amount (joules) of energy the Portable Teleporter can contain.
maxEnergy = "1000000"
#Amount (joules) of energy the Portable Teleporter can accept per tick.
chargeRate = "5000"
#Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter.
delay = 0
#Scuba Tank Settings
[gear.scuba_tank]
#Scuba Tank Gas Tank capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 24000
#Amount of oxygen the Scuba Tank Gas Tank can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 16
#Seismic Reader Settings
[gear.seismic_reader]
#Maximum amount (joules) of energy the Seismic Reader can contain.
maxEnergy = "12000"
#Amount (joules) of energy the Seismic Reader can accept per tick.
chargeRate = "60"
#Energy usage in joules required to use the Seismic Reader.
energyUsage = "250"
#Canteen Settings
[gear.canteen]
#Maximum amount of Nutritional Paste storable by the Canteen.
#Range: 1 ~ 9223372036854775807
maxStorage = 64000
#Rate at which Nutritional Paste can be transferred into a Canteen.
#Range: 1 ~ 9223372036854775807
transferRate = 128
#Meka-Tool Settings
[gear.mekatool]
#Cost in Joules of using the Meka-Tool to teleport 10 blocks.
energyUsageTeleport = "1000"
#Cost in Joules of using the Meka-Tool to deal 4 units of damage.
energyUsageWeapon = "2000"
#Maximum distance a player can teleport with the Meka-Tool.
maxTeleportReach = 100
#Damage applied by Meka-Tool without using any energy.
baseDamage = 4
#Efficiency of the Meka-Tool with energy but without any upgrades.
baseEfficiency = 4.0
#Energy capacity (Joules) of the Meka-Tool without any installed upgrades. Quadratically scaled by upgrades.
baseEnergyCapacity = "16000000"
#Amount (joules) of energy the Meka-Tool can accept per tick. Quadratically scaled by upgrades.
chargeRate = "100000"
#Cost in Joules of using the Meka-Tool as a hoe.
energyUsageHoe = "10"
#Cost in Joules of using the Meka-Tool as a shovel for making paths.
energyUsageShovel = "10"
#Cost in Joules of using the Meka-Tool as an axe for stripping logs.
energyUsageAxe = "10"
#Enable the 'Extended Vein Mining' mode for the Meka-Tool. (Allows vein mining everything not just ores/logs)
extendedMining = true
#MekaSuit Settings
[gear.mekasuit]
#Energy capacity (Joules) of MekaSuit items without any installed upgrades. Quadratically scaled by upgrades.
baseEnergyCapacity = "16000000"
#Amount (joules) of energy the MekaSuit can accept per tick. Quadratically scaled by upgrades.
chargeRate = "100000"
#Energy usage (Joules) of MekaSuit when adding 0.1 to jump motion.
baseJumpEnergyUsage = "1000"
#Energy usage (Joules) of MekaSuit when lessening a potion effect.
energyUsagePotionTick = "40000"
#Energy cost/multiplier in Joules for reducing magic damage via the inhalation purification unit. Energy cost is: MagicDamage * energyUsageMagicPrevent. (1 MagicDamage is 1 half heart).
energyUsageMagicReduce = "1000"
#Energy usage (Joules) of MekaSuit when adding 0.1 to sprint motion.
energyUsageSprintBoost = "100"
#Energy usage (Joules) of MekaSuit per tick when flying via Gravitational Modulation.
energyUsageGravitationalModulation = "1000"
#Charge rate of inventory items (Joules) per tick.
inventoryChargeRate = "10000"
#Solar recharging rate (Joules) of helmet per tick, per upgrade installed.
solarRechargingRate = "500"
#Energy usage (Joules) of MekaSuit per tick of using vision enhancement.
energyUsageVisionEnhancement = "500"
#Energy usage (Joules) of MekaSuit per half-food of nutritional injection.
energyUsageNutritionalInjection = "20000"
#Energy usage (Joules) of MekaSuit per unit of damage applied.
energyUsageDamage = "100000"
#Energy usage (Joules) of MekaSuit per tick of attracting a single item.
energyUsageItemAttraction = "250"
#Maximum amount of Nutritional Paste storable by the nutritional injection unit.
#Range: 1 ~ 9223372036854775807
nutritionalMaxStorage = 128000
#Rate at which Nutritional Paste can be transferred into the nutritional injection unit.
#Range: 1 ~ 9223372036854775807
nutritionalTransferRate = 256
#Maximum amount of Hydrogen storable in the jetpack unit.
#Range: 1 ~ 9223372036854775807
jetpackMaxStorage = 48000
#Rate at which Hydrogen can be transferred into the jetpack unit.
#Range: 1 ~ 9223372036854775807
jetpackTransferRate = 256

View File

@ -0,0 +1,177 @@
#General Config. This config is synced from server to client.
[general]
#Log Mekanism packet names. Debug setting.
logPackets = false
#Disable to make the anchor upgrade not do anything.
allowChunkloading = true
#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 = []
#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).
#Range: > 1
maxUpgradeMultiplier = 10
#How much Boiler heat is immediately usable to convert water to steam.
boilerWaterConductivity = 0.7
#Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater.
heatPerFuelTick = 400.0
#How much heat energy is created from one Joule of regular energy in the Resistive Heater.
#Range: 0.0 ~ 1.0
resistiveHeaterEfficiency = 0.6
#Amount of heat each Boiler heating element produces.
superheatingHeatTransfer = 1.6E7
#Displayed temperature unit in Mekanism GUIs.
#Allowed Values: K, C, R, F, STP
temperatureUnit = "K"
#Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
maxSolarNeutronActivatorRate = 64
#Auto Eject Settings
[general.auto_eject]
#Rate at which fluid gets auto ejected from tiles.
fluid = 1024
#Rate at which chemicals gets auto ejected from tiles.
#Range: 1 ~ 9223372036854775807
chemical = 1024
#Prefilled Tanks
[general.prefilled]
#Add filled creative fluid tanks to creative/JEI.
fluidTanks = true
#Add filled creative gas tanks to creative/JEI.
gasTanks = true
#Add filled creative infusion tanks to creative/JEI.
infusionTanks = true
#Add filled creative pigment tanks to creative/JEI.
pigmentTanks = true
#Add filled creative slurry tanks to creative/JEI.
slurryTanks = true
#Energy Conversion Rate Settings
[general.energy_conversion]
#Disables IC2 power integration. Requires world restart (server-side option in SMP).
blacklistIC2 = false
#Conversion multiplier from EU to Joules (EU * JoulePerEU = Joules)
JoulePerEU = "10"
#Conversion multiplier from Joules to EU (Joules * EUPerJoule = EU)
EUPerJoule = "0.1000"
#Disables Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP).
blacklistForge = false
#Conversion multiplier from Forge Energy to Joules (FE * JoulePerForgeEnergy = Joules)
JoulePerForgeEnergy = "2.5000"
#Conversion multiplier from Joules to Forge Energy (Joules * ForgeEnergyPerJoule = FE)
ForgeEnergyPerJoule = "0.4000"
#Disables Flux Networks higher throughput Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). Note: Disabling Forge Energy integration also disables this.
blacklistFluxNetworks = false
#How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity.
HydrogenEnergyDensity = "200"
#Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus).
EthyleneBurnTime = 40
#Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler.
maxEnergyPerSteam = "10"
#Displayed energy type in Mekanism GUIs.
#Allowed Values: J, FE, EU
energyType = "FE"
#Radiation Settings
[general.radiation]
#Enable worldwide radiation effects. Don't be a downer and disable this.
radiationEnabled = true
#The radius of chunks checked when running radiation calculations. The algorithm is efficient, but don't abuse it by making this crazy high.
#Range: 1 ~ 100
chunkCheckRadius = 5
#Radiation sources are multiplied by this constant roughly once per second to represent their emission decay. At the default rate, it takes roughly 10 days to remove a 1,000 Sv/h (crazy high) source.
sourceDecayRate = 0.9995
#Radiated objects and entities are multiplied by this constant roughly once per second to represent their dosage decay.
targetDecayRate = 0.9995
#Defines the minimum severity radiation dosage severity (scale of 0 to 1) for which negative effects can take place. Set to 1 to disable negative effects completely.
#Range: 0.0 ~ 1.0
negativeEffectsMinSeverity = 0.1
#Amount of gas (mB) that can be stored in a Radioactive Waste Barrel.
#Range: 1 ~ 9223372036854775807
radioactiveWasteBarrelMaxGas = 64000
#Number of ticks required for radioactive gas stored in a Radioactive Waste Barrel to decay radioactiveWasteBarrelDecayAmount mB.
#Range: > 1
radioactiveWasteBarrelProcessTicks = 1200
#Number of mB of gas that decay every radioactiveWasteBarrelProcessTicks ticks when stored in a Radioactive Waste Barrel. Set to zero to disable decay all together. (Gases in the mekanism:waste_barrel_decay_blacklist tag will not decay).
#Range: 0 ~ 9223372036854775807
radioactiveWasteBarrelDecayAmount = 1
#Digital Miner Settings
[general.digital_miner]
#Energy multiplier for using silk touch mode with the Digital Miner.
silkMultiplier = 6
#Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value).
#Range: > 1
maxRadius = 32
#Number of ticks required to mine a single block with a Digital Miner (without any upgrades).
#Range: > 1
ticksPerMine = 80
#Laser Settings
[general.laser]
#If enabled, lasers can break blocks and the flamethrower starts fires.
aestheticWorldDamage = true
#How far (in blocks) a laser can travel.
range = 64
#Energy needed to destroy or attract blocks with a Laser (per block hardness level).
energyNeededPerHardness = "100000"
#Energy used per half heart of damage being transferred to entities.
energyPerDamage = "2500"
#Pump Settings
[general.pump]
#Maximum block distance to pull fluid from for the Electric Pump.
maxPumpRange = 80
#If enabled makes Water and Heavy Water blocks be removed from the world on pump.
pumpWaterSources = false
#Fluidic Plenisher stops after this many blocks.
maxPlenisherNodes = 4000
#Quantum Entangloporter Settings
[general.quantum_entangloporter]
#Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier energy cube capacity.
energyBuffer = "256000000"
#Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity.
#Range: > 1
fluidBuffer = 112000
#Maximum chemical buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity.
#Range: 1 ~ 9223372036854775807
chemicalBuffer = 512000
#Block security/protection Settings
[general.security]
#Enable the security system for players to prevent others from accessing their machines. Does NOT affect Frequencies.
allowProtection = true
#Ops can bypass the block security restrictions if enabled.
opsBypassRestrictions = false
#Nutritional PasteSettings
[general.nutritional_paste]
#Saturation level of Nutritional Paste when eaten.
saturation = 0.8
#How much mB of Nutritional Paste equates to one 'half-food.'
mbPerFood = 50
#Thermal Evaporation Plant Settings
[general.thermal_evaporation]
#Thermal Evaporation Tower heat loss per tick.
heatDissipation = 0.02
#Temperature to amount produced ratio for Thermal Evaporation Tower.
tempMultiplier = 0.4
#Heat to absorb per Solar Panel array of Thermal Evaporation Tower.
solarMultiplier = 0.2
#Heat capacity of Thermal Evaporation Tower layers (increases amount of energy needed to increase temperature).
heatCapacity = 100.0
#SPS Settings
[general.sps]
#How much input gas (polonium) in mB must be processed to make 1 mB of antimatter.
#Range: > 1
inputPerAntimatter = 1000
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
energyPerInput = "1000000"

View File

@ -0,0 +1,71 @@
#Mekanism Generators Config. This config is synced between server and client.
[generators]
#Amount of energy in Joules the Bio Generator produces per tick.
bioGeneration = "350"
#Affects the Injection Rate, Max Temp, and Ignition Temp.
energyPerFusionFuel = "10000000"
#Peak output for the Solar Generator. Note: It can go higher than this value in some extreme environments.
solarGeneration = "50"
#Peak output for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments.
advancedSolarGeneration = "300"
#Heat Generator Settings
[generators.heat_generator]
#Amount of energy in Joules the Heat Generator produces per tick. (heatGenerationLava * heatGenerationLava) + heatGenerationNether
heatGeneration = "200"
#Multiplier of effectiveness of Lava in the Heat Generator.
heatGenerationLava = "30"
#Add this amount of Joules to the energy produced by a heat generator if it is in an 'ultrawarm' dimension, in vanilla this is just the Nether.
heatGenerationNether = "100"
#Turbine Settings
[generators.turbine]
#The number of blades on each turbine coil per blade applied.
turbineBladesPerCoil = 4
#The rate at which steam is vented into the turbine.
turbineVentGasFlow = 32000.0
#The rate at which steam is dispersed into the turbine.
turbineDisperserGasFlow = 1280.0
#The rate at which steam is condensed in the turbine.
condenserRate = 64000
#Wind Generator Settings
[generators.wind_generator]
#Minimum base generation value of the Wind Generator.
windGenerationMin = "60"
#Maximum base generation value of the Wind Generator.
windGenerationMax = "480"
#The minimum Y value that affects the Wind Generators Power generation.
windGenerationMinY = 24
#The maximum Y value that affects the Wind Generators Power generation.
windGenerationMaxY = 255
#The list of dimension ids that the Wind Generator will not generate power in.
windGenerationDimBlacklist = []
#Hohlraum Settings
[generators.hohlraum]
#Hohlraum capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 10
#Amount of DT-Fuel Hohlraum can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 1
#Fission Reactor Settings
[generators.fission_reactor]
#Amount of energy created (in heat) from each whole mB of fission fuel.
energyPerFissionFuel = "1000000"
#The heat capacity added to a Fission Reactor by a single casing block. Increase to require more energy to raise the reactor temperature.
casingHeatCapacity = 1000.0
#The average surface area of a Fission Reactor's fuel assemblies to reach 100% boil efficiency. Higher values make it harder to cool the reactor.
#Range: 1.0 ~ 1.7976931348623157E308
surfaceAreaTarget = 4.0
#Whether catastrophic meltdowns can occur from Fission Reactors.
meltdownsEnabled = true
#The chance of a meltdown occurring once damage passes 100%. Will linearly scale as damage continues increasing.
#Range: 0.0 ~ 1.0
meltdownChance = 0.001
#How much radioactivity of fuel/waste contents are multiplied during a meltdown.
meltdownRadiationMultiplier = 50.0

View File

@ -0,0 +1,64 @@
#Machine Energy Storage Config. This config is synced from server to client.
[storage]
#Base energy storage (Joules).
enrichmentChamber = "20000"
#Base energy storage (Joules).
osmiumCompressor = "80000"
#Base energy storage (Joules).
combiner = "40000"
#Base energy storage (Joules).
crusher = "20000"
#Base energy storage (Joules).
metallurgicInfuser = "20000"
#Base energy storage (Joules).
purificationChamber = "80000"
#Base energy storage (Joules).
energizedSmelter = "20000"
#Base energy storage (Joules).
digitalMiner = "40000"
#Base energy storage (Joules).
electricPump = "40000"
#Base energy storage (Joules).
chargePad = "512000"
#Base energy storage (Joules).
rotaryCondensentrator = "20000"
#Base energy storage (Joules).
oxidationChamber = "80000"
#Base energy storage (Joules).
chemicalInfuser = "80000"
#Base energy storage (Joules).
chemicalInjectionChamber = "160000"
#Base energy storage (Joules).
electrolyticSeparator = "160000"
#Base energy storage (Joules).
precisionSawmill = "20000"
#Base energy storage (Joules).
chemicalDissolutionChamber = "160000"
#Base energy storage (Joules).
chemicalWasher = "80000"
#Base energy storage (Joules).
chemicalCrystallizer = "160000"
#Base energy storage (Joules).
seismicVibrator = "20000"
#Base energy storage (Joules).
pressurizedReactionBase = "2000"
#Base energy storage (Joules).
fluidicPlenisher = "40000"
#Base energy storage (Joules).
laser = "2000000"
#Base energy storage (Joules).
formulaicAssemblicator = "40000"
#Base energy storage (Joules).
teleporter = "5000000"
#Base energy storage (Joules).
modificationStation = "40000"
#Base energy storage (Joules).
isotopicCentrifuge = "80000"
#Base energy storage (Joules).
nutritionalLiquifier = "40000"
#Base energy storage (Joules). Also defines max process rate.
antiprotonicNucleosynthesizer = "1000000000"
#Base energy storage (Joules). Also defines max output rate.
spsPort = "1000000000"

View File

@ -0,0 +1,65 @@
#Machine Energy Usage Config. This config is synced from server to client.
[usage]
#Energy per operation tick (Joules).
enrichmentChamber = "50"
#Energy per operation tick (Joules).
osmiumCompressor = "100"
#Energy per operation tick (Joules).
combiner = "50"
#Energy per operation tick (Joules).
crusher = "50"
#Energy per operation tick (Joules).
metallurgicInfuser = "50"
#Energy per operation tick (Joules).
purificationChamber = "200"
#Energy per operation tick (Joules).
energizedSmelter = "50"
#Energy per operation tick (Joules).
digitalMiner = "100"
#Energy per operation tick (Joules).
electricPump = "100"
#Energy per operation tick (Joules).
rotaryCondensentrator = "50"
#Energy per operation tick (Joules).
oxidationChamber = "200"
#Energy per operation tick (Joules).
chemicalInfuser = "200"
#Energy per operation tick (Joules).
chemicalInjectionChamber = "400"
#Energy per operation tick (Joules).
precisionSawmill = "50"
#Energy per operation tick (Joules).
chemicalDissolutionChamber = "400"
#Energy per operation tick (Joules).
chemicalWasher = "200"
#Energy per operation tick (Joules).
chemicalCrystallizer = "400"
#Energy per operation tick (Joules).
seismicVibrator = "50"
#Energy per operation tick (Joules).
pressurizedReactionBase = "5"
#Energy per operation tick (Joules).
fluidicPlenisher = "100"
#Energy per operation tick (Joules).
laser = "10000"
#Energy per operation tick (Joules).
formulaicAssemblicator = "100"
#Energy per operation tick (Joules).
modificationStation = "100"
#Energy per operation tick (Joules).
isotopicCentrifuge = "200"
#Energy per operation tick (Joules).
nutritionalLiquifier = "200"
#Energy per operation tick (Joules).
antiprotonicNucleosynthesizer = "100000"
#Teleporter
[usage.teleporter]
#Base Joules cost for a teleportation.
teleporterBase = "1000"
#Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2).
teleporterDistance = "10"
#Flat additional cost for interdimensional teleportation.
teleporterDimensionPenalty = "10000"

264
config/Mekanism/tiers.toml Normal file
View File

@ -0,0 +1,264 @@
#Tier Config. This config is synced from server to client.
[tier]
#Energy Cubes
[tier.energy_cubes]
#Maximum number of Joules Basic energy cubes can store.
basicStorage = "4000000"
#Output rate in Joules of Basic energy cubes.
basicOutput = "4000"
#Maximum number of Joules Advanced energy cubes can store.
advancedStorage = "16000000"
#Output rate in Joules of Advanced energy cubes.
advancedOutput = "16000"
#Maximum number of Joules Elite energy cubes can store.
eliteStorage = "64000000"
#Output rate in Joules of Elite energy cubes.
eliteOutput = "64000"
#Maximum number of Joules Ultimate energy cubes can store.
ultimateStorage = "256000000"
#Output rate in Joules of Ultimate energy cubes.
ultimateOutput = "256000"
#Maximum number of Joules Creative energy cubes can store.
creativeStorage = "18446744073709551615.9999"
#Output rate in Joules of Creative energy cubes.
creativeOutput = "18446744073709551615.9999"
#Fluid Tanks
[tier.fluid_tanks]
#Storage size of Basic fluid tanks in mB.
#Range: > 1
basicStorage = 14000
#Output rate of Basic fluid tanks in mB.
#Range: > 1
basicOutput = 400
#Storage size of Advanced fluid tanks in mB.
#Range: > 1
advancedStorage = 28000
#Output rate of Advanced fluid tanks in mB.
#Range: > 1
advancedOutput = 800
#Storage size of Elite fluid tanks in mB.
#Range: > 1
eliteStorage = 56000
#Output rate of Elite fluid tanks in mB.
#Range: > 1
eliteOutput = 1600
#Storage size of Ultimate fluid tanks in mB.
#Range: > 1
ultimateStorage = 112000
#Output rate of Ultimate fluid tanks in mB.
#Range: > 1
ultimateOutput = 3200
#Storage size of Creative fluid tanks in mB.
#Range: > 1
creativeStorage = 2147483647
#Output rate of Creative fluid tanks in mB.
#Range: > 1
creativeOutput = 1073741823
#Chemical Tanks
[tier.chemical_tanks]
#Storage size of Basic chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicStorage = 64000
#Output rate of Basic chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicOutput = 256
#Storage size of Advanced chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedStorage = 128000
#Output rate of Advanced chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedOutput = 512
#Storage size of Elite chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteStorage = 256000
#Output rate of Elite chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteOutput = 1028
#Storage size of Ultimate chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateStorage = 512000
#Output rate of Ultimate chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateOutput = 2056
#Storage size of Creative chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
creativeStorage = 9223372036854775807
#Output rate of Creative chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
creativeOutput = 4611686018427387903
#Bins
[tier.bins]
#The number of items Basic bins can store.
#Range: > 1
basicStorage = 4096
#The number of items Advanced bins can store.
#Range: > 1
advancedStorage = 8192
#The number of items Elite bins can store.
#Range: > 1
eliteStorage = 32768
#The number of items Ultimate bins can store.
#Range: > 1
ultimateStorage = 262144
#The number of items Creative bins can store.
#Range: > 1
creativeStorage = 2147483647
#Induction
[tier.induction]
#Maximum number of Joules Basic induction cells can store.
basicStorage = "8000000000"
#Maximum number of Joules Advanced induction cells can store.
advancedStorage = "64000000000"
#Maximum number of Joules Elite induction cells can store.
eliteStorage = "512000000000"
#Maximum number of Joules Ultimate induction cells can store.
ultimateStorage = "4000000000000"
#Maximum number of Joules Basic induction providers can output or accept.
basicOutput = "256000"
#Maximum number of Joules Advanced induction providers can output or accept.
advancedOutput = "2048000"
#Maximum number of Joules Elite induction providers can output or accept.
eliteOutput = "16384000"
#Maximum number of Joules Ultimate induction providers can output or accept.
ultimateOutput = "131072000"
#Transmitters
[tier.transmitters]
#Universal Cables
[tier.transmitters.energy]
#Internal buffer in Joules of each Basic universal cable.
basicCapacity = "8000"
#Internal buffer in Joules of each Advanced universal cable.
advancedCapacity = "128000"
#Internal buffer in Joules of each Elite universal cable.
eliteCapacity = "1024000"
#Internal buffer in Joules of each Ultimate universal cable.
ultimateCapacity = "8192000"
#Mechanical Pipes
[tier.transmitters.fluid]
#Capacity of Basic mechanical pipes in mB.
#Range: > 1
basicCapacity = 4000
#Pump rate of Basic mechanical pipes in mB/t.
#Range: > 1
basicPullAmount = 512
#Capacity of Advanced mechanical pipes in mB.
#Range: > 1
advancedCapacity = 8000
#Pump rate of Advanced mechanical pipes in mB/t.
#Range: > 1
advancedPullAmount = 1000
#Capacity of Elite mechanical pipes in mB.
#Range: > 1
eliteCapacity = 64000
#Pump rate of Elite mechanical pipes in mB/t.
#Range: > 1
elitePullAmount = 16000
#Capacity of Ultimate mechanical pipes in mB.
#Range: > 1
ultimateCapacity = 512000
#Pump rate of Ultimate mechanical pipes in mB/t.
#Range: > 1
ultimatePullAmount = 64000
#Pressurized Tubes
[tier.transmitters.gas]
#Capacity of Basic pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
basicCapacity = 8000
#Pump rate of Basic pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
basicPullAmount = 1000
#Capacity of Advanced pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
advancedCapacity = 64000
#Pump rate of Advanced pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
advancedPullAmount = 4000
#Capacity of Elite pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
eliteCapacity = 1000000
#Pump rate of Elite pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
elitePullAmount = 128000
#Capacity of Ultimate pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
ultimateCapacity = 16000000
#Pump rate of Ultimate pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
ultimatePullAmount = 1024000
#Logistical Transporters
[tier.transmitters.items]
#Item throughput rate of Basic logistical transporters in items/s.
#Range: > 1
basicPullAmount = 1
#Five times travel speed of Basic logistical transporter.
#Range: > 1
basicSpeed = 5
#Item throughput rate of Advanced logistical transporters in items/s.
#Range: > 1
advancedPullAmount = 16
#Five times travel speed of Advanced logistical transporter.
#Range: > 1
advancedSpeed = 10
#Item throughput rate of Elite logistical transporters in items/s.
#Range: > 1
elitePullAmount = 32
#Five times travel speed of Elite logistical transporter.
#Range: > 1
eliteSpeed = 20
#Item throughput rate of Ultimate logistical transporters in items/s.
#Range: > 1
ultimatePullAmount = 64
#Five times travel speed of Ultimate logistical transporter.
#Range: > 1
ultimateSpeed = 50
#Thermodynamic Conductors
[tier.transmitters.heat]
#Conduction value of Basic thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
basicInverseConduction = 5.0
#Heat capacity of Basic thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
basicHeatCapacity = 1.0
#Insulation value of Basic thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
basicInsulation = 10.0
#Conduction value of Advanced thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
advancedInverseConduction = 5.0
#Heat capacity of Advanced thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
advancedHeatCapacity = 1.0
#Insulation value of Advanced thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
advancedInsulation = 400.0
#Conduction value of Elite thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
eliteInverseConduction = 5.0
#Heat capacity of Elite thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
eliteHeatCapacity = 1.0
#Insulation value of Elite thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
eliteInsulation = 8000.0
#Conduction value of Ultimate thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
ultimateInverseConduction = 5.0
#Heat capacity of Ultimate thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
ultimateHeatCapacity = 1.0
#Insulation value of Ultimate thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
ultimateInsulation = 100000.0

645
config/Mekanism/tools.toml Normal file
View File

@ -0,0 +1,645 @@
#Mekanism Tools Config. This config is synced from server to client.
[tools]
[tools.mobArmorSpawnRate]
#The chance that Mekanism Armor can spawn on mobs.
#Range: 0.0 ~ 1.0
general = 0.03
#Spawn chances for pieces of Bronze gear. Note: These values are after the general mobArmorSpawnRate has been checked, and after an even split between armor types has been done.
[tools.mobArmorSpawnRate.bronze]
#The chance that mobs can spawn with Bronze Swords.
#Range: 0.0 ~ 1.0
swordChance = 0.5
#The chance that mobs can spawn with Bronze Helmets.
#Range: 0.0 ~ 1.0
helmetChance = 0.5
#The chance that mobs can spawn with Bronze Chestplates.
#Range: 0.0 ~ 1.0
chestplateChance = 0.5
#The chance that mobs can spawn with Bronze Leggings.
#Range: 0.0 ~ 1.0
leggingsChance = 0.5
#The chance that mobs can spawn with Bronze Boots.
#Range: 0.0 ~ 1.0
bootsChance = 0.5
#Spawn chances for pieces of Lapis Lazuli gear. Note: These values are after the general mobArmorSpawnRate has been checked, and after an even split between armor types has been done.
[tools.mobArmorSpawnRate.lapis_lazuli]
#The chance that mobs can spawn with Lapis Lazuli Swords.
#Range: 0.0 ~ 1.0
swordChance = 0.5
#The chance that mobs can spawn with Lapis Lazuli Helmets.
#Range: 0.0 ~ 1.0
helmetChance = 0.5
#The chance that mobs can spawn with Lapis Lazuli Chestplates.
#Range: 0.0 ~ 1.0
chestplateChance = 0.5
#The chance that mobs can spawn with Lapis Lazuli Leggings.
#Range: 0.0 ~ 1.0
leggingsChance = 0.5
#The chance that mobs can spawn with Lapis Lazuli Boots.
#Range: 0.0 ~ 1.0
bootsChance = 0.5
#Spawn chances for pieces of Osmium gear. Note: These values are after the general mobArmorSpawnRate has been checked, and after an even split between armor types has been done.
[tools.mobArmorSpawnRate.osmium]
#The chance that mobs can spawn with Osmium Swords.
#Range: 0.0 ~ 1.0
swordChance = 0.5
#The chance that mobs can spawn with Osmium Helmets.
#Range: 0.0 ~ 1.0
helmetChance = 0.5
#The chance that mobs can spawn with Osmium Chestplates.
#Range: 0.0 ~ 1.0
chestplateChance = 0.5
#The chance that mobs can spawn with Osmium Leggings.
#Range: 0.0 ~ 1.0
leggingsChance = 0.5
#The chance that mobs can spawn with Osmium Boots.
#Range: 0.0 ~ 1.0
bootsChance = 0.5
#Spawn chances for pieces of Refined Glowstone gear. Note: These values are after the general mobArmorSpawnRate has been checked, and after an even split between armor types has been done.
[tools.mobArmorSpawnRate.refined_glowstone]
#The chance that mobs can spawn with Refined Glowstone Swords.
#Range: 0.0 ~ 1.0
swordChance = 0.5
#The chance that mobs can spawn with Refined Glowstone Helmets.
#Range: 0.0 ~ 1.0
helmetChance = 0.5
#The chance that mobs can spawn with Refined Glowstone Chestplates.
#Range: 0.0 ~ 1.0
chestplateChance = 0.5
#The chance that mobs can spawn with Refined Glowstone Leggings.
#Range: 0.0 ~ 1.0
leggingsChance = 0.5
#The chance that mobs can spawn with Refined Glowstone Boots.
#Range: 0.0 ~ 1.0
bootsChance = 0.5
#Spawn chances for pieces of Refined Obsidian gear. Note: These values are after the general mobArmorSpawnRate has been checked, and after an even split between armor types has been done.
[tools.mobArmorSpawnRate.refined_obsidian]
#The chance that mobs can spawn with Refined Obsidian Swords.
#Range: 0.0 ~ 1.0
swordChance = 0.5
#The chance that mobs can spawn with Refined Obsidian Helmets.
#Range: 0.0 ~ 1.0
helmetChance = 0.5
#The chance that mobs can spawn with Refined Obsidian Chestplates.
#Range: 0.0 ~ 1.0
chestplateChance = 0.5
#The chance that mobs can spawn with Refined Obsidian Leggings.
#Range: 0.0 ~ 1.0
leggingsChance = 0.5
#The chance that mobs can spawn with Refined Obsidian Boots.
#Range: 0.0 ~ 1.0
bootsChance = 0.5
#Spawn chances for pieces of Steel gear. Note: These values are after the general mobArmorSpawnRate has been checked, and after an even split between armor types has been done.
[tools.mobArmorSpawnRate.steel]
#The chance that mobs can spawn with Steel Swords.
#Range: 0.0 ~ 1.0
swordChance = 0.5
#The chance that mobs can spawn with Steel Helmets.
#Range: 0.0 ~ 1.0
helmetChance = 0.5
#The chance that mobs can spawn with Steel Chestplates.
#Range: 0.0 ~ 1.0
chestplateChance = 0.5
#The chance that mobs can spawn with Steel Leggings.
#Range: 0.0 ~ 1.0
leggingsChance = 0.5
#The chance that mobs can spawn with Steel Boots.
#Range: 0.0 ~ 1.0
bootsChance = 0.5
# Material Settings for bronze
[tools.bronze]
#Base attack damage of bronze items.
#Range: 0.0 ~ 3.4028234663852886E38
bronzeAttackDamage = 6.0
#Maximum durability of bronze shields.
#Range: > 0
bronzeShieldDurability = 1568
#Attack damage modifier of bronze swords.
bronzeSwordDamage = 3
#Attack speed of bronze swords.
bronzeSwordAtkSpeed = -2.4000000953674316
#Attack damage modifier of bronze shovels.
#Range: 0.0 ~ 3.4028234663852886E38
bronzeShovelDamage = 1.5
#Attack speed of bronze shovels.
bronzeShovelAtkSpeed = -3.0
#Attack damage modifier of bronze axes.
#Range: 0.0 ~ 3.4028234663852886E38
bronzeAxeDamage = 2.0
#Attack speed of bronze axes.
bronzeAxeAtkSpeed = -3.0999999046325684
#Attack damage modifier of bronze pickaxes.
bronzePickaxeDamage = 1
#Attack speed of bronze pickaxes.
bronzePickaxeAtkSpeed = -2.799999952316284
#Attack damage modifier of bronze hoes.
bronzeHoeDamage = -6
#Attack speed of bronze hoes.
bronzeHoeAtkSpeed = 3.0
#Maximum durability of bronze tools.
#Range: > 1
bronzeToolMaxUses = 800
#Efficiency of bronze tools.
bronzeEfficiency = 14.0
#Harvest level of bronze paxels.
#Range: > 0
bronzePaxelHarvestLevel = 3
#Attack damage modifier of bronze paxels.
#Range: 0.0 ~ 3.4028234663852886E38
bronzePaxelDamage = 8.0
#Attack speed of bronze paxels.
bronzePaxelAtkSpeed = -2.4000000953674316
#Efficiency of bronze paxels.
bronzePaxelEfficiency = 16.0
#Natural enchantability factor of bronze paxels.
#Range: > 0
bronzePaxelEnchantability = 14
#Maximum durability of bronze paxels.
#Range: > 1
bronzePaxelMaxUses = 1100
#Harvest level of bronze tools.
#Range: > 0
bronzeHarvestLevel = 2
#Natural enchantability factor of bronze items.
#Range: > 0
bronzeEnchantability = 10
#Base armor toughness value of bronze armor.
#Range: 0.0 ~ 3.4028234663852886E38
bronzeToughness = 0.0
#Base armor knockback resistance value of bronze armor.
#Range: 0.0 ~ 3.4028234663852886E38
bronzeKnockbackResistance = 0.0
#Maximum durability of bronze boots.
#Range: > 1
bronzeBootDurability = 455
#Maximum durability of bronze leggings.
#Range: > 1
bronzeLeggingDurability = 525
#Maximum durability of bronze chestplates.
#Range: > 1
bronzeChestplateDurability = 560
#Maximum durability of bronze helmets.
#Range: > 1
bronzeHelmetDurability = 385
#Protection value of bronze boots.
#Range: > 0
bronzeBootArmor = 2
#Protection value of bronze leggings.
#Range: > 0
bronzeLeggingArmor = 5
#Protection value of bronze chestplates.
#Range: > 0
bronzeChestplateArmor = 6
#Protection value of bronze helmets.
#Range: > 0
bronzeHelmetArmor = 3
# Material Settings for lapis_lazuli
[tools.lapis_lazuli]
#Base attack damage of lapis_lazuli items.
#Range: 0.0 ~ 3.4028234663852886E38
lapis_lazuliAttackDamage = 2.0
#Maximum durability of lapis_lazuli shields.
#Range: > 0
lapis_lazuliShieldDurability = 582
#Attack damage modifier of lapis_lazuli swords.
lapis_lazuliSwordDamage = 3
#Attack speed of lapis_lazuli swords.
lapis_lazuliSwordAtkSpeed = -2.4000000953674316
#Attack damage modifier of lapis_lazuli shovels.
#Range: 0.0 ~ 3.4028234663852886E38
lapis_lazuliShovelDamage = 1.5
#Attack speed of lapis_lazuli shovels.
lapis_lazuliShovelAtkSpeed = -3.0
#Attack damage modifier of lapis_lazuli axes.
#Range: 0.0 ~ 3.4028234663852886E38
lapis_lazuliAxeDamage = 6.0
#Attack speed of lapis_lazuli axes.
lapis_lazuliAxeAtkSpeed = -3.0999999046325684
#Attack damage modifier of lapis_lazuli pickaxes.
lapis_lazuliPickaxeDamage = 1
#Attack speed of lapis_lazuli pickaxes.
lapis_lazuliPickaxeAtkSpeed = -2.799999952316284
#Attack damage modifier of lapis_lazuli hoes.
lapis_lazuliHoeDamage = -2
#Attack speed of lapis_lazuli hoes.
lapis_lazuliHoeAtkSpeed = -1.0
#Maximum durability of lapis_lazuli tools.
#Range: > 1
lapis_lazuliToolMaxUses = 200
#Efficiency of lapis_lazuli tools.
lapis_lazuliEfficiency = 5.0
#Harvest level of lapis_lazuli paxels.
#Range: > 0
lapis_lazuliPaxelHarvestLevel = 2
#Attack damage modifier of lapis_lazuli paxels.
#Range: 0.0 ~ 3.4028234663852886E38
lapis_lazuliPaxelDamage = 6.0
#Attack speed of lapis_lazuli paxels.
lapis_lazuliPaxelAtkSpeed = -2.4000000953674316
#Efficiency of lapis_lazuli paxels.
lapis_lazuliPaxelEfficiency = 6.0
#Natural enchantability factor of lapis_lazuli paxels.
#Range: > 0
lapis_lazuliPaxelEnchantability = 10
#Maximum durability of lapis_lazuli paxels.
#Range: > 1
lapis_lazuliPaxelMaxUses = 250
#Harvest level of lapis_lazuli tools.
#Range: > 0
lapis_lazuliHarvestLevel = 2
#Natural enchantability factor of lapis_lazuli items.
#Range: > 0
lapis_lazuliEnchantability = 8
#Base armor toughness value of lapis_lazuli armor.
#Range: 0.0 ~ 3.4028234663852886E38
lapis_lazuliToughness = 0.0
#Base armor knockback resistance value of lapis_lazuli armor.
#Range: 0.0 ~ 3.4028234663852886E38
lapis_lazuliKnockbackResistance = 0.0
#Maximum durability of lapis_lazuli boots.
#Range: > 1
lapis_lazuliBootDurability = 169
#Maximum durability of lapis_lazuli leggings.
#Range: > 1
lapis_lazuliLeggingDurability = 195
#Maximum durability of lapis_lazuli chestplates.
#Range: > 1
lapis_lazuliChestplateDurability = 208
#Maximum durability of lapis_lazuli helmets.
#Range: > 1
lapis_lazuliHelmetDurability = 143
#Protection value of lapis_lazuli boots.
#Range: > 0
lapis_lazuliBootArmor = 2
#Protection value of lapis_lazuli leggings.
#Range: > 0
lapis_lazuliLeggingArmor = 6
#Protection value of lapis_lazuli chestplates.
#Range: > 0
lapis_lazuliChestplateArmor = 5
#Protection value of lapis_lazuli helmets.
#Range: > 0
lapis_lazuliHelmetArmor = 2
# Material Settings for osmium
[tools.osmium]
#Base attack damage of osmium items.
#Range: 0.0 ~ 3.4028234663852886E38
osmiumAttackDamage = 4.0
#Maximum durability of osmium shields.
#Range: > 0
osmiumShieldDurability = 1344
#Attack damage modifier of osmium swords.
osmiumSwordDamage = 3
#Attack speed of osmium swords.
osmiumSwordAtkSpeed = -2.4000000953674316
#Attack damage modifier of osmium shovels.
#Range: 0.0 ~ 3.4028234663852886E38
osmiumShovelDamage = 1.5
#Attack speed of osmium shovels.
osmiumShovelAtkSpeed = -3.0
#Attack damage modifier of osmium axes.
#Range: 0.0 ~ 3.4028234663852886E38
osmiumAxeDamage = 4.0
#Attack speed of osmium axes.
osmiumAxeAtkSpeed = -3.0
#Attack damage modifier of osmium pickaxes.
osmiumPickaxeDamage = 1
#Attack speed of osmium pickaxes.
osmiumPickaxeAtkSpeed = -2.799999952316284
#Attack damage modifier of osmium hoes.
osmiumHoeDamage = -4
#Attack speed of osmium hoes.
osmiumHoeAtkSpeed = 1.0
#Maximum durability of osmium tools.
#Range: > 1
osmiumToolMaxUses = 500
#Efficiency of osmium tools.
osmiumEfficiency = 10.0
#Harvest level of osmium paxels.
#Range: > 0
osmiumPaxelHarvestLevel = 3
#Attack damage modifier of osmium paxels.
#Range: 0.0 ~ 3.4028234663852886E38
osmiumPaxelDamage = 5.0
#Attack speed of osmium paxels.
osmiumPaxelAtkSpeed = -2.4000000953674316
#Efficiency of osmium paxels.
osmiumPaxelEfficiency = 12.0
#Natural enchantability factor of osmium paxels.
#Range: > 0
osmiumPaxelEnchantability = 16
#Maximum durability of osmium paxels.
#Range: > 1
osmiumPaxelMaxUses = 700
#Harvest level of osmium tools.
#Range: > 0
osmiumHarvestLevel = 2
#Natural enchantability factor of osmium items.
#Range: > 0
osmiumEnchantability = 12
#Base armor toughness value of osmium armor.
#Range: 0.0 ~ 3.4028234663852886E38
osmiumToughness = 1.0
#Base armor knockback resistance value of osmium armor.
#Range: 0.0 ~ 3.4028234663852886E38
osmiumKnockbackResistance = 0.0
#Maximum durability of osmium boots.
#Range: > 1
osmiumBootDurability = 390
#Maximum durability of osmium leggings.
#Range: > 1
osmiumLeggingDurability = 450
#Maximum durability of osmium chestplates.
#Range: > 1
osmiumChestplateDurability = 480
#Maximum durability of osmium helmets.
#Range: > 1
osmiumHelmetDurability = 330
#Protection value of osmium boots.
#Range: > 0
osmiumBootArmor = 3
#Protection value of osmium leggings.
#Range: > 0
osmiumLeggingArmor = 6
#Protection value of osmium chestplates.
#Range: > 0
osmiumChestplateArmor = 5
#Protection value of osmium helmets.
#Range: > 0
osmiumHelmetArmor = 3
# Material Settings for refined_glowstone
[tools.refined_glowstone]
#Base attack damage of refined_glowstone items.
#Range: 0.0 ~ 3.4028234663852886E38
refined_glowstoneAttackDamage = 5.0
#Maximum durability of refined_glowstone shields.
#Range: > 0
refined_glowstoneShieldDurability = 806
#Attack damage modifier of refined_glowstone swords.
refined_glowstoneSwordDamage = 3
#Attack speed of refined_glowstone swords.
refined_glowstoneSwordAtkSpeed = -2.4000000953674316
#Attack damage modifier of refined_glowstone shovels.
#Range: 0.0 ~ 3.4028234663852886E38
refined_glowstoneShovelDamage = 1.5
#Attack speed of refined_glowstone shovels.
refined_glowstoneShovelAtkSpeed = -3.0
#Attack damage modifier of refined_glowstone axes.
#Range: 0.0 ~ 3.4028234663852886E38
refined_glowstoneAxeDamage = 3.0
#Attack speed of refined_glowstone axes.
refined_glowstoneAxeAtkSpeed = -3.0999999046325684
#Attack damage modifier of refined_glowstone pickaxes.
refined_glowstonePickaxeDamage = 1
#Attack speed of refined_glowstone pickaxes.
refined_glowstonePickaxeAtkSpeed = -2.799999952316284
#Attack damage modifier of refined_glowstone hoes.
refined_glowstoneHoeDamage = -5
#Attack speed of refined_glowstone hoes.
refined_glowstoneHoeAtkSpeed = 2.0
#Maximum durability of refined_glowstone tools.
#Range: > 1
refined_glowstoneToolMaxUses = 300
#Efficiency of refined_glowstone tools.
refined_glowstoneEfficiency = 14.0
#Harvest level of refined_glowstone paxels.
#Range: > 0
refined_glowstonePaxelHarvestLevel = 3
#Attack damage modifier of refined_glowstone paxels.
#Range: 0.0 ~ 3.4028234663852886E38
refined_glowstonePaxelDamage = 4.0
#Attack speed of refined_glowstone paxels.
refined_glowstonePaxelAtkSpeed = -2.4000000953674316
#Efficiency of refined_glowstone paxels.
refined_glowstonePaxelEfficiency = 18.0
#Natural enchantability factor of refined_glowstone paxels.
#Range: > 0
refined_glowstonePaxelEnchantability = 22
#Maximum durability of refined_glowstone paxels.
#Range: > 1
refined_glowstonePaxelMaxUses = 450
#Harvest level of refined_glowstone tools.
#Range: > 0
refined_glowstoneHarvestLevel = 2
#Natural enchantability factor of refined_glowstone items.
#Range: > 0
refined_glowstoneEnchantability = 18
#Base armor toughness value of refined_glowstone armor.
#Range: 0.0 ~ 3.4028234663852886E38
refined_glowstoneToughness = 0.0
#Base armor knockback resistance value of refined_glowstone armor.
#Range: 0.0 ~ 3.4028234663852886E38
refined_glowstoneKnockbackResistance = 0.0
#Maximum durability of refined_glowstone boots.
#Range: > 1
refined_glowstoneBootDurability = 234
#Maximum durability of refined_glowstone leggings.
#Range: > 1
refined_glowstoneLeggingDurability = 270
#Maximum durability of refined_glowstone chestplates.
#Range: > 1
refined_glowstoneChestplateDurability = 288
#Maximum durability of refined_glowstone helmets.
#Range: > 1
refined_glowstoneHelmetDurability = 198
#Protection value of refined_glowstone boots.
#Range: > 0
refined_glowstoneBootArmor = 3
#Protection value of refined_glowstone leggings.
#Range: > 0
refined_glowstoneLeggingArmor = 6
#Protection value of refined_glowstone chestplates.
#Range: > 0
refined_glowstoneChestplateArmor = 7
#Protection value of refined_glowstone helmets.
#Range: > 0
refined_glowstoneHelmetArmor = 3
# Material Settings for refined_obsidian
[tools.refined_obsidian]
#Base attack damage of refined_obsidian items.
#Range: 0.0 ~ 3.4028234663852886E38
refined_obsidianAttackDamage = 10.0
#Maximum durability of refined_obsidian shields.
#Range: > 0
refined_obsidianShieldDurability = 2240
#Attack damage modifier of refined_obsidian swords.
refined_obsidianSwordDamage = 3
#Attack speed of refined_obsidian swords.
refined_obsidianSwordAtkSpeed = -2.4000000953674316
#Attack damage modifier of refined_obsidian shovels.
#Range: 0.0 ~ 3.4028234663852886E38
refined_obsidianShovelDamage = 1.5
#Attack speed of refined_obsidian shovels.
refined_obsidianShovelAtkSpeed = -3.0
#Attack damage modifier of refined_obsidian axes.
#Range: 0.0 ~ 3.4028234663852886E38
refined_obsidianAxeDamage = 2.0
#Attack speed of refined_obsidian axes.
refined_obsidianAxeAtkSpeed = -2.0
#Attack damage modifier of refined_obsidian pickaxes.
refined_obsidianPickaxeDamage = 1
#Attack speed of refined_obsidian pickaxes.
refined_obsidianPickaxeAtkSpeed = -2.799999952316284
#Attack damage modifier of refined_obsidian hoes.
refined_obsidianHoeDamage = -10
#Attack speed of refined_obsidian hoes.
refined_obsidianHoeAtkSpeed = 7.0
#Maximum durability of refined_obsidian tools.
#Range: > 1
refined_obsidianToolMaxUses = 2500
#Efficiency of refined_obsidian tools.
refined_obsidianEfficiency = 20.0
#Harvest level of refined_obsidian paxels.
#Range: > 0
refined_obsidianPaxelHarvestLevel = 3
#Attack damage modifier of refined_obsidian paxels.
#Range: 0.0 ~ 3.4028234663852886E38
refined_obsidianPaxelDamage = 4.0
#Attack speed of refined_obsidian paxels.
refined_obsidianPaxelAtkSpeed = -2.4000000953674316
#Efficiency of refined_obsidian paxels.
refined_obsidianPaxelEfficiency = 25.0
#Natural enchantability factor of refined_obsidian paxels.
#Range: > 0
refined_obsidianPaxelEnchantability = 50
#Maximum durability of refined_obsidian paxels.
#Range: > 1
refined_obsidianPaxelMaxUses = 3000
#Harvest level of refined_obsidian tools.
#Range: > 0
refined_obsidianHarvestLevel = 3
#Natural enchantability factor of refined_obsidian items.
#Range: > 0
refined_obsidianEnchantability = 40
#Base armor toughness value of refined_obsidian armor.
#Range: 0.0 ~ 3.4028234663852886E38
refined_obsidianToughness = 4.0
#Base armor knockback resistance value of refined_obsidian armor.
#Range: 0.0 ~ 3.4028234663852886E38
refined_obsidianKnockbackResistance = 0.10000000149011612
#Maximum durability of refined_obsidian boots.
#Range: > 1
refined_obsidianBootDurability = 650
#Maximum durability of refined_obsidian leggings.
#Range: > 1
refined_obsidianLeggingDurability = 750
#Maximum durability of refined_obsidian chestplates.
#Range: > 1
refined_obsidianChestplateDurability = 800
#Maximum durability of refined_obsidian helmets.
#Range: > 1
refined_obsidianHelmetDurability = 550
#Protection value of refined_obsidian boots.
#Range: > 0
refined_obsidianBootArmor = 5
#Protection value of refined_obsidian leggings.
#Range: > 0
refined_obsidianLeggingArmor = 8
#Protection value of refined_obsidian chestplates.
#Range: > 0
refined_obsidianChestplateArmor = 12
#Protection value of refined_obsidian helmets.
#Range: > 0
refined_obsidianHelmetArmor = 5
# Material Settings for steel
[tools.steel]
#Base attack damage of steel items.
#Range: 0.0 ~ 3.4028234663852886E38
steelAttackDamage = 4.0
#Maximum durability of steel shields.
#Range: > 0
steelShieldDurability = 1792
#Attack damage modifier of steel swords.
steelSwordDamage = 3
#Attack speed of steel swords.
steelSwordAtkSpeed = -2.4000000953674316
#Attack damage modifier of steel shovels.
#Range: 0.0 ~ 3.4028234663852886E38
steelShovelDamage = 1.5
#Attack speed of steel shovels.
steelShovelAtkSpeed = -3.0
#Attack damage modifier of steel axes.
#Range: 0.0 ~ 3.4028234663852886E38
steelAxeDamage = 4.0
#Attack speed of steel axes.
steelAxeAtkSpeed = -3.0
#Attack damage modifier of steel pickaxes.
steelPickaxeDamage = 1
#Attack speed of steel pickaxes.
steelPickaxeAtkSpeed = -2.799999952316284
#Attack damage modifier of steel hoes.
steelHoeDamage = -4
#Attack speed of steel hoes.
steelHoeAtkSpeed = 1.0
#Maximum durability of steel tools.
#Range: > 1
steelToolMaxUses = 850
#Efficiency of steel tools.
steelEfficiency = 14.0
#Harvest level of steel paxels.
#Range: > 0
steelPaxelHarvestLevel = 3
#Attack damage modifier of steel paxels.
#Range: 0.0 ~ 3.4028234663852886E38
steelPaxelDamage = 8.0
#Attack speed of steel paxels.
steelPaxelAtkSpeed = -2.4000000953674316
#Efficiency of steel paxels.
steelPaxelEfficiency = 18.0
#Natural enchantability factor of steel paxels.
#Range: > 0
steelPaxelEnchantability = 14
#Maximum durability of steel paxels.
#Range: > 1
steelPaxelMaxUses = 1250
#Harvest level of steel tools.
#Range: > 0
steelHarvestLevel = 3
#Natural enchantability factor of steel items.
#Range: > 0
steelEnchantability = 10
#Base armor toughness value of steel armor.
#Range: 0.0 ~ 3.4028234663852886E38
steelToughness = 1.0
#Base armor knockback resistance value of steel armor.
#Range: 0.0 ~ 3.4028234663852886E38
steelKnockbackResistance = 0.0
#Maximum durability of steel boots.
#Range: > 1
steelBootDurability = 520
#Maximum durability of steel leggings.
#Range: > 1
steelLeggingDurability = 600
#Maximum durability of steel chestplates.
#Range: > 1
steelChestplateDurability = 640
#Maximum durability of steel helmets.
#Range: > 1
steelHelmetDurability = 440
#Protection value of steel boots.
#Range: > 0
steelBootArmor = 3
#Protection value of steel leggings.
#Range: > 0
steelLeggingArmor = 6
#Protection value of steel chestplates.
#Range: > 0
steelChestplateArmor = 7
#Protection value of steel helmets.
#Range: > 0
steelHelmetArmor = 3

134
config/Mekanism/world.toml Normal file
View File

@ -0,0 +1,134 @@
#World generation settings for Mekanism. This config is synced from server to client
[world_generation]
#Allows chunks to retrogen Mekanism ore blocks.
enableRegeneration = false
#Change this value to cause Mekanism to regen its ore in all loaded chunks.
#Range: > 0
userWorldGenVersion = 0
#Generation Settings for copper ore.
[world_generation.copper]
#Determines if copper ore should be added to world generation.
shouldGenerate = true
#Chance that copper generates in a chunk.
#Range: 1 ~ 128
perChunk = 16
#Maximum number of blocks in a vein of copper.
#Range: 1 ~ 512
maxVeinSize = 8
#Maximum height (exclusive) that veins of copper can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
#Range: 1 ~ 256
maxHeight = 60
#Top offset for calculating height that veins of copper can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
topOffset = 0
#Bottom offset for calculating height that veins of copper can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
bottomOffset = 0
#Generation Settings for tin ore.
[world_generation.tin]
#Determines if tin ore should be added to world generation.
shouldGenerate = true
#Chance that tin generates in a chunk.
#Range: 1 ~ 128
perChunk = 14
#Maximum number of blocks in a vein of tin.
#Range: 1 ~ 512
maxVeinSize = 8
#Maximum height (exclusive) that veins of tin can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
#Range: 1 ~ 256
maxHeight = 60
#Top offset for calculating height that veins of tin can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
topOffset = 0
#Bottom offset for calculating height that veins of tin can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
bottomOffset = 0
#Generation Settings for osmium ore.
[world_generation.osmium]
#Determines if osmium ore should be added to world generation.
shouldGenerate = true
#Chance that osmium generates in a chunk.
#Range: 1 ~ 128
perChunk = 12
#Maximum number of blocks in a vein of osmium.
#Range: 1 ~ 512
maxVeinSize = 8
#Maximum height (exclusive) that veins of osmium can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
#Range: 1 ~ 256
maxHeight = 60
#Top offset for calculating height that veins of osmium can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
topOffset = 0
#Bottom offset for calculating height that veins of osmium can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
bottomOffset = 0
#Generation Settings for uranium ore.
[world_generation.uranium]
#Determines if uranium ore should be added to world generation.
shouldGenerate = true
#Chance that uranium generates in a chunk.
#Range: 1 ~ 128
perChunk = 8
#Maximum number of blocks in a vein of uranium.
#Range: 1 ~ 512
maxVeinSize = 8
#Maximum height (exclusive) that veins of uranium can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
#Range: 1 ~ 256
maxHeight = 60
#Top offset for calculating height that veins of uranium can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
topOffset = 0
#Bottom offset for calculating height that veins of uranium can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
bottomOffset = 0
#Generation Settings for fluorite ore.
[world_generation.fluorite]
#Determines if fluorite ore should be added to world generation.
shouldGenerate = true
#Chance that fluorite generates in a chunk.
#Range: 1 ~ 128
perChunk = 6
#Maximum number of blocks in a vein of fluorite.
#Range: 1 ~ 512
maxVeinSize = 12
#Maximum height (exclusive) that veins of fluorite can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
#Range: 1 ~ 256
maxHeight = 32
#Top offset for calculating height that veins of fluorite can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
topOffset = 0
#Bottom offset for calculating height that veins of fluorite can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
bottomOffset = 0
#Generation Settings for lead ore.
[world_generation.lead]
#Determines if lead ore should be added to world generation.
shouldGenerate = true
#Chance that lead generates in a chunk.
#Range: 1 ~ 128
perChunk = 8
#Maximum number of blocks in a vein of lead.
#Range: 1 ~ 512
maxVeinSize = 8
#Maximum height (exclusive) that veins of lead can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
#Range: 1 ~ 256
maxHeight = 48
#Top offset for calculating height that veins of lead can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
topOffset = 0
#Bottom offset for calculating height that veins of lead can spawn. Height is calculated by: random.nextInt(maxHeight - topOffset) + bottomOffset
bottomOffset = 0
#Generation Settings for salt.
[world_generation.salt]
#Determines if salt should be added to world generation.
shouldGenerate = true
#Chance that salt generates in a chunk.
#Range: 1 ~ 128
perChunk = 2
#Base radius of a vein of salt.
#Range: 1 ~ 4
baseRadius = 2
#Extended variability (spread) for the radius in a vein of salt.
#Range: 1 ~ 4
spread = 3
#Number of blocks to extend up and down when placing a vein of salt.
#Range: 0 ~ 127
ySize = 1

View File

@ -2,7 +2,7 @@
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

View File

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

View File

@ -68,7 +68,6 @@
[worldGen]
#Range: 0.0 ~ 1.0
spawnChargedChance = 0.08
meteoriteMaximumSpawnHeight = 180
meteoriteBiomeBlacklist = []
quartzOresPerCluster = 4
quartzOresClusterAmount = 20

View File

@ -163,6 +163,8 @@
wither = true
#Knockback enabled?
gust = true
#Fell enabled?
fell = true
#Spell Cost
[spell_cost]
@ -337,6 +339,9 @@
#Knockback cost
#Range: > -2147483648
gust_cost = 15
#Fell cost
#Range: > -2147483648
fell_cost = 150
#Starting Spells
["Starter Spells"]

View File

@ -16,7 +16,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -27,7 +27,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -38,7 +38,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -49,7 +49,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -60,7 +60,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -71,7 +71,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -82,7 +82,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -93,7 +93,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -104,7 +104,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -115,7 +115,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = -1024.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -126,7 +126,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -137,7 +137,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -148,7 +148,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -159,7 +159,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -170,7 +170,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -181,7 +181,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -192,7 +192,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -203,7 +203,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -214,7 +214,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -225,7 +225,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = -8.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -236,7 +236,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -247,7 +247,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -258,7 +258,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -269,7 +269,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -280,7 +280,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -291,7 +291,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -302,7 +302,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -313,7 +313,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -324,7 +324,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -335,7 +335,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0
@ -346,7 +346,7 @@
enabled = true
#The minimum vallue for the attribute. Changing this may have unforseen consequences.
#Range: 4.9E-324 ~ 1.7976931348623157E308
min = 0.0
min = 4.9E-324
#The maximum value for the attribute.
#Range: 4.9E-324 ~ 1.7976931348623157E308
max = 65536.0

View File

@ -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

View File

@ -11,9 +11,9 @@
#If the recipe loader should crash when finding invalid recipes.
crashOnInvalidRecipe = false
#If an anonymous mod startup analytics request may be sent to our analytics service.
analytics = true
analytics = false
#If the version checker should be enabled.
versionChecker = true
versionChecker = false
[general]

View File

@ -3,5 +3,5 @@
#Should mobs spawn with cardboard armor?
cardboard_armor_spawns = false
#Should a few houses using this mod's blocks be added to the village pools?
village_houses = false
village_houses = true

File diff suppressed because it is too large Load Diff

View File

@ -1,58 +1,10 @@
{
"ma:litherite_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:erodium_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 247,
"in:g:[0~255]": 247,
"in:b:[0~255]": 247
}
},
"ma:kyronite_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 239,
"in:g:[0~255]": 239,
"in:b:[0~255]": 239
}
},
"ma:pladium_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 231,
"in:g:[0~255]": 231,
"in:b:[0~255]": 231
}
},
"ma:ionite_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 223,
"in:g:[0~255]": 223,
"in:b:[0~255]": 223
}
},
"ma:aethium_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 215,
"in:g:[0~255]": 215,
"in:b:[0~255]": 215
}
},
"ma:nanorite_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 207,
"in:g:[0~255]": 207,
"in:b:[0~255]": 207
}
},
"ma:xerothium_frame": {
"ma:default_base_color": {
"in:r:[0~255]": 199,
"in:g:[0~255]": 199,
"in:b:[0~255]": 199
}
}
"ma:litherite_frame": {},
"ma:erodium_frame": {},
"ma:kyronite_frame": {},
"ma:pladium_frame": {},
"ma:ionite_frame": {},
"ma:aethium_frame": {},
"ma:nanorite_frame": {},
"ma:xerothium_frame": {}
}

View File

@ -4,17 +4,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -23,17 +23,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 247
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 247
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 247
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -42,17 +42,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 239
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 239
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 239
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -61,17 +61,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 231
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 231
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 231
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -80,17 +80,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 223
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 223
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 223
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -99,17 +99,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 215
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 215
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 215
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -118,17 +118,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 207
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 207
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 207
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -137,17 +137,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 199
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 199
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 199
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -1,58 +1,10 @@
{
"ma:null": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:amplification": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:bandwidth": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:frequency": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:radiant": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:thermal": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:piezo": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:electrostatic": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
}
"ma:null": {},
"ma:amplification": {},
"ma:bandwidth": {},
"ma:frequency": {},
"ma:radiant": {},
"ma:thermal": {},
"ma:piezo": {},
"ma:electrostatic": {}
}

View File

@ -4,17 +4,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -23,17 +23,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -42,17 +42,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -61,17 +61,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -80,17 +80,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -99,17 +99,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -118,17 +118,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -137,17 +137,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸

View File

@ -1,16 +1,4 @@
{
"ma:panel": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:clear_panel": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
}
"ma:panel": {},
"ma:clear_panel": {}
}

View File

@ -4,17 +4,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸
@ -23,17 +23,17 @@
┃┃┃┏╸in:r
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:g
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┃┏╸in:b
┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┣> Default: 255
┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┗╸
┃┃┗╸
┃┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:generate_documentation
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.documentation.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:generate_documentation
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.documentation.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -1,169 +1,8 @@
{
"bo:enabled": true,
"ma:cells": {
"ma:litherite": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
}
},
"ma:erodium": {
"ma:default_base_color": {
"in:r:[0~255]": 247,
"in:g:[0~255]": 247,
"in:b:[0~255]": 247
}
},
"ma:kyronite": {
"ma:default_base_color": {
"in:r:[0~255]": 239,
"in:g:[0~255]": 239,
"in:b:[0~255]": 239
}
},
"ma:pladium": {
"ma:default_base_color": {
"in:r:[0~255]": 231,
"in:g:[0~255]": 231,
"in:b:[0~255]": 231
}
},
"ma:ionite": {
"ma:default_base_color": {
"in:r:[0~255]": 223,
"in:g:[0~255]": 223,
"in:b:[0~255]": 223
}
},
"ma:aethium": {
"ma:default_base_color": {
"in:r:[0~255]": 215,
"in:g:[0~255]": 215,
"in:b:[0~255]": 215
}
},
"ma:nanorite": {
"ma:default_base_color": {
"in:r:[0~255]": 207,
"in:g:[0~255]": 207,
"in:b:[0~255]": 207
}
},
"ma:xerothium": {
"ma:default_base_color": {
"in:r:[0~255]": 199,
"in:g:[0~255]": 199,
"in:b:[0~255]": 199
}
}
},
"ma:cells": {},
"ma:ccus": {
"do:production_power:[4.9E-324~1.7976931348623157E308]": 2.2,
"in:production_rate:[128~128000]": 128,
"ma:litherite": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.56
},
"ma:erodium": {
"ma:default_base_color": {
"in:r:[0~255]": 247,
"in:g:[0~255]": 247,
"in:b:[0~255]": 247
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
},
"ma:kyronite": {
"ma:default_base_color": {
"in:r:[0~255]": 239,
"in:g:[0~255]": 239,
"in:b:[0~255]": 239
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
},
"ma:pladium": {
"ma:default_base_color": {
"in:r:[0~255]": 231,
"in:g:[0~255]": 231,
"in:b:[0~255]": 231
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
},
"ma:ionite": {
"ma:default_base_color": {
"in:r:[0~255]": 223,
"in:g:[0~255]": 223,
"in:b:[0~255]": 223
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
},
"ma:aethium": {
"ma:default_base_color": {
"in:r:[0~255]": 215,
"in:g:[0~255]": 215,
"in:b:[0~255]": 215
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
},
"ma:nanorite": {
"ma:default_base_color": {
"in:r:[0~255]": 207,
"in:g:[0~255]": 207,
"in:b:[0~255]": 207
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
},
"ma:xerothium": {
"ma:default_base_color": {
"in:r:[0~255]": 199,
"in:g:[0~255]": 199,
"in:b:[0~255]": 199
},
"ma:default_core_color": {
"in:r:[0~254]": 40,
"in:g:[0~255]": 180,
"in:b:[0~255]": 232
},
"fl:max_efficiency:[0.0~1.0]": 0.64
}
"in:production_rate:[-2147483648~2147483647]": 128
}
}

View File

@ -2,24 +2,24 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┃┏╸ma:cells
┃┃┏╸ma:litherite
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -28,17 +28,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -47,17 +47,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -66,17 +66,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -85,17 +85,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -104,17 +104,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -123,17 +123,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -142,17 +142,17 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -166,343 +166,335 @@
┃┃┏╸in:production_rate
┃┃┣> Variable Type: java.lang.Integer
┃┃┣> Default: 128
┃┃┣> label.valkyrielib.requirements: [128~128000]
┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┗╸
┃┃┏╸ma:litherite
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.56
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:erodium
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:kyronite
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:pladium
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:ionite
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:aethium
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:nanorite
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┃┏╸ma:xerothium
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 40
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 180
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸fl:max_efficiency
┃┃┃┣> Variable Type: java.lang.Float
┃┃┃┣> Default: 0.64
┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0]
┃┃┃┣> The maximum efficiency accepted from solar cells.
┃┃┃┗> Anything above this value will not result in more energy.
┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38]
┃┃┃┗╸
┃┃┗╸
┃┗╸
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:generate_documentation
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.documentation.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:generate_documentation
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.documentation.enabled
┃┗
┗╸

View File

@ -1,101 +1,4 @@
{
"bo:enabled": true,
"ma:ccus": {
"ma:litherite": {
"ma:default_base_color": {
"in:r:[0~255]": 255,
"in:g:[0~255]": 255,
"in:b:[0~255]": 255
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:erodium": {
"ma:default_base_color": {
"in:r:[0~255]": 247,
"in:g:[0~255]": 247,
"in:b:[0~255]": 247
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:kyronite": {
"ma:default_base_color": {
"in:r:[0~255]": 239,
"in:g:[0~255]": 239,
"in:b:[0~255]": 239
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:pladium": {
"ma:default_base_color": {
"in:r:[0~255]": 231,
"in:g:[0~255]": 231,
"in:b:[0~255]": 231
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:ionite": {
"ma:default_base_color": {
"in:r:[0~255]": 223,
"in:g:[0~255]": 223,
"in:b:[0~255]": 223
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:aethium": {
"ma:default_base_color": {
"in:r:[0~255]": 215,
"in:g:[0~255]": 215,
"in:b:[0~255]": 215
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:nanorite": {
"ma:default_base_color": {
"in:r:[0~255]": 207,
"in:g:[0~255]": 207,
"in:b:[0~255]": 207
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
},
"ma:xerothium": {
"ma:default_base_color": {
"in:r:[0~255]": 199,
"in:g:[0~255]": 199,
"in:b:[0~255]": 199
},
"ma:default_core_color": {
"in:r:[0~254]": 120,
"in:g:[0~255]": 232,
"in:b:[0~255]": 255
}
}
}
"ma:ccus": {}
}

View File

@ -2,41 +2,41 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┃┏╸ma:ccus
┃┃┏╸ma:litherite
┃┃┃┏╸ma:default_base_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -45,34 +45,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 247
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -81,34 +81,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 239
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -117,34 +117,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 231
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -153,34 +153,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 223
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -189,34 +189,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 215
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -225,34 +225,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 207
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸
@ -261,34 +261,34 @@
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 199
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┃┏╸ma:default_core_color
┃┃┃┃┏╸in:r
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 120
┃┃┃┃┣> label.valkyrielib.requirements: [0~254]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:g
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 232
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┃┏╸in:b
┃┃┃┃┣> Variable Type: java.lang.Integer
┃┃┃┃┣> Default: 255
┃┃┃┃┣> label.valkyrielib.requirements: [0~255]
┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647]
┃┃┃┃┗╸
┃┃┃┗╸
┃┃┗╸

View File

@ -3,6 +3,8 @@
[settings]
#Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing)
farmersBuyFDCrops = true
#Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable?
enableVanillaCropCrates = true
#Vanilla item overrides
[overrides]

View File

@ -0,0 +1 @@
{}

View File

@ -1,21 +1,4 @@
[energy]
#The default transfer limit of a flux connector
#Range: 0 ~ 9223372036854775807
defaultLimit = 800000
#Range: 0 ~ 9223372036854775807
basicCapacity = 1000000
#Range: 0 ~ 9223372036854775807
basicTransfer = 20000
#Range: 0 ~ 9223372036854775807
herculeanCapacity = 8000000
#Range: 0 ~ 9223372036854775807
herculeanTransfer = 120000
#Range: 0 ~ 9223372036854775807
gargantuanCapacity = 128000000
#Range: 0 ~ 9223372036854775807
gargantuanTransfer = 1440000
[networks]
#Maximum networks each player can have. -1 = no limit
#Range: > -1

View File

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

View File

@ -4,4 +4,6 @@
[core.general]
#If mod compatibility loader should crash hard if errors occur in that process.
crashOnModCompatCrash = false
#If JEI recipe filling should heuristically try to determine item tags from recipes.
jeiHeuristicTags = true

View File

@ -0,0 +1,196 @@
minecraft:crafting
minecraft:anvil
minecraft:blasting
minecraft:brewing
minecraft:campfire
minecraft:fuel
minecraft:furnace
minecraft:smithing
minecraft:smoking
minecraft:stonecutting
apotheosis:fletching
apotheosis:spawner_modification
appliedenergistics2:appliedenergistics2.inscriber
appliedenergistics2:condenser
appliedenergistics2:grinder
ars_nouveau:apparatus
ars_nouveau:glyph_recipe
astralsorcery:altar_attunement
astralsorcery:altar_constellation
astralsorcery:altar_discovery
astralsorcery:altar_trait
astralsorcery:infuser
astralsorcery:interaction
astralsorcery:transmutation
astralsorcery:well
bloodmagic:alchemyarray
bloodmagic:alchemytable
bloodmagic:altar
bloodmagic:arc
bloodmagic:arcfurnace
bloodmagic:soulforge
botanypots:soil
compactcrafting:miniaturization
cookingforblockheads:cow_jar
create:automatic_brewing
create:automatic_packing
create:automatic_shaped
create:automatic_shapeless
create:block_cutting
create:blockzapper_upgrade
create:crushing
create:draining
create:fan_blasting
create:fan_smoking
create:fan_washing
create:mechanical_crafting
create:milling
create:mixing
create:mystery_conversion
create:packing
create:pressing
create:sandpaper_polishing
create:sawing
create:spout_filling
enchdesc:compatible_items
envirocore:assembler
farmersdelight:cooking
farmersdelight:cutting
farmersdelight:decomposition
farmingforblockheads:market
fluxnetworks:creating_flux
immersiveengineering:alloysmelter
immersiveengineering:arcfurnace
immersiveengineering:arcfurnace_recycling
immersiveengineering:blastfurnace
immersiveengineering:blastfurnace_fuel
immersiveengineering:bottlingmachine
immersiveengineering:cloche
immersiveengineering:cokeoven
immersiveengineering:crusher
immersiveengineering:fermenter
immersiveengineering:metalpress
immersiveengineering:mixer
immersiveengineering:refinery
immersiveengineering:sawmill
immersiveengineering:squeezer
immersiveengineering:workbench
immersivepetroleum:distillation
industrialforegoing:bioreactor
industrialforegoing:dissolution_chamber
industrialforegoing:fluid_extractor
industrialforegoing:laser_drill_fluid
industrialforegoing:laser_drill_ore
industrialforegoing:mycelial_crimed
industrialforegoing:mycelial_culinary
industrialforegoing:mycelial_death
industrialforegoing:mycelial_disenchantment
industrialforegoing:mycelial_ender
industrialforegoing:mycelial_explosive
industrialforegoing:mycelial_frosty
industrialforegoing:mycelial_furnace
industrialforegoing:mycelial_halitosis
industrialforegoing:mycelial_magma
industrialforegoing:mycelial_meatallurgic
industrialforegoing:mycelial_netherstar
industrialforegoing:mycelial_pink
industrialforegoing:mycelial_potion
industrialforegoing:mycelial_rocket
industrialforegoing:mycelial_slimey
industrialforegoing:stonework
integrateddynamicscompat:drying_basin
integrateddynamicscompat:mechanical_drying_basin
integrateddynamicscompat:mechanical_squeezer
integrateddynamicscompat:squeezer
jei:information
jeresources:dungeon
jeresources:enchantment
jeresources:mob
jeresources:plant
jeresources:villager
jeresources:worldgen
mekanism:antiprotonic_nucleosynthesizer
mekanism:chemical_crystallizer
mekanism:chemical_dissolution_chamber
mekanism:chemical_infuser
mekanism:chemical_injection_chamber
mekanism:chemical_oxidizer
mekanism:chemical_washer
mekanism:combiner
mekanism:crusher
mekanism:electrolytic_separator
mekanism:energized_smelter
mekanism:energy_conversion
mekanism:enrichment_chamber
mekanism:gas_conversion
mekanism:infusion_conversion
mekanism:isotopic_centrifuge
mekanism:metallurgic_infuser
mekanism:nutritional_liquifier
mekanism:osmium_compressor
mekanism:precision_sawmill
mekanism:pressurized_reaction_chamber
mekanism:purification_chamber
mekanism:rotary_condensentrator_condensentrating
mekanism:rotary_condensentrator_decondensentrating
mekanism:solar_neutron_activator
mekanism:sps_casing
mekanism:thermal_evaporation_controller
mekanismgenerators:fission_reactor_casing
naturesaura:altar
naturesaura:animal_spawner
naturesaura:offering
naturesaura:tree_ritual
pneumaticcraft:amadron_trade
pneumaticcraft:assembly_controller
pneumaticcraft:compressed_iron_explosion
pneumaticcraft:etching_tank
pneumaticcraft:fluid_mixer
pneumaticcraft:heat_frame_cooling
pneumaticcraft:plastic_solidifying
pneumaticcraft:pressure_chamber
pneumaticcraft:refinery
pneumaticcraft:spawner_extraction
pneumaticcraft:thermo_plant
pneumaticcraft:uv_light_box
pneumaticcraft:yeast_crafting
powah:.coolant
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
thermal:chiller
thermal:compression_fuel
thermal:crucible
thermal:furnace
thermal:insolator
thermal:insolator_catalyst
thermal:lapidary_fuel
thermal:magmatic_fuel
thermal:numismatic_fuel
thermal:press
thermal:pulverizer
thermal:pulverizer_catalyst
thermal:pyrolyzer
thermal:refinery
thermal:sawmill
thermal:smelter
thermal:smelter_catalyst
thermal:stirling_fuel
xreliquary:alkahestry_charging
xreliquary:alkahestry_crafting
xreliquary:cauldron
xreliquary:mortar

View File

@ -0,0 +1,64 @@
{
"description": "In the \u0027blacklist\u0027 tag you can add any progwidget registry names you wish to blacklist from this instance. When they were used in existing programs already they will be deleted. A reference list of all known programming puzzle names can be seen in \u0027allWidgets\u0027.",
"blacklist": [],
"allWidgets": [
"pneumaticcraft:comment",
"pneumaticcraft:start",
"pneumaticcraft:area",
"pneumaticcraft:text",
"pneumaticcraft:item_filter",
"pneumaticcraft:item_assign",
"pneumaticcraft:liquid_filter",
"pneumaticcraft:coordinate",
"pneumaticcraft:coordinate_operator",
"pneumaticcraft:entity_attack",
"pneumaticcraft:dig",
"pneumaticcraft:harvest",
"pneumaticcraft:place",
"pneumaticcraft:block_right_click",
"pneumaticcraft:entity_right_click",
"pneumaticcraft:pickup_item",
"pneumaticcraft:drop_item",
"pneumaticcraft:void_item",
"pneumaticcraft:void_liquid",
"pneumaticcraft:inventory_export",
"pneumaticcraft:inventory_import",
"pneumaticcraft:liquid_export",
"pneumaticcraft:liquid_import",
"pneumaticcraft:entity_export",
"pneumaticcraft:entity_import",
"pneumaticcraft:rf_import",
"pneumaticcraft:rf_export",
"pneumaticcraft:goto",
"pneumaticcraft:teleport",
"pneumaticcraft:emit_redstone",
"pneumaticcraft:label",
"pneumaticcraft:jump",
"pneumaticcraft:wait",
"pneumaticcraft:rename",
"pneumaticcraft:suicide",
"pneumaticcraft:external_program",
"pneumaticcraft:crafting",
"pneumaticcraft:standby",
"pneumaticcraft:logistics",
"pneumaticcraft:for_each_coordinate",
"pneumaticcraft:for_each_item",
"pneumaticcraft:edit_sign",
"pneumaticcraft:condition_coordinate",
"pneumaticcraft:condition_redstone",
"pneumaticcraft:condition_light",
"pneumaticcraft:condition_item_inventory",
"pneumaticcraft:condition_block",
"pneumaticcraft:condition_liquid_inventory",
"pneumaticcraft:condition_entity",
"pneumaticcraft:condition_pressure",
"pneumaticcraft:condition_item",
"pneumaticcraft:drone_condition_item",
"pneumaticcraft:drone_condition_liquid",
"pneumaticcraft:drone_condition_entity",
"pneumaticcraft:drone_condition_pressure",
"pneumaticcraft:condition_rf",
"pneumaticcraft:drone_condition_rf",
"pneumaticcraft:computer_control"
]
}

View File

@ -7,8 +7,8 @@
"immersiveengineering": true,
"curios": true,
"patchouli": true,
"computercraft": true,
"waila": true,
"computercraft": false,
"waila": false,
"appliedenergistics2": true,
"jei": true
}

View File

@ -1,11 +1,11 @@
[general]
"Enable 'q' Button" = true
"Enable 'q' Button" = false
"'q' Button on the Right" = false
"Use Anti Overlap" = true
#
#Quark replaces the Piston logic to allow for its piston features to work. If you're having troubles, try turning this off.
"Use Piston Logic Replacement" = true
"Use Piston Logic Replacement" = false
#
#Allowed values: (0,)
"Piston Push Limit" = 12
@ -140,6 +140,7 @@
"Vertical Planks" = true
"Vertical Slabs" = true
"Wooden Posts" = true
Stools = true
[building.compressed_blocks]
"Charcoal Block and Blaze Lantern Stay On Fire Forever" = true
@ -182,6 +183,7 @@
#
#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
@ -434,7 +436,7 @@
"Afk Time" = 2400
#
#Allowed values: (0,1]
"Percent Req" = 1.0
"Percent Req" = 0.3
[tweaks.infinity_bucket]
Cost = 10
@ -521,21 +523,21 @@
"Bone Meal Utility" = true
[world]
"Big Dungeon" = true
"Big Stone Clusters" = true
"Big Dungeon" = false
"Big Stone Clusters" = false
Biotite = true
"Blossom Trees" = true
"Cave Roots" = true
"Chorus Vegetation" = true
Crevices = true
"Cave Roots" = false
"Chorus Vegetation" = false
Crevices = false
"Fairy Rings" = true
"Mega Caves" = true
"Monster Box" = true
"Nether Obsidian Spikes" = true
"Mega Caves" = false
"Monster Box" = false
"Nether Obsidian Spikes" = false
"New Stone Types" = true
"Realistic World Gen" = true
Speleothems = true
"Spiral Spires" = true
"Realistic World Gen" = false
Speleothems = false
"Spiral Spires" = false
"Underground Clay" = true
"Brimstone Underground Biome" = true
"Cave Crystal Underground Biome" = true
@ -1902,6 +1904,7 @@
#So to display a carrot on a stick on a mending book, for example, you use:
#minecraft:mending=minecraft:carrot_on_a_stick
"Enchanting Additional Stacks" = []
"Food Compression Threshold" = 4
[client.usage_ticker]
#
@ -1926,11 +1929,11 @@
"Shiny Animal Chance" = 2048
[oddities]
Backpack = true
Magnets = true
"Matrix Enchanting" = true
Pipes = true
"Totem Of Holding" = true
Backpack = false
Magnets = false
"Matrix Enchanting" = false
Pipes = false
"Totem Of Holding" = false
[oddities.backpack]
#
@ -2077,6 +2080,6 @@
#
#Sets the name of the shader to load on a regular basis. This can load any shader the Camera module can (and requires the Camera module enabled to apply said logic).
#Some useful shaders include 'desaturate', 'oversaturate', 'bumpy'
#Colorblind simulation shaders are available in the form of 'deutranopia', 'protanopia', 'tritanopia', and 'achromatopsia'
#Colorblind simulation shaders are available in the form of 'deuteranopia', 'protanopia', 'tritanopia', and 'achromatopsia'
Shader = "none"

View File

@ -3,10 +3,10 @@
[storage]
#Background color for group lines
#Range: > 0
groupBackground = -1123021
groupBackground = 0
#Foreground color for group lines
#Range: > 0
groupForeground = -16777216
groupForeground = 0
#If true we automatically set the focus on the search field when opening the GUI for the modular storage. Set to false if you don't want that
autofocusSearch = false
#If true we clear the search field when opening the GUI for the modular storage. Set to false if you don't want that

View File

@ -2,7 +2,7 @@
#Common Settings
[common]
#Disable / enable any items here (disables their recipes)
enabledItems = []
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", "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"]
#Leather Backpack Settings
[common.leatherBackpack]

View File

@ -13,7 +13,3 @@
#When true, removes the size limit from the fill and clone commands.
exceed_fill_clone_limit = true
[warnings]
#Hides the chat message warning you if a world you are on has a mod that disables the DataFixerUpper.
silence_fake_data_fixer_warning = false

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:enabled
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.module.enabled
┃┗
┗╸

View File

@ -2,5 +2,5 @@
┃┏╸bo:generate_documentation
┃┣> Variable Type: java.lang.Boolean
┃┣> Default: true
┃┗> valkyrielib.documentation.enabled
┃┗
┗╸