diff --git a/config/Mekanism/general.toml b/config/Mekanism/general.toml new file mode 100644 index 0000000..ced142b --- /dev/null +++ b/config/Mekanism/general.toml @@ -0,0 +1,146 @@ + +#General Config. This config is synced from server to client. +[general] + #Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler. + maxEnergyPerSteam = 100.0 + #Flamethrower Gas Tank capacity in mB. + maxFlamethrowerGas = 24000 + #If enabled makes Water and Heavy Water blocks be removed from the world on pump. + pumpWaterSources = false + #Disable to make the anchor upgrade not do anything. + allowChunkloading = true + #Energy needed to destroy or attract blocks with a Laser (per block hardness level). + laserEnergyNeededPerHardness = 100000 + #Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater. + heatPerFuelTick = 4.0 + #Scuba Tank Gas Tank capacity in mB. + maxScubaGas = 24000 + #How far (in blocks) a laser can travel. + laserRange = 64 + #Toughness value of the Armored Jetpack. + armoredJetpackToughness = 2 + #Displayed temperature unit in Mekanism GUIs. + #Allowed Values: K, C, R, F, STP + temperatureUnit = "K" + #Log Mekanism packet names. Debug setting. + logPackets = false + #Add filled creative gas tanks to creative/JEI. + prefilledGasTanks = true + #Ops can bypass the block security restrictions if enabled. + opsBypassRestrictions = false + #Energy multiplier for using silk touch mode with the Digital Miner. + minerSilkMultiplier = 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 + digitalMinerMaxRadius = 32 + #Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). + #Range: > 1 + maxUpgradeMultiplier = 10 + #Audible sparkles. + dynamicTankEasterEgg = false + #Joules required by the Resistive Heater to produce one unit of heat. Also affects Thermoelectric Boiler's Water->Steam rate. + energyPerHeat = 1000.0 + #Should machines void the gas inside of them on load if there is no recipe using that gas. Note: Currently broken in 1.14 and always voids the gas. + voidInvalidGases = false + #Armor value of the Armored Jetpack. + armoredJetpackArmor = 12 + #Maximum block distance to pull fluid from for the Electric Pump. + maxPumpRange = 80 + #How many ticks must pass until a block's active state can sync with the client. + UPDATE_DELAY = 10 + #Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. + cardboardModBlacklist = [] + #If enabled, lasers can break blocks and the flamethrower starts fires. + aestheticWorldDamage = true + #Amount of heat each Boiler heating element produces. + superheatingHeatTransfer = 10000.0 + #Displayed energy type in Mekanism GUIs. + #Allowed Values: J, FE, EU + energyType = "FE" + #Enable the security system for players to prevent others from accessing their machines. Does NOT affect Frequencies. + allowProtection = true + #Fluidic Plenisher stops after this many blocks. + maxPlenisherNodes = 4000 + #Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier. + allowTransmitterAlloyUpgrade = true + #Jetpack Gas Tank capacity in mB. + maxJetpackGas = 24000 + #Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter. + portableTeleporterDelay = 0 + + #Thermal Evaporation Plant Settings + [general.thermal_evaporation] + #Heat to absorb per Solar Panel array of Thermal Evaporation Tower. + solarMultiplier = 0.2 + #Max Temperature of the Thermal Evaporation Tower. + maxTemp = 3000.0 + #Temperature to amount produced ratio for Thermal Evaporation Tower. + tempMultiplier = 0.1 + #Thermal Evaporation Tower heat loss per tick. + heatDissipation = 0.02 + + #Atomic Disassembler Settings + [general.atomic_disassembler] + #The amount of damage the Atomic Disassembler does when it has at least DisassemblerEnergyUsageWeapon power stored. (Value is in number of half hearts) + damageMax = 20 + #Cost in Joules of using the Atomic Disassembler as an axe for stripping logs. + energyUsageAxe = 10 + #Cost in Joules of using the Atomic Disassembler as a weapon. + energyUsageWeapon = 2000 + #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 + #The max Atomic Disassembler Vein Mining Block Count. + miningCount = 128 + #The Range of the Atomic Disassembler Extended Vein Mining. + miningRange = 10 + #Cost in Joules of using the Atomic Disassembler as a shovel for making paths. + energyUsageShovel = 10 + #Cost in Joules of using the Atomic Disassembler as a hoe. + energyUsageHoe = 10 + #The amount of damage the Atomic Disassembler does when it is out of power. (Value is in number of half hearts) + damageMin = 4 + #Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor) + energyUsage = 10 + #Maximum amount (joules) of energy the Atomic Disassembler can contain + #Range: 0.0 ~ 1.7976931348623157E308 + batteryCapacity = 1000000.0 + #Enable the 'Extended Vein Mining' mode for the Atomic Disassembler. (Allows vein mining everything not just ores/logs) + extendedMining = true + + #Quantum Entangloporter Settings + [general.quantum_entangloporter] + #Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. + #Range: 0.0 ~ 1.7976931348623157E308 + energyBuffer = 1.6E7 + #Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + #Range: > 0 + fluidBuffer = 512000 + #Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + #Range: > 0 + gasBuffer = 512000 + + #Energy Conversion Rate Settings + [general.energy_conversion] + #Conversion multiplier from Forge Energy to Joules (FE * JoulesToForge = Joules) + JoulesToForge = 2.5 + #How much energy (Joules) a piece of redstone gives in machines. + EnergyPerRedstone = 10000.0 + #Conversion multiplier from Joules to EU (Joules * EUToJoules = EU) + EUToJoules = 0.1 + #Conversion multiplier from EU to Joules (EU * JoulesToEU = Joules) + JoulesToEU = 10.0 + #Disables Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). + blacklistForge = false + #Conversion multiplier from Joules to Forge Energy (Joules * ForgeToJoules = FE) + ForgeToJoules = 0.4 + #Disables IC2 power integration. Requires world restart (server-side option in SMP). + blacklistIC2 = false + #Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus). + EthyleneBurnTime = 40 + #How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity. + HydrogenEnergyDensity = 200.0 + diff --git a/config/Mekanism/generators.toml b/config/Mekanism/generators.toml new file mode 100644 index 0000000..b03de2a --- /dev/null +++ b/config/Mekanism/generators.toml @@ -0,0 +1,54 @@ + +#Mekanism Generators Config. This config is synced between server and client. +[generators] + #Peak output for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments. + #Range: 0.0 ~ 1.7976931348623157E308 + advancedSolarGeneration = 300.0 + #Affects the Injection Rate, Max Temp, and Ignition Temp. + #Range: 0.0 ~ 1.7976931348623157E308 + energyPerFusionFuel = 5000000.0 + #Amount of energy in Joules the Bio Generator produces per tick. + #Range: 0.0 ~ 1.7976931348623157E308 + bioGeneration = 350.0 + #Peak output for the Solar Generator. Note: It can go higher than this value in some extreme environments. + #Range: 0.0 ~ 1.7976931348623157E308 + solarGeneration = 50.0 + + #Wind Generator Settings + [generators.wind_generator] + #Minimum base generation value of the Wind Generator. + #Range: 0.0 ~ 1.7976931348623157E308 + windGenerationMin = 60.0 + #The list of dimension ids that the Wind Generator will not generate power in. + windGenerationDimBlacklist = [] + #The maximum Y value that affects the Wind Generators Power generation. + windGenerationMaxY = 255 + #Maximum base generation value of the Wind Generator. + #Range: 0.0 ~ 1.7976931348623157E308 + windGenerationMax = 480.0 + #The minimum Y value that affects the Wind Generators Power generation. + windGenerationMinY = 24 + + #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 = 16000.0 + #The rate at which steam is dispersed into the turbine. + turbineDisperserGasFlow = 640.0 + #The rate at which steam is condensed in the turbine. + condenserRate = 32000 + + #Heat Generator Settings + [generators.heat_generator] + #Add this amount of Joules to the energy produced by a heat generator if it is in the Nether. + #Range: 0.0 ~ 1.7976931348623157E308 + heatGenerationNether = 100.0 + #Multiplier of effectiveness of Lava in the Heat Generator. + #Range: 0.0 ~ 1.7976931348623157E308 + heatGenerationLava = 5.0 + #Amount of energy in Joules the Heat Generator produces per tick. (heatGenerationLava * heatGenerationLava) + heatGenerationNether + #Range: 0.0 ~ 1.7976931348623157E308 + heatGeneration = 150.0 + diff --git a/config/Mekanism/machine-storage.toml b/config/Mekanism/machine-storage.toml new file mode 100644 index 0000000..b54ab93 --- /dev/null +++ b/config/Mekanism/machine-storage.toml @@ -0,0 +1,54 @@ + +#Machine Energy Storage Config. This config is synced from server to client. +[storage] + #Base energy storage (Joules). + rotaryCondensentrator = 20000.0 + #Base energy storage (Joules). + digitalMiner = 40000.0 + #Base energy storage (Joules). + energizedSmelter = 20000.0 + #Base energy storage (Joules). + seismicVibrator = 20000.0 + #Base energy storage (Joules). + teleporter = 5000000.0 + #Base energy storage (Joules). + laser = 2000000.0 + #Base energy storage (Joules). + chemicalInjectionChamber = 160000.0 + #Base energy storage (Joules). + crusher = 20000.0 + #Base energy storage (Joules). + pressurizedReactionBase = 2000.0 + #Base energy storage (Joules). + chemicalInfuser = 80000.0 + #Base energy storage (Joules). + formulaicAssemblicator = 40000.0 + #Base energy storage (Joules). + osmiumCompressor = 80000.0 + #Base energy storage (Joules). + precisionSawmill = 20000.0 + #Base energy storage (Joules). + combiner = 40000.0 + #Base energy storage (Joules). + metallurgicInfuser = 20000.0 + #Base energy storage (Joules). + purificationChamber = 80000.0 + #Base energy storage (Joules). + oxidationChamber = 80000.0 + #Base energy storage (Joules). + chemicalCrystallizer = 160000.0 + #Base energy storage (Joules). + fluidicPlenisher = 40000.0 + #Base energy storage (Joules). + chargePad = 40000.0 + #Base energy storage (Joules). + electrolyticSeparator = 160000.0 + #Base energy storage (Joules). + electricPump = 40000.0 + #Base energy storage (Joules). + enrichmentChamber = 20000.0 + #Base energy storage (Joules). + chemicalDissolutionChamber = 160000.0 + #Base energy storage (Joules). + chemicalWasher = 80000.0 + diff --git a/config/Mekanism/machine-usage.toml b/config/Mekanism/machine-usage.toml new file mode 100644 index 0000000..6e77a39 --- /dev/null +++ b/config/Mekanism/machine-usage.toml @@ -0,0 +1,57 @@ + +#Machine Energy Usage Config. This config is synced from server to client. +[usage] + #Energy per operation tick (Joules). + chemicalInfuser = 200.0 + #Energy per operation tick (Joules). + formulaicAssemblicator = 100.0 + #Energy per operation tick (Joules). + rotaryCondensentrator = 50.0 + #Energy per operation tick (Joules). + osmiumCompressor = 100.0 + #Energy per operation tick (Joules). + precisionSawmill = 50.0 + #Energy per operation tick (Joules). + digitalMiner = 100.0 + #Energy per operation tick (Joules). + combiner = 50.0 + #Energy per operation tick (Joules). + metallurgicInfuser = 50.0 + #Energy per operation tick (Joules). + purificationChamber = 200.0 + #Energy per operation tick (Joules). + oxidationChamber = 200.0 + #Energy per operation tick (Joules). + chemicalCrystallizer = 400.0 + #Energy per operation tick (Joules). + energizedSmelter = 50.0 + #Energy per operation tick (Joules). + fluidicPlenisher = 100.0 + #Energy per operation tick (Joules). + seismicVibrator = 50.0 + #Energy per operation tick (Joules). + electricPump = 100.0 + #Energy per operation tick (Joules). + laser = 5000.0 + #Energy per operation tick (Joules). + enrichmentChamber = 50.0 + #Energy per operation tick (Joules). + chemicalDissolutionChamber = 400.0 + #Energy per operation tick (Joules). + chemicalInjectionChamber = 400.0 + #Energy per operation tick (Joules). + crusher = 50.0 + #Energy per operation tick (Joules). + chemicalWasher = 200.0 + #Energy per operation tick (Joules). + pressurizedReactionBase = 5.0 + + #Teleporter + [usage.teleporter] + #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 + #Base Joules cost for a teleportation. + teleporterBase = 1000 + diff --git a/config/Mekanism/tiers.toml b/config/Mekanism/tiers.toml new file mode 100644 index 0000000..4f65750 --- /dev/null +++ b/config/Mekanism/tiers.toml @@ -0,0 +1,286 @@ + +#Tier Config. This config is synced from server to client. +[tier] + + #Bins + [tier.bins] + #The number of items Ultimate bins can store. + #Range: > 1 + ultimateStorage = 262144 + #The number of items Creative bins can store. + #Range: > 1 + creativeStorage = 2147483647 + #The number of items Basic bins can store. + #Range: > 1 + basicStorage = 4096 + #The number of items Elite bins can store. + #Range: > 1 + eliteStorage = 32768 + #The number of items Advanced bins can store. + #Range: > 1 + advancedStorage = 8192 + + #Induction + [tier.induction] + #Maximum number of Joules Ultimate induction cells can store. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateStorage = 5.12E11 + #Maximum number of Joules Advanced induction providers can output or accept. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedOutput = 512000.0 + #Maximum number of Joules Ultimate induction providers can output or accept. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateOutput = 3.2768E7 + #Maximum number of Joules Basic induction providers can output or accept. + #Range: 1.0 ~ 1.7976931348623157E308 + basicOutput = 64000.0 + #Maximum number of Joules Basic induction cells can store. + #Range: 1.0 ~ 1.7976931348623157E308 + basicStorage = 1.0E9 + #Maximum number of Joules Elite induction cells can store. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteStorage = 6.4E10 + #Maximum number of Joules Advanced induction cells can store. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedStorage = 8.0E9 + #Maximum number of Joules Elite induction providers can output or accept. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteOutput = 4096000.0 + + #Transmitters + [tier.transmitters] + + #Thermodynamic Conductors + [tier.transmitters.heat] + #Heat capacity of Advanced thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedHeatCapacity = 1.0 + #Insulation value of Advanced thermodynamic conductor. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedInsulation = 400.0 + #Conduction value of Elite thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteInverseConduction = 5.0 + #Conduction value of Ultimate thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateInverseConduction = 5.0 + #Heat capacity of Elite thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteHeatCapacity = 1.0 + #Insulation value of Elite thermodynamic conductor. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteInsulation = 8000.0 + #Conduction value of Basic thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + basicInverseConduction = 5.0 + #Insulation value of Basic thermodynamic conductor. + #Range: 1.0 ~ 1.7976931348623157E308 + basicInsulation = 10.0 + #Insulation value of Ultimate thermodynamic conductor. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateInsulation = 100000.0 + #Heat capacity of Basic thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + basicHeatCapacity = 1.0 + #Heat capacity of Ultimate thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateHeatCapacity = 1.0 + #Conduction value of Advanced thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedInverseConduction = 5.0 + + #Pressurized Tubes + [tier.transmitters.gas] + #Pump rate of Basic pressurized tubes in mB/t. + #Range: > 1 + basicPullAmount = 64 + #Pump rate of Advanced pressurized tubes in mB/t. + #Range: > 1 + advancedPullAmount = 256 + #Capacity of Basic pressurized tubes in mB. + #Range: > 1 + basicCapacity = 256 + #Pump rate of Elite pressurized tubes in mB/t. + #Range: > 1 + elitePullAmount = 1024 + #Capacity of Ultimate pressurized tubes in mB. + #Range: > 1 + ultimateCapacity = 16384 + #Capacity of Advanced pressurized tubes in mB. + #Range: > 1 + advancedCapacity = 1024 + #Capacity of Elite pressurized tubes in mB. + #Range: > 1 + eliteCapacity = 4096 + #Pump rate of Ultimate pressurized tubes in mB/t. + #Range: > 1 + ultimatePullAmount = 4096 + + #Mechanical Pipes + [tier.transmitters.fluid] + #Pump rate of Basic mechanical pipes in mB/t. + #Range: > 1 + basicPullAmount = 100 + #Pump rate of Advanced mechanical pipes in mB/t. + #Range: > 1 + advancedPullAmount = 400 + #Capacity of Basic mechanical pipes in mB. + #Range: > 1 + basicCapacity = 1000 + #Pump rate of Elite mechanical pipes in mB/t. + #Range: > 1 + elitePullAmount = 1600 + #Capacity of Ultimate mechanical pipes in mB. + #Range: > 1 + ultimateCapacity = 64000 + #Capacity of Advanced mechanical pipes in mB. + #Range: > 1 + advancedCapacity = 4000 + #Capacity of Elite mechanical pipes in mB. + #Range: > 1 + eliteCapacity = 16000 + #Pump rate of Ultimate mechanical pipes in mB/t. + #Range: > 1 + ultimatePullAmount = 6400 + + #Logistical Transporters + [tier.transmitters.items] + #Item throughput rate of Basic logistical transporters in items/s. + #Range: > 1 + basicPullAmount = 1 + #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 + #Five times travel speed of Basic logistical transporter. + #Range: > 1 + basicSpeed = 5 + + #Universal Cables + [tier.transmitters.energy] + #Internal buffer in Joules of each Basic universal cable. + #Range: > 1 + basicCapacity = 3200 + #Internal buffer in Joules of each Ultimate universal cable. + #Range: > 1 + ultimateCapacity = 320000 + #Internal buffer in Joules of each Advanced universal cable. + #Range: > 1 + advancedCapacity = 12800 + #Internal buffer in Joules of each Elite universal cable. + #Range: > 1 + eliteCapacity = 64000 + + #Gas Tanks + [tier.gas_tanks] + #Output rate of Advanced gas tanks in mB. + #Range: > 1 + advancedOutput = 512 + #Storage size of Ultimate gas tanks in mB. + #Range: > 1 + ultimateStorage = 512000 + #Output rate of Ultimate gas tanks in mB. + #Range: > 1 + ultimateOutput = 2056 + #Storage size of Creative gas tanks in mB. + #Range: > 1 + creativeStorage = 2147483647 + #Output rate of Basic gas tanks in mB. + #Range: > 1 + basicOutput = 256 + #Storage size of Basic gas tanks in mB. + #Range: > 1 + basicStorage = 64000 + #Storage size of Elite gas tanks in mB. + #Range: > 1 + eliteStorage = 256000 + #Output rate of Creative gas tanks in mB. + #Range: > 1 + creativeOutput = 1073741823 + #Storage size of Advanced gas tanks in mB. + #Range: > 1 + advancedStorage = 128000 + #Output rate of Elite gas tanks in mB. + #Range: > 1 + eliteOutput = 1028 + + #Energy Cubes + [tier.energy_cubes] + #Output rate in Joules of Advanced energy cubes. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedOutput = 3200.0 + #Maximum number of Joules Ultimate energy cubes can store. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateStorage = 1.28E8 + #Output rate in Joules of Ultimate energy cubes. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateOutput = 51200.0 + #Maximum number of Joules Creative energy cubes can store. + #Range: 1.0 ~ 1.7976931348623157E308 + creativeStorage = 1.7976931348623157E308 + #Output rate in Joules of Basic energy cubes. + #Range: 1.0 ~ 1.7976931348623157E308 + basicOutput = 800.0 + #Maximum number of Joules Basic energy cubes can store. + #Range: 1.0 ~ 1.7976931348623157E308 + basicStorage = 2000000.0 + #Maximum number of Joules Elite energy cubes can store. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteStorage = 3.2E7 + #Output rate in Joules of Creative energy cubes. + #Range: 1.0 ~ 1.7976931348623157E308 + creativeOutput = 1.7976931348623157E308 + #Maximum number of Joules Advanced energy cubes can store. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedStorage = 8000000.0 + #Output rate in Joules of Elite energy cubes. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteOutput = 12800.0 + + #Fluid Tanks + [tier.fluid_tanks] + #Output rate of Advanced fluid tanks in mB. + #Range: > 1 + advancedOutput = 800 + #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 Basic fluid tanks in mB. + #Range: > 1 + basicOutput = 400 + #Storage size of Basic fluid tanks in mB. + #Range: > 1 + basicStorage = 14000 + #Storage size of Elite fluid tanks in mB. + #Range: > 1 + eliteStorage = 56000 + #Output rate of Creative fluid tanks in mB. + #Range: > 1 + creativeOutput = 1073741823 + #Storage size of Advanced fluid tanks in mB. + #Range: > 1 + advancedStorage = 28000 + #Output rate of Elite fluid tanks in mB. + #Range: > 1 + eliteOutput = 1600 + diff --git a/config/Mekanism/tools.toml b/config/Mekanism/tools.toml new file mode 100644 index 0000000..b26f941 --- /dev/null +++ b/config/Mekanism/tools.toml @@ -0,0 +1,373 @@ + +#Mekanism Tools Config. This config is synced from server to client. +[tools] + #The chance that Mekanism Armor can spawn on mobs. + #Range: 0.0 ~ 1.0 + mobArmorSpawnRate = 0.03 + + # Material Settings for steel + [tools.steel] + #Protection value of steel boots. + steelBootArmor = 3 + #Attack speed of steel axes. + steelAxeAtkSpeed = -3.0 + #Base armor toughness value of steel armor. + steelToughness = 1.0 + #Protection value of steel chestplates. + steelChestplateArmor = 7 + #Base attack damage of steel items. + steelAttackDamage = 4.0 + #Attack speed of steel swords. + steelSwordAtkSpeed = -2.4000000953674316 + #Maximum durability of steel paxels. + steelPaxelMaxUses = 1250 + #Maximum durability of steel leggings. + steelLeggingDurability = 600 + #Harvest level of steel paxels. + steelPaxelHarvestLevel = 3 + #Attack damage modifier of steel paxels. + steelPaxelDamage = 8.0 + #Attack damage modifier of steel pickaxes. + steelPickaxeDamage = 1 + #Attack damage modifier of steel swords. + steelSwordDamage = 3 + #Attack speed of steel pickaxes. + steelPickaxeAtkSpeed = -2.799999952316284 + #Maximum durability of steel tools. + steelToolMaxUses = 850 + #Protection value of steel leggings. + steelLeggingArmor = 6 + #Natural enchantability factor of steel paxels. + steelPaxelEnchantability = 14 + #Efficiency of steel tools. + steelEfficiency = 14.0 + #Maximum durability of steel helmets. + steelHelmetDurability = 440 + #Maximum durability of steel boots. + steelBootDurability = 520 + #Attack speed of steel paxels. + steelPaxelAtkSpeed = -2.4000000953674316 + #Attack damage modifier of steel axes. + steelAxeDamage = 4.0 + #Attack damage modifier of steel shovels. + steelShovelDamage = 1.5 + #Attack speed of steel shovels. + steelShovelAtkSpeed = -3.0 + #Maximum durability of steel chestplates. + steelChestplateDurability = 640 + #Efficiency of steel paxels. + steelPaxelEfficiency = 18.0 + #Protection value of steel helmets. + steelHelmetArmor = 3 + #Harvest level of steel tools. + steelHarvestLevel = 3 + #Natural enchantability factor of steel items. + steelEnchantability = 10 + #Attack speed of steel hoes. + steelHoeAtkSpeed = 1.0 + + # Material Settings for refined_glowstone + [tools.refined_glowstone] + #Attack speed of refined_glowstone paxels. + refined_glowstonePaxelAtkSpeed = -2.4000000953674316 + #Protection value of refined_glowstone leggings. + refined_glowstoneLeggingArmor = 6 + #Attack speed of refined_glowstone axes. + refined_glowstoneAxeAtkSpeed = -3.0999999046325684 + #Attack speed of refined_glowstone hoes. + refined_glowstoneHoeAtkSpeed = 2.0 + #Base armor toughness value of refined_glowstone armor. + refined_glowstoneToughness = 0.0 + #Maximum durability of refined_glowstone helmets. + refined_glowstoneHelmetDurability = 198 + #Attack damage modifier of refined_glowstone pickaxes. + refined_glowstonePickaxeDamage = 1 + #Maximum durability of refined_glowstone paxels. + refined_glowstonePaxelMaxUses = 450 + #Attack speed of refined_glowstone swords. + refined_glowstoneSwordAtkSpeed = -2.4000000953674316 + #Natural enchantability factor of refined_glowstone items. + refined_glowstoneEnchantability = 18 + #Protection value of refined_glowstone chestplates. + refined_glowstoneChestplateArmor = 7 + #Harvest level of refined_glowstone tools. + refined_glowstoneHarvestLevel = 2 + #Attack speed of refined_glowstone shovels. + refined_glowstoneShovelAtkSpeed = -3.0 + #Protection value of refined_glowstone helmets. + refined_glowstoneHelmetArmor = 3 + #Maximum durability of refined_glowstone tools. + refined_glowstoneToolMaxUses = 300 + #Efficiency of refined_glowstone paxels. + refined_glowstonePaxelEfficiency = 18.0 + #Efficiency of refined_glowstone tools. + refined_glowstoneEfficiency = 14.0 + #Harvest level of refined_glowstone paxels. + refined_glowstonePaxelHarvestLevel = 3 + #Attack damage modifier of refined_glowstone axes. + refined_glowstoneAxeDamage = 3.0 + #Maximum durability of refined_glowstone boots. + refined_glowstoneBootDurability = 234 + #Maximum durability of refined_glowstone chestplates. + refined_glowstoneChestplateDurability = 288 + #Attack damage modifier of refined_glowstone shovels. + refined_glowstoneShovelDamage = 1.5 + #Attack speed of refined_glowstone pickaxes. + refined_glowstonePickaxeAtkSpeed = -2.799999952316284 + #Attack damage modifier of refined_glowstone swords. + refined_glowstoneSwordDamage = 3 + #Natural enchantability factor of refined_glowstone paxels. + refined_glowstonePaxelEnchantability = 22 + #Attack damage modifier of refined_glowstone paxels. + refined_glowstonePaxelDamage = 4.0 + #Maximum durability of refined_glowstone leggings. + refined_glowstoneLeggingDurability = 270 + #Base attack damage of refined_glowstone items. + refined_glowstoneAttackDamage = 5.0 + #Protection value of refined_glowstone boots. + refined_glowstoneBootArmor = 3 + + # Material Settings for lapis_lazuli + [tools.lapis_lazuli] + #Harvest level of lapis_lazuli paxels. + lapis_lazuliPaxelHarvestLevel = 2 + #Attack speed of lapis_lazuli pickaxes. + lapis_lazuliPickaxeAtkSpeed = -2.799999952316284 + #Protection value of lapis_lazuli helmets. + lapis_lazuliHelmetArmor = 2 + #Attack damage modifier of lapis_lazuli paxels. + lapis_lazuliPaxelDamage = 6.0 + #Efficiency of lapis_lazuli tools. + lapis_lazuliEfficiency = 5.0 + #Attack speed of lapis_lazuli hoes. + lapis_lazuliHoeAtkSpeed = -1.0 + #Protection value of lapis_lazuli boots. + lapis_lazuliBootArmor = 2 + #Efficiency of lapis_lazuli paxels. + lapis_lazuliPaxelEfficiency = 6.0 + #Natural enchantability factor of lapis_lazuli paxels. + lapis_lazuliPaxelEnchantability = 10 + #Attack speed of lapis_lazuli paxels. + lapis_lazuliPaxelAtkSpeed = -2.4000000953674316 + #Attack damage modifier of lapis_lazuli pickaxes. + lapis_lazuliPickaxeDamage = 1 + #Maximum durability of lapis_lazuli tools. + lapis_lazuliToolMaxUses = 200 + #Protection value of lapis_lazuli leggings. + lapis_lazuliLeggingArmor = 6 + #Attack speed of lapis_lazuli swords. + lapis_lazuliSwordAtkSpeed = -2.4000000953674316 + #Attack damage modifier of lapis_lazuli axes. + lapis_lazuliAxeDamage = 6.0 + #Maximum durability of lapis_lazuli leggings. + lapis_lazuliLeggingDurability = 195 + #Maximum durability of lapis_lazuli boots. + lapis_lazuliBootDurability = 169 + #Attack damage modifier of lapis_lazuli shovels. + lapis_lazuliShovelDamage = 1.5 + #Attack damage modifier of lapis_lazuli swords. + lapis_lazuliSwordDamage = 3 + #Base armor toughness value of lapis_lazuli armor. + lapis_lazuliToughness = 0.0 + #Maximum durability of lapis_lazuli paxels. + lapis_lazuliPaxelMaxUses = 250 + #Base attack damage of lapis_lazuli items. + lapis_lazuliAttackDamage = 2.0 + #Harvest level of lapis_lazuli tools. + lapis_lazuliHarvestLevel = 2 + #Maximum durability of lapis_lazuli helmets. + lapis_lazuliHelmetDurability = 143 + #Natural enchantability factor of lapis_lazuli items. + lapis_lazuliEnchantability = 8 + #Maximum durability of lapis_lazuli chestplates. + lapis_lazuliChestplateDurability = 208 + #Attack speed of lapis_lazuli axes. + lapis_lazuliAxeAtkSpeed = -3.0999999046325684 + #Protection value of lapis_lazuli chestplates. + lapis_lazuliChestplateArmor = 5 + #Attack speed of lapis_lazuli shovels. + lapis_lazuliShovelAtkSpeed = -3.0 + + # Material Settings for osmium + [tools.osmium] + #Attack damage modifier of osmium swords. + osmiumSwordDamage = 3 + #Protection value of osmium chestplates. + osmiumChestplateArmor = 5 + #Efficiency of osmium paxels. + osmiumPaxelEfficiency = 12.0 + #Efficiency of osmium tools. + osmiumEfficiency = 10.0 + #Attack speed of osmium pickaxes. + osmiumPickaxeAtkSpeed = -2.799999952316284 + #Maximum durability of osmium tools. + osmiumToolMaxUses = 500 + #Harvest level of osmium tools. + osmiumHarvestLevel = 2 + #Natural enchantability factor of osmium items. + osmiumEnchantability = 12 + #Attack speed of osmium shovels. + osmiumShovelAtkSpeed = -3.0 + #Attack damage modifier of osmium paxels. + osmiumPaxelDamage = 5.0 + #Attack speed of osmium hoes. + osmiumHoeAtkSpeed = 1.0 + #Maximum durability of osmium boots. + osmiumBootDurability = 390 + #Maximum durability of osmium helmets. + osmiumHelmetDurability = 330 + #Attack damage modifier of osmium axes. + osmiumAxeDamage = 4.0 + #Protection value of osmium helmets. + osmiumHelmetArmor = 3 + #Attack damage modifier of osmium shovels. + osmiumShovelDamage = 1.5 + #Maximum durability of osmium paxels. + osmiumPaxelMaxUses = 700 + #Base attack damage of osmium items. + osmiumAttackDamage = 4.0 + #Base armor toughness value of osmium armor. + osmiumToughness = 1.0 + #Harvest level of osmium paxels. + osmiumPaxelHarvestLevel = 3 + #Natural enchantability factor of osmium paxels. + osmiumPaxelEnchantability = 16 + #Maximum durability of osmium chestplates. + osmiumChestplateDurability = 480 + #Attack speed of osmium axes. + osmiumAxeAtkSpeed = -3.0 + #Attack speed of osmium paxels. + osmiumPaxelAtkSpeed = -2.4000000953674316 + #Attack damage modifier of osmium pickaxes. + osmiumPickaxeDamage = 1 + #Protection value of osmium boots. + osmiumBootArmor = 3 + #Protection value of osmium leggings. + osmiumLeggingArmor = 6 + #Maximum durability of osmium leggings. + osmiumLeggingDurability = 450 + #Attack speed of osmium swords. + osmiumSwordAtkSpeed = -2.4000000953674316 + + # Material Settings for refined_obsidian + [tools.refined_obsidian] + #Protection value of refined_obsidian chestplates. + refined_obsidianChestplateArmor = 12 + #Attack damage modifier of refined_obsidian axes. + refined_obsidianAxeDamage = 2.0 + #Attack speed of refined_obsidian pickaxes. + refined_obsidianPickaxeAtkSpeed = -2.799999952316284 + #Harvest level of refined_obsidian paxels. + refined_obsidianPaxelHarvestLevel = 3 + #Base armor toughness value of refined_obsidian armor. + refined_obsidianToughness = 4.0 + #Attack speed of refined_obsidian hoes. + refined_obsidianHoeAtkSpeed = 7.0 + #Attack speed of refined_obsidian swords. + refined_obsidianSwordAtkSpeed = -2.4000000953674316 + #Base attack damage of refined_obsidian items. + refined_obsidianAttackDamage = 10.0 + #Natural enchantability factor of refined_obsidian items. + refined_obsidianEnchantability = 40 + #Attack speed of refined_obsidian axes. + refined_obsidianAxeAtkSpeed = -2.0 + #Attack damage modifier of refined_obsidian paxels. + refined_obsidianPaxelDamage = 4.0 + #Natural enchantability factor of refined_obsidian paxels. + refined_obsidianPaxelEnchantability = 50 + #Attack damage modifier of refined_obsidian swords. + refined_obsidianSwordDamage = 3 + #Attack damage modifier of refined_obsidian shovels. + refined_obsidianShovelDamage = 1.5 + #Maximum durability of refined_obsidian boots. + refined_obsidianBootDurability = 650 + #Efficiency of refined_obsidian paxels. + refined_obsidianPaxelEfficiency = 25.0 + #Efficiency of refined_obsidian tools. + refined_obsidianEfficiency = 20.0 + #Maximum durability of refined_obsidian tools. + refined_obsidianToolMaxUses = 2500 + #Maximum durability of refined_obsidian chestplates. + refined_obsidianChestplateDurability = 800 + #Maximum durability of refined_obsidian leggings. + refined_obsidianLeggingDurability = 750 + #Attack damage modifier of refined_obsidian pickaxes. + refined_obsidianPickaxeDamage = 1 + #Harvest level of refined_obsidian tools. + refined_obsidianHarvestLevel = 3 + #Attack speed of refined_obsidian paxels. + refined_obsidianPaxelAtkSpeed = -2.4000000953674316 + #Protection value of refined_obsidian boots. + refined_obsidianBootArmor = 5 + #Protection value of refined_obsidian helmets. + refined_obsidianHelmetArmor = 5 + #Attack speed of refined_obsidian shovels. + refined_obsidianShovelAtkSpeed = -3.0 + #Protection value of refined_obsidian leggings. + refined_obsidianLeggingArmor = 8 + #Maximum durability of refined_obsidian helmets. + refined_obsidianHelmetDurability = 550 + #Maximum durability of refined_obsidian paxels. + refined_obsidianPaxelMaxUses = 3000 + + # Material Settings for bronze + [tools.bronze] + #Base armor toughness value of bronze armor. + bronzeToughness = 0.0 + #Protection value of bronze boots. + bronzeBootArmor = 2 + #Attack speed of bronze hoes. + bronzeHoeAtkSpeed = 3.0 + #Harvest level of bronze tools. + bronzeHarvestLevel = 2 + #Protection value of bronze chestplates. + bronzeChestplateArmor = 6 + #Attack damage modifier of bronze pickaxes. + bronzePickaxeDamage = 1 + #Attack speed of bronze axes. + bronzeAxeAtkSpeed = -3.0999999046325684 + #Maximum durability of bronze paxels. + bronzePaxelMaxUses = 1100 + #Attack speed of bronze pickaxes. + bronzePickaxeAtkSpeed = -2.799999952316284 + #Protection value of bronze helmets. + bronzeHelmetArmor = 3 + #Attack damage modifier of bronze axes. + bronzeAxeDamage = 2.0 + #Maximum durability of bronze tools. + bronzeToolMaxUses = 800 + #Maximum durability of bronze boots. + bronzeBootDurability = 455 + #Protection value of bronze leggings. + bronzeLeggingArmor = 5 + #Harvest level of bronze paxels. + bronzePaxelHarvestLevel = 3 + #Efficiency of bronze tools. + bronzeEfficiency = 14.0 + #Natural enchantability factor of bronze items. + bronzeEnchantability = 10 + #Attack damage modifier of bronze swords. + bronzeSwordDamage = 3 + #Attack speed of bronze shovels. + bronzeShovelAtkSpeed = -3.0 + #Maximum durability of bronze chestplates. + bronzeChestplateDurability = 560 + #Maximum durability of bronze leggings. + bronzeLeggingDurability = 525 + #Natural enchantability factor of bronze paxels. + bronzePaxelEnchantability = 14 + #Base attack damage of bronze items. + bronzeAttackDamage = 6.0 + #Attack speed of bronze swords. + bronzeSwordAtkSpeed = -2.4000000953674316 + #Maximum durability of bronze helmets. + bronzeHelmetDurability = 385 + #Attack damage modifier of bronze shovels. + bronzeShovelDamage = 1.5 + #Attack speed of bronze paxels. + bronzePaxelAtkSpeed = -2.4000000953674316 + #Attack damage modifier of bronze paxels. + bronzePaxelDamage = 8.0 + #Efficiency of bronze paxels. + bronzePaxelEfficiency = 16.0 + diff --git a/config/PeacefulSurface_Rules/DefaultRule.json b/config/PeacefulSurface_Rules/DefaultRule.json deleted file mode 100644 index 9e17e0b..0000000 --- a/config/PeacefulSurface_Rules/DefaultRule.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "Disabled": false, - "Living": false, - "Monster": true, - "Animal": false, - "Checking_LightLevel": true, - "Checking_Altitude": false, - "Sunny": false, - "Raining": false, - "Thundering": false, - "Day": false, - "Night": false, - "InvertedMobFilter": false, - "InvertedDimensionFilter": false, - "InvertedLightLevelChecking": false, - "InvertedAltitudeChecking": false, - "mobFilter": "(\\bminecraft:slime\\b)", - "dimensionFilter": "(\\bminecraft:the_end\\b)|(\\bminecraft:the_nether\\b)", - "LightLevel": 0, - "Altitude": 60, - "MoonPhase": 0, - "DisabledUnderBloodmoon": false, - "DisabledWhenSunny": false, - "DisabledWhenRaining": false, - "DisabledWhenThundering": false, - "DisabledWhenDay": false, - "DisabledWhenNight": false -} diff --git a/config/biomesoplenty/biome_weights.json b/config/biomesoplenty/biome_weights.json new file mode 100644 index 0000000..045c576 --- /dev/null +++ b/config/biomesoplenty/biome_weights.json @@ -0,0 +1,192 @@ +{ + "standard_weights": { + "biomesoplenty:alps": { + "weight": 5 + }, + "biomesoplenty:ashen_inferno": { + "weight": 5 + }, + "biomesoplenty:bayou": { + "weight": 7 + }, + "biomesoplenty:bog": { + "weight": 3 + }, + "biomesoplenty:boreal_forest": { + "weight": 7 + }, + "biomesoplenty:brushland": { + "weight": 5 + }, + "biomesoplenty:chaparral": { + "weight": 5 + }, + "biomesoplenty:cherry_blossom_grove": { + "weight": 1 + }, + "biomesoplenty:cold_desert": { + "weight": 7 + }, + "biomesoplenty:coniferous_forest": { + "weight": 10 + }, + "biomesoplenty:dead_forest": { + "weight": 2 + }, + "biomesoplenty:floodplain": { + "weight": 5 + }, + "biomesoplenty:fungal_jungle": { + "weight": 1 + }, + "biomesoplenty:ghost_forest": { + "weight": 2 + }, + "biomesoplenty:glowstone_grotto": { + "weight": 3 + }, + "biomesoplenty:grassland": { + "weight": 5 + }, + "biomesoplenty:grove": { + "weight": 7 + }, + "biomesoplenty:highland": { + "weight": 3 + }, + "biomesoplenty:lavender_field": { + "weight": 5 + }, + "biomesoplenty:lush_grassland": { + "weight": 7 + }, + "biomesoplenty:lush_swamp": { + "weight": 3 + }, + "biomesoplenty:mangrove": { + "weight": 10 + }, + "biomesoplenty:maple_woods": { + "weight": 3 + }, + "biomesoplenty:marsh": { + "weight": 5 + }, + "biomesoplenty:meadow": { + "weight": 7 + }, + "biomesoplenty:mire": { + "weight": 3 + }, + "biomesoplenty:mystic_grove": { + "weight": 1 + }, + "biomesoplenty:ominous_woods": { + "weight": 1 + }, + "biomesoplenty:outback": { + "weight": 7 + }, + "biomesoplenty:overgrown_cliffs": { + "weight": 3 + }, + "biomesoplenty:poppy_field": { + "weight": 2 + }, + "biomesoplenty:prairie": { + "weight": 10 + }, + "biomesoplenty:rainforest": { + "weight": 7 + }, + "biomesoplenty:redwood_forest": { + "weight": 3 + }, + "biomesoplenty:scrubland": { + "weight": 7 + }, + "biomesoplenty:seasonal_forest": { + "weight": 5 + }, + "biomesoplenty:shield": { + "weight": 5 + }, + "biomesoplenty:shrubland": { + "weight": 5 + }, + "biomesoplenty:silkglade": { + "weight": 1 + }, + "biomesoplenty:snowy_coniferous_forest": { + "weight": 5 + }, + "biomesoplenty:snowy_forest": { + "weight": 3 + }, + "biomesoplenty:steppe": { + "weight": 3 + }, + "biomesoplenty:temperate_rainforest": { + "weight": 3 + }, + "biomesoplenty:tropical_rainforest": { + "weight": 10 + }, + "biomesoplenty:tundra": { + "weight": 7 + }, + "biomesoplenty:undergarden": { + "weight": 7 + }, + "biomesoplenty:visceral_heap": { + "weight": 7 + }, + "biomesoplenty:wasteland": { + "weight": 10 + }, + "biomesoplenty:wetland": { + "weight": 7 + }, + "biomesoplenty:woodland": { + "weight": 3 + } + }, + "sub_biome_weights": { + "biomesoplenty:fir_clearing": { + "weight": 100, + "rarity": 0.38 + }, + "biomesoplenty:flower_meadow": { + "weight": 100, + "rarity": 0.5 + }, + "biomesoplenty:highland_moor": { + "weight": 100, + "rarity": 0.75 + }, + "biomesoplenty:oasis": { + "weight": 100, + "rarity": 0.1 + }, + "biomesoplenty:pasture": { + "weight": 100, + "rarity": 1.0 + }, + "biomesoplenty:pumpkin_patch": { + "weight": 100, + "rarity": 0.45 + }, + "biomesoplenty:snowy_fir_clearing": { + "weight": 100, + "rarity": 0.5 + }, + "biomesoplenty:temperate_rainforest_hills": { + "weight": 100, + "rarity": 0.8 + }, + "biomesoplenty:xeric_shrubland": { + "weight": 100, + "rarity": 1.0 + } + } +} \ No newline at end of file diff --git a/config/car-client.toml b/config/car-client.toml new file mode 100644 index 0000000..2ca075d --- /dev/null +++ b/config/car-client.toml @@ -0,0 +1,8 @@ + +[car] + #Range: 0.0 ~ 1.0 + car_volume = 0.25 + #True if the car temperature should be displayed in farenheit + temp_farenheit = false + third_person_when_enter_car = true + diff --git a/config/dab-common.toml b/config/dab-common.toml deleted file mode 100644 index 4932e22..0000000 --- a/config/dab-common.toml +++ /dev/null @@ -1,181 +0,0 @@ - -#amplifiedgianttreetaiga biome generation -[amplifiedgianttreetaiga_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedgiantsprucetaiga biome generation -[amplifiedgiantsprucetaiga_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedtaiga biome generation -[amplifiedtaiga_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedsnowytundra biome generation -[amplifiedsnowytundra_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifieddarkforest biome generation -[amplifieddarkforest_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifieddesert biome generation -[amplifieddesert_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedbirchforest biome generation -[amplifiedbirchforest_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedforest biome generation -[amplifiedforest_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedbadlands biome generation -[amplifiedbadlands_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedmushroom biome generation -[amplifiedmushroom_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedicespikes biome generation -[amplifiedicespikes_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - -#amplifiedjungle biome generation -[amplifiedjungle_biome] - #depth describes the height of the biome. - #default is 1.9 - #Range: 1.0 ~ 10.0 - depth = 1.9 - #scale is height variation. - #default is 2.3 - #Range: 1.0 ~ 10.0 - scale = 2.3 - #weight of the biome (set to 0 to disable generation). - #default is 3 - #Range: 0 ~ 256 - weight = 3 - diff --git a/config/engineersdecor-common.toml b/config/engineersdecor-common.toml index 446f6ac..09d0d1e 100644 --- a/config/engineersdecor-common.toml +++ b/config/engineersdecor-common.toml @@ -100,44 +100,44 @@ #Enables small quick-move arrows from/to player/block storage. Makes the UI a bit too busy, therefore disabled by default. with_crafting_quickmove_buttons = false #Defines how much RF power the Small Tree Cutter requires to magnificently increase the processing speed. The config value can be changed on-the-fly for tuning. - #Range: 16 ~ 512 + #Range: 4 ~ 1024 tree_cuttter_energy_consumption = 64 #Defines, in percent, how fast the electrical furnace smelts compared to a vanilla furnace. 100% means vanilla furnace speed, 150% means the electrical furnace is faster. The value can be changed on-the-fly for tuning. - #Range: 50 ~ 500 + #Range: 50 ~ 800 e_furnace_speed_percent = 200 #Defines if the electrical furnace automatically pulls items from an inventory at the input side.The config value can be changed on-the-fly for tuning. e_furnace_automatic_pulling = false #Defines how much time the Small Milking Machine needs work. Note this is a permanent standby power, not only when the device does something. Use zero to disable energy dependency and energy handling of the machine. The config value can be changed on-the-fly for tuning. - #Range: 0 ~ 128 + #Range: 0 ~ 1024 milking_machine_energy_consumption = 0 #Defines how many millibuckets can be transferred (per tick) through the valves. That is technically the 'storage size' specified for blocks that want to fill fluids into the valve (the valve has no container and forward that to the output block), The value can be changed on-the-fly for tuning. - #Range: 1 ~ 10000 + #Range: 1 ~ 32000 pipevalve_max_flowrate = 1000 #Defines how much RF power the Small Block Breaker requires to magnificently increase the processing speed. The config value can be changed on-the-fly for tuning. - #Range: 16 ~ 512 + #Range: 4 ~ 1024 block_breaker_power_consumption = 64 #Defines, in percent, how high the probability is that a mob sits on a chair when colliding with it. Can be changed on-the-fly for tuning. #Range: 0.0 ~ 80.0 chair_mob_sitting_probability_percent = 10.0 #Defines, in percent, how fuel efficient the lab furnace is, compared to a vanilla furnace. 100% means vanilla furnace consumiton, 200% means the lab furnace needs about half the fuel of a vanilla furnace, The value can be changed on-the-fly for tuning. - #Range: 50 ~ 250 + #Range: 50 ~ 400 furnace_fuel_efficiency_percent = 100 #Defines how much RF per tick the the electrical furnace consumed (average) for smelting. The feeders transferring items from/to adjacent have this consumption/8 for each stack transaction. The default value is only slightly higher than a furnace with an IE external heater (and no burning fuel inside).The config value can be changed on-the-fly for tuning. - #Range: 10 ~ 256 + #Range: 8 ~ 4096 e_furnace_power_consumption = 16 #Defines the peak power production (at noon) of the Small Solar Panel. Note that the agerage power is much less, as no power is produced at all during the night, and the power curve is nonlinear rising/falling during the day. Bad weather conditions also decrease the production. The config value can be changed on-the-fly for tuning. - #Range: 10 ~ 256 + #Range: 2 ~ 4096 small_solar_panel_peak_production = 45 #Defines how much time the Small Tree Cutter needs to cut a tree without RF power. The value is in seconds. With energy it is 6 times faster. The config value can be changed on-the-fly for tuning. #Range: 10 ~ 240 tree_cuttter_cutting_time_needed = 60 #Defines how many millibuckets per redstone signal strength can be transferred per tick through the analog redstone controlled valves. Note: power 0 is always off, power 15 is always the max flow rate. Between power 1 and 14 this scaler will result in a flow = 'redstone slope' * 'current redstone power'. The value can be changed on-the-fly for tuning. - #Range: 1 ~ 10000 + #Range: 1 ~ 32000 pipevalve_redstone_gain = 20 #Disables increasing/decreasing the crafting grid items by scrolling over the crafting result slot. without_crafting_mouse_scrolling = false #Defines the energy consumption (per tick) for speeding up the smelting process. If IE is installed, an external heater has to be inserted into an auxiliary slot of the lab furnace. The power source needs to be able to provide at least 4 times this consumption (fixed threshold value). The value can be changed on-the-fly for tuning. The default value corresponds to the IE heater consumption. - #Range: 16 ~ 256 + #Range: 2 ~ 1024 furnace_boost_energy_consumption = 24 #Defines, in percent, probable it is that a mob leaves a chair when sitting on it. The 'dice is rolled' about every 20 ticks. There is also a minimum Sitting time of about 3s. The config value can be changed on-the-fly for tuning. #Range: 0.001 ~ 10.0 @@ -148,7 +148,7 @@ #Defines if the Small Block Breaker does not work without RF power. block_breaker_requires_power = false #Defines, in percent, how fast the lab furnace smelts compared to a vanilla furnace. 100% means vanilla furnace speed, 150% means the lab furnace is faster. The value can be changed on-the-fly for tuning. - #Range: 50 ~ 500 + #Range: 50 ~ 800 furnace_smelting_speed_percent = 130 #Defines how much time the Small Block Breaker needs per block hardness, means: 'reluctance' * hardness + min_time, you change the 'reluctance' here.The unit is ticks/hardness. The config value can be changed on-the-fly for tuning. #Range: 5 ~ 50 diff --git a/config/farmingforblockheads/MarketRegistry.json b/config/farmingforblockheads/MarketRegistry.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/farmingforblockheads/MarketRegistry.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/fpsreducer/fpsreducer-client.toml b/config/fpsreducer/fpsreducer-client.toml index 4d9c4ea..e08fb82 100644 --- a/config/fpsreducer/fpsreducer-client.toml +++ b/config/fpsreducer/fpsreducer-client.toml @@ -66,11 +66,11 @@ #Range: > -2147483648 centerLeft_Y = 0 #Range: > -2147483648 - topRight_Y = 2 + topRight_Y = 96 #Range: > -2147483648 centerLeft_X = 2 #Range: > -2147483648 - topRight_X = -2 + topRight_X = -3 #Alignments of HUD strings. [hud_alignment] diff --git a/config/inventoryhud-client.toml b/config/inventoryhud-client.toml deleted file mode 100644 index 5d96373..0000000 --- a/config/inventoryhud-client.toml +++ /dev/null @@ -1,24 +0,0 @@ - -#Client-only settings -[client] - #Is Potions HUD enabled - Potions = false - #Potion HUD position (Y) - #Range: 0 ~ 9999 - yPotionPos = 0 - #Inventory HUD position (Y) - #Range: 0 ~ 9999 - yPos = 0 - #Toggle on by default - byDefault = true - #Potion HUD position (X) - #Range: 0 ~ 9999 - xPotionPos = 0 - #Inventory HUD position (X) - #Range: 0 ~ 9999 - xPos = 0 - #Is Armor Damage HUD enabled - ArmorDamage = false - #Is position above HOTBAR (if false - use custom position) - aboveHB = true - diff --git a/config/invtweaks-client.toml b/config/invtweaks-client.toml new file mode 100644 index 0000000..3733b20 --- /dev/null +++ b/config/invtweaks-client.toml @@ -0,0 +1,96 @@ + +#Sorting customization +[sorting] + #Rules for sorting + #Each element is of the form + #A-D is the row from top to bottom + #1-9 is the column from left to right + #POS denotes the target slots + #Exs. POS = D3 means 3rd slot of hotbar + # POS = B means 2nd row, left to right + # POS = 9 means 9th column, bottom to top + # POS = A1-C9 means slots A1,A2,…,A9,B1,…,B9,C1,…,C9 + # POS = A9-C1 means slots A9,A8,…,A1,B9,…,B1,C9,…,C1 + #Append v to POS of the form A1-C9 to move in columns instead of rows + #Append r to POS of the form B or 9 to reverse slot order + #CATEGORY is the item category to designate the slots to + #CATEGORY = /LOCKED prevents slots from moving in sorting + #CATEGORY = /FROZEN has the effect of /LOCKED and, in addition, ignores slot in auto-refill + #CATEGORY = /OTHER covers all remaining items after other rules are exhausted + rules = ["D /LOCKED", "A1-C9 /OTHER"] + + #Custom settings per GUI + #x = x-position of external sort button relative to GUI top left + #y = same as above except for the y-position + #Omit x and y to leave position unchanged + #sortRange = slots to sort + #E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order + #sortRange = "" disables sorting for that container + #Out-of-bound slots are ignored + #Omit sortRange to leave as default + [[sorting.containerOverrides]] + containerClass = "com.tfar.craftingstation.CraftingStationContainer" + sortRange = "" + + #Categor(y/ies) for sorting + # + #name: the name of the category + # + #spec: + #Each element denotes a series of semicolon-separated clauses + #Items need to match all clauses of at least one element + #Items matching earlier elements are earlier in order + #A clause of the form /tag: matches a tag + #Clauses /instanceof: or /class: check if item is + #instance of class or exactly of that class respectively + #Specifying an item's registry name as a clause checks for that item + #Prepending an exclamation mark at the start of a clause inverts it + [[sorting.category]] + name = "sword" + spec = ["/instanceof:net.minecraft.item.SwordItem"] + + [[sorting.category]] + name = "axe" + spec = ["/instanceof:net.minecraft.item.AxeItem"] + + [[sorting.category]] + name = "pickaxe" + spec = ["/instanceof:net.minecraft.item.PickaxeItem"] + + [[sorting.category]] + name = "shovel" + spec = ["/instanceof:net.minecraft.item.ShovelItem"] + + [[sorting.category]] + name = "acceptableFood" + spec = ["/instanceof:net.minecraft.item.Food; !minecraft:rotten_flesh; !minecraft:spider_eye; !minecraft:poisonous_potato; !minecraft:pufferfish"] + + [[sorting.category]] + name = "torch" + spec = ["minecraft:torch"] + + [[sorting.category]] + name = "cheapBlocks" + spec = ["/tag:forge:cobblestone", "/tag:forge:dirt"] + + [[sorting.category]] + name = "blocks" + spec = ["/instanceof:net.minecraft.item.BlockItem"] + +#Tweaks +[tweaks] + #0 = disable buttons (i.e. keybind only) + #1 = buttons for player sorting only + #2 = buttons for external sorting only + #3 = all buttons enabled (default) + #Range: 0 ~ 3 + enableButtons = 3 + #Enable auto-refill + autoRefill = true + #0 = disable sorting + #1 = player sorting only + #2 = external sorting only + #3 = all sorting enabled (default) + #Range: 0 ~ 3 + enableSort = 3 + diff --git a/config/jaopca/materials/actinium.toml b/config/jaopca/materials/actinium.toml index 8bac825..9c56f2a 100644 --- a/config/jaopca/materials/actinium.toml +++ b/config/jaopca/materials/actinium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 620383 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/aluminum.toml b/config/jaopca/materials/aluminum.toml index 6d98e81..d61c72f 100644 --- a/config/jaopca/materials/aluminum.toml +++ b/config/jaopca/materials/aluminum.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10124667 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/americium.toml b/config/jaopca/materials/americium.toml index 8bac825..80d1d0b 100644 --- a/config/jaopca/materials/americium.toml +++ b/config/jaopca/materials/americium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10178865 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/antimony.toml b/config/jaopca/materials/antimony.toml index 8bac825..e2059d7 100644 --- a/config/jaopca/materials/antimony.toml +++ b/config/jaopca/materials/antimony.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8264230 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/arsenic.toml b/config/jaopca/materials/arsenic.toml index 8bac825..dfd2ee1 100644 --- a/config/jaopca/materials/arsenic.toml +++ b/config/jaopca/materials/arsenic.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 2711346 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/astatine.toml b/config/jaopca/materials/astatine.toml index 8bac825..e4be97d 100644 --- a/config/jaopca/materials/astatine.toml +++ b/config/jaopca/materials/astatine.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 5133451 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/barium.toml b/config/jaopca/materials/barium.toml index 8bac825..096ac82 100644 --- a/config/jaopca/materials/barium.toml +++ b/config/jaopca/materials/barium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 36725 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/berkelium.toml b/config/jaopca/materials/berkelium.toml index 8bac825..afc2a5c 100644 --- a/config/jaopca/materials/berkelium.toml +++ b/config/jaopca/materials/berkelium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 1911584 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/beryllium.toml b/config/jaopca/materials/beryllium.toml index 8bac825..952fb2b 100644 --- a/config/jaopca/materials/beryllium.toml +++ b/config/jaopca/materials/beryllium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7897746 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/bismuth.toml b/config/jaopca/materials/bismuth.toml index 6d98e81..ad05519 100644 --- a/config/jaopca/materials/bismuth.toml +++ b/config/jaopca/materials/bismuth.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 11440003 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/bohrium.toml b/config/jaopca/materials/bohrium.toml index 8bac825..e06abc4 100644 --- a/config/jaopca/materials/bohrium.toml +++ b/config/jaopca/materials/bohrium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7185441 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/boron.toml b/config/jaopca/materials/boron.toml index 8bac825..bd1d0f5 100644 --- a/config/jaopca/materials/boron.toml +++ b/config/jaopca/materials/boron.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 6648724 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/brick.toml b/config/jaopca/materials/brick.toml index 8bac825..31a4042 100644 --- a/config/jaopca/materials/brick.toml +++ b/config/jaopca/materials/brick.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9389618 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/cadmium.toml b/config/jaopca/materials/cadmium.toml index 8bac825..b85d88d 100644 --- a/config/jaopca/materials/cadmium.toml +++ b/config/jaopca/materials/cadmium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 6905931 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/calcium.toml b/config/jaopca/materials/calcium.toml index 8bac825..1c5c889 100644 --- a/config/jaopca/materials/calcium.toml +++ b/config/jaopca/materials/calcium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9406850 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/californium.toml b/config/jaopca/materials/californium.toml index 8bac825..bca56d7 100644 --- a/config/jaopca/materials/californium.toml +++ b/config/jaopca/materials/californium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7501578 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/cerium.toml b/config/jaopca/materials/cerium.toml index 8bac825..1179f90 100644 --- a/config/jaopca/materials/cerium.toml +++ b/config/jaopca/materials/cerium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10987146 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/cesium.toml b/config/jaopca/materials/cesium.toml index 8bac825..baa2132 100644 --- a/config/jaopca/materials/cesium.toml +++ b/config/jaopca/materials/cesium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10969344 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/chaos.toml b/config/jaopca/materials/chaos.toml index 8bac825..a5e856a 100644 --- a/config/jaopca/materials/chaos.toml +++ b/config/jaopca/materials/chaos.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 12299174 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/chromium.toml b/config/jaopca/materials/chromium.toml index 8bac825..35046df 100644 --- a/config/jaopca/materials/chromium.toml +++ b/config/jaopca/materials/chromium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10132367 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/cobalt.toml b/config/jaopca/materials/cobalt.toml index 8bac825..9c50873 100644 --- a/config/jaopca/materials/cobalt.toml +++ b/config/jaopca/materials/cobalt.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 740225 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/compressed_iron.toml b/config/jaopca/materials/compressed_iron.toml index 8bac825..8ab694a 100644 --- a/config/jaopca/materials/compressed_iron.toml +++ b/config/jaopca/materials/compressed_iron.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9803157 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/copernicium.toml b/config/jaopca/materials/copernicium.toml index 8bac825..bc808e8 100644 --- a/config/jaopca/materials/copernicium.toml +++ b/config/jaopca/materials/copernicium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 6888093 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/crimson_iron.toml b/config/jaopca/materials/crimson_iron.toml index 6d98e81..cfe12cb 100644 --- a/config/jaopca/materials/crimson_iron.toml +++ b/config/jaopca/materials/crimson_iron.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 13789575 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/crimson_steel.toml b/config/jaopca/materials/crimson_steel.toml index 8bac825..57e293b 100644 --- a/config/jaopca/materials/crimson_steel.toml +++ b/config/jaopca/materials/crimson_steel.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 11479623 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/curium.toml b/config/jaopca/materials/curium.toml index 8bac825..3cbcb77 100644 --- a/config/jaopca/materials/curium.toml +++ b/config/jaopca/materials/curium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9848929 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/darmstadtium.toml b/config/jaopca/materials/darmstadtium.toml index 8bac825..cfca49e 100644 --- a/config/jaopca/materials/darmstadtium.toml +++ b/config/jaopca/materials/darmstadtium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 614012 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/dubnium.toml b/config/jaopca/materials/dubnium.toml index 8bac825..870fa81 100644 --- a/config/jaopca/materials/dubnium.toml +++ b/config/jaopca/materials/dubnium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 477511 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/dysprosium.toml b/config/jaopca/materials/dysprosium.toml index 8bac825..c543940 100644 --- a/config/jaopca/materials/dysprosium.toml +++ b/config/jaopca/materials/dysprosium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3145871 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/einsteinium.toml b/config/jaopca/materials/einsteinium.toml index 8bac825..ebdfa3a 100644 --- a/config/jaopca/materials/einsteinium.toml +++ b/config/jaopca/materials/einsteinium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8292670 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/erbium.toml b/config/jaopca/materials/erbium.toml index 8bac825..88c9e1f 100644 --- a/config/jaopca/materials/erbium.toml +++ b/config/jaopca/materials/erbium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8359053 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/europium.toml b/config/jaopca/materials/europium.toml index 8bac825..e544beb 100644 --- a/config/jaopca/materials/europium.toml +++ b/config/jaopca/materials/europium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 1215005 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/fermium.toml b/config/jaopca/materials/fermium.toml index 8bac825..c7c8561 100644 --- a/config/jaopca/materials/fermium.toml +++ b/config/jaopca/materials/fermium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3183670 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/flerovium.toml b/config/jaopca/materials/flerovium.toml index 8bac825..18a380c 100644 --- a/config/jaopca/materials/flerovium.toml +++ b/config/jaopca/materials/flerovium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8615590 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/francium.toml b/config/jaopca/materials/francium.toml index 8bac825..a805430 100644 --- a/config/jaopca/materials/francium.toml +++ b/config/jaopca/materials/francium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3492737 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/gadolinium.toml b/config/jaopca/materials/gadolinium.toml index 8bac825..244b707 100644 --- a/config/jaopca/materials/gadolinium.toml +++ b/config/jaopca/materials/gadolinium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 5251464 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/gallium.toml b/config/jaopca/materials/gallium.toml index 8bac825..5ecb7ea 100644 --- a/config/jaopca/materials/gallium.toml +++ b/config/jaopca/materials/gallium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 5246240 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/germanium.toml b/config/jaopca/materials/germanium.toml index 8bac825..d6db1f2 100644 --- a/config/jaopca/materials/germanium.toml +++ b/config/jaopca/materials/germanium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4485287 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/glowstone.toml b/config/jaopca/materials/glowstone.toml index 8bac825..37d2c9c 100644 --- a/config/jaopca/materials/glowstone.toml +++ b/config/jaopca/materials/glowstone.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 12552526 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/hafnium.toml b/config/jaopca/materials/hafnium.toml index 8bac825..88fc464 100644 --- a/config/jaopca/materials/hafnium.toml +++ b/config/jaopca/materials/hafnium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 2962840 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/hassium.toml b/config/jaopca/materials/hassium.toml index 8bac825..3f1b1ec 100644 --- a/config/jaopca/materials/hassium.toml +++ b/config/jaopca/materials/hassium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3343137 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/holmium.toml b/config/jaopca/materials/holmium.toml index 8bac825..1b81e28 100644 --- a/config/jaopca/materials/holmium.toml +++ b/config/jaopca/materials/holmium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 2729765 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/indium.toml b/config/jaopca/materials/indium.toml index 8bac825..e2fe09c 100644 --- a/config/jaopca/materials/indium.toml +++ b/config/jaopca/materials/indium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7050919 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/iridium.toml b/config/jaopca/materials/iridium.toml index 8bac825..4714299 100644 --- a/config/jaopca/materials/iridium.toml +++ b/config/jaopca/materials/iridium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9281180 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/lanthanum.toml b/config/jaopca/materials/lanthanum.toml index 8bac825..566e091 100644 --- a/config/jaopca/materials/lanthanum.toml +++ b/config/jaopca/materials/lanthanum.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8103335 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/lapis_lazuli.toml b/config/jaopca/materials/lapis_lazuli.toml index 8bac825..36a87ed 100644 --- a/config/jaopca/materials/lapis_lazuli.toml +++ b/config/jaopca/materials/lapis_lazuli.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4410538 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/lawrencium.toml b/config/jaopca/materials/lawrencium.toml index 8bac825..d8f397b 100644 --- a/config/jaopca/materials/lawrencium.toml +++ b/config/jaopca/materials/lawrencium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9248060 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/lead.toml b/config/jaopca/materials/lead.toml index 6d98e81..f8deeb9 100644 --- a/config/jaopca/materials/lead.toml +++ b/config/jaopca/materials/lead.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8285836 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/lithium.toml b/config/jaopca/materials/lithium.toml index 8bac825..809db26 100644 --- a/config/jaopca/materials/lithium.toml +++ b/config/jaopca/materials/lithium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 1730360 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/livermorium.toml b/config/jaopca/materials/livermorium.toml index 8bac825..5cae5e6 100644 --- a/config/jaopca/materials/livermorium.toml +++ b/config/jaopca/materials/livermorium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10724227 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/lutetium.toml b/config/jaopca/materials/lutetium.toml index 8bac825..6dcec52 100644 --- a/config/jaopca/materials/lutetium.toml +++ b/config/jaopca/materials/lutetium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7471247 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/magnesium.toml b/config/jaopca/materials/magnesium.toml index 8bac825..2c97456 100644 --- a/config/jaopca/materials/magnesium.toml +++ b/config/jaopca/materials/magnesium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10187889 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/manganese.toml b/config/jaopca/materials/manganese.toml index 8bac825..f0fe371 100644 --- a/config/jaopca/materials/manganese.toml +++ b/config/jaopca/materials/manganese.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9665182 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/meitnerium.toml b/config/jaopca/materials/meitnerium.toml index 8bac825..f01bc92 100644 --- a/config/jaopca/materials/meitnerium.toml +++ b/config/jaopca/materials/meitnerium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7297560 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/mendelevium.toml b/config/jaopca/materials/mendelevium.toml index 8bac825..5e0af9f 100644 --- a/config/jaopca/materials/mendelevium.toml +++ b/config/jaopca/materials/mendelevium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7500707 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/molybdenum.toml b/config/jaopca/materials/molybdenum.toml index 8bac825..742fc31 100644 --- a/config/jaopca/materials/molybdenum.toml +++ b/config/jaopca/materials/molybdenum.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 1703967 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/moscovium.toml b/config/jaopca/materials/moscovium.toml index 8bac825..7628651 100644 --- a/config/jaopca/materials/moscovium.toml +++ b/config/jaopca/materials/moscovium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10712707 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/neodymium.toml b/config/jaopca/materials/neodymium.toml index 8bac825..29d3e00 100644 --- a/config/jaopca/materials/neodymium.toml +++ b/config/jaopca/materials/neodymium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 1643015 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/neptunium.toml b/config/jaopca/materials/neptunium.toml index 8bac825..ea8de58 100644 --- a/config/jaopca/materials/neptunium.toml +++ b/config/jaopca/materials/neptunium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4228483 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/nether_brick.toml b/config/jaopca/materials/nether_brick.toml index 8bac825..6916138 100644 --- a/config/jaopca/materials/nether_brick.toml +++ b/config/jaopca/materials/nether_brick.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4202790 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/nickel.toml b/config/jaopca/materials/nickel.toml index 6d98e81..1e50cff 100644 --- a/config/jaopca/materials/nickel.toml +++ b/config/jaopca/materials/nickel.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10984323 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/nihonium.toml b/config/jaopca/materials/nihonium.toml index 8bac825..5478462 100644 --- a/config/jaopca/materials/nihonium.toml +++ b/config/jaopca/materials/nihonium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9479030 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/niobium.toml b/config/jaopca/materials/niobium.toml index 8bac825..7fd2bf4 100644 --- a/config/jaopca/materials/niobium.toml +++ b/config/jaopca/materials/niobium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 70567 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/nobelium.toml b/config/jaopca/materials/nobelium.toml index 8bac825..12ff6b1 100644 --- a/config/jaopca/materials/nobelium.toml +++ b/config/jaopca/materials/nobelium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4005154 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/obsidian.toml b/config/jaopca/materials/obsidian.toml index 8bac825..f79f176 100644 --- a/config/jaopca/materials/obsidian.toml +++ b/config/jaopca/materials/obsidian.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3681610 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/oganesson.toml b/config/jaopca/materials/oganesson.toml index 8bac825..95711d8 100644 --- a/config/jaopca/materials/oganesson.toml +++ b/config/jaopca/materials/oganesson.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10707619 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/palladium.toml b/config/jaopca/materials/palladium.toml index 8bac825..09da533 100644 --- a/config/jaopca/materials/palladium.toml +++ b/config/jaopca/materials/palladium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 42863 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/platinum.toml b/config/jaopca/materials/platinum.toml index 6d98e81..e04b82a 100644 --- a/config/jaopca/materials/platinum.toml +++ b/config/jaopca/materials/platinum.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7710384 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/plutonium.toml b/config/jaopca/materials/plutonium.toml index 8bac825..5a954c0 100644 --- a/config/jaopca/materials/plutonium.toml +++ b/config/jaopca/materials/plutonium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9079433 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/polonium.toml b/config/jaopca/materials/polonium.toml index 8bac825..7921318 100644 --- a/config/jaopca/materials/polonium.toml +++ b/config/jaopca/materials/polonium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 5912888 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/potassium.toml b/config/jaopca/materials/potassium.toml index 8bac825..e89a53e 100644 --- a/config/jaopca/materials/potassium.toml +++ b/config/jaopca/materials/potassium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8479550 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/praseodymium.toml b/config/jaopca/materials/praseodymium.toml index 8bac825..30e72c2 100644 --- a/config/jaopca/materials/praseodymium.toml +++ b/config/jaopca/materials/praseodymium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10971392 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/prismarine.toml b/config/jaopca/materials/prismarine.toml index 8bac825..7427648 100644 --- a/config/jaopca/materials/prismarine.toml +++ b/config/jaopca/materials/prismarine.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9942698 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/promethium.toml b/config/jaopca/materials/promethium.toml index 8bac825..a922321 100644 --- a/config/jaopca/materials/promethium.toml +++ b/config/jaopca/materials/promethium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4551248 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/protactinium.toml b/config/jaopca/materials/protactinium.toml index 8bac825..a5a517e 100644 --- a/config/jaopca/materials/protactinium.toml +++ b/config/jaopca/materials/protactinium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8755201 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/radium.toml b/config/jaopca/materials/radium.toml index 8bac825..3107c1d 100644 --- a/config/jaopca/materials/radium.toml +++ b/config/jaopca/materials/radium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10974865 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/redstone_alloy.toml b/config/jaopca/materials/redstone_alloy.toml index 8bac825..22d64f1 100644 --- a/config/jaopca/materials/redstone_alloy.toml +++ b/config/jaopca/materials/redstone_alloy.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10767947 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/refined_iron.toml b/config/jaopca/materials/refined_iron.toml index 8bac825..1dd02f4 100644 --- a/config/jaopca/materials/refined_iron.toml +++ b/config/jaopca/materials/refined_iron.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 11842740 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/rhenium.toml b/config/jaopca/materials/rhenium.toml index 8bac825..19cfc70 100644 --- a/config/jaopca/materials/rhenium.toml +++ b/config/jaopca/materials/rhenium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8557626 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/rhodium.toml b/config/jaopca/materials/rhodium.toml index 8bac825..5c747dd 100644 --- a/config/jaopca/materials/rhodium.toml +++ b/config/jaopca/materials/rhodium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10944564 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/roentgenium.toml b/config/jaopca/materials/roentgenium.toml index 8bac825..46239b9 100644 --- a/config/jaopca/materials/roentgenium.toml +++ b/config/jaopca/materials/roentgenium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 6437691 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/rubidium.toml b/config/jaopca/materials/rubidium.toml index 8bac825..ee6acc3 100644 --- a/config/jaopca/materials/rubidium.toml +++ b/config/jaopca/materials/rubidium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 665626 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/ruthenium.toml b/config/jaopca/materials/ruthenium.toml index 8bac825..e1a8be2 100644 --- a/config/jaopca/materials/ruthenium.toml +++ b/config/jaopca/materials/ruthenium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10984760 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/rutherfordium.toml b/config/jaopca/materials/rutherfordium.toml index 8bac825..5753f05 100644 --- a/config/jaopca/materials/rutherfordium.toml +++ b/config/jaopca/materials/rutherfordium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10299406 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/salt.toml b/config/jaopca/materials/salt.toml index 8bac825..02d4da5 100644 --- a/config/jaopca/materials/salt.toml +++ b/config/jaopca/materials/salt.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 14013909 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/samarium.toml b/config/jaopca/materials/samarium.toml index 8bac825..664b285 100644 --- a/config/jaopca/materials/samarium.toml +++ b/config/jaopca/materials/samarium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3157296 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/scandium.toml b/config/jaopca/materials/scandium.toml index 8bac825..22a29b8 100644 --- a/config/jaopca/materials/scandium.toml +++ b/config/jaopca/materials/scandium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10856257 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/seaborgium.toml b/config/jaopca/materials/seaborgium.toml index 8bac825..99118b0 100644 --- a/config/jaopca/materials/seaborgium.toml +++ b/config/jaopca/materials/seaborgium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 6758448 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/selenium.toml b/config/jaopca/materials/selenium.toml index 8bac825..d840e80 100644 --- a/config/jaopca/materials/selenium.toml +++ b/config/jaopca/materials/selenium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4991327 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/silicon.toml b/config/jaopca/materials/silicon.toml index 8bac825..4500f1a 100644 --- a/config/jaopca/materials/silicon.toml +++ b/config/jaopca/materials/silicon.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 7435343 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/silver.toml b/config/jaopca/materials/silver.toml index 6d98e81..a00f85c 100644 --- a/config/jaopca/materials/silver.toml +++ b/config/jaopca/materials/silver.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10463152 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/sodium.toml b/config/jaopca/materials/sodium.toml index 8bac825..a25fa09 100644 --- a/config/jaopca/materials/sodium.toml +++ b/config/jaopca/materials/sodium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9077078 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/strontium.toml b/config/jaopca/materials/strontium.toml index 8bac825..2cbb452 100644 --- a/config/jaopca/materials/strontium.toml +++ b/config/jaopca/materials/strontium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8862224 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/sulfur.toml b/config/jaopca/materials/sulfur.toml index 8bac825..356e2df 100644 --- a/config/jaopca/materials/sulfur.toml +++ b/config/jaopca/materials/sulfur.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 13879403 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/tantalum.toml b/config/jaopca/materials/tantalum.toml index 8bac825..675b048 100644 --- a/config/jaopca/materials/tantalum.toml +++ b/config/jaopca/materials/tantalum.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4676936 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/technetium.toml b/config/jaopca/materials/technetium.toml index 8bac825..a624667 100644 --- a/config/jaopca/materials/technetium.toml +++ b/config/jaopca/materials/technetium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 3108649 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/tellurium.toml b/config/jaopca/materials/tellurium.toml index 8bac825..a392a71 100644 --- a/config/jaopca/materials/tellurium.toml +++ b/config/jaopca/materials/tellurium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 1719313 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/tennessine.toml b/config/jaopca/materials/tennessine.toml index 8bac825..2f9ec04 100644 --- a/config/jaopca/materials/tennessine.toml +++ b/config/jaopca/materials/tennessine.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 6464419 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/terbium.toml b/config/jaopca/materials/terbium.toml index 8bac825..a30c3f2 100644 --- a/config/jaopca/materials/terbium.toml +++ b/config/jaopca/materials/terbium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 137293 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/thallium.toml b/config/jaopca/materials/thallium.toml index 8bac825..2d8c328 100644 --- a/config/jaopca/materials/thallium.toml +++ b/config/jaopca/materials/thallium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4399376 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/thorium.toml b/config/jaopca/materials/thorium.toml index 8bac825..abdffcd 100644 --- a/config/jaopca/materials/thorium.toml +++ b/config/jaopca/materials/thorium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 2438193 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/thulium.toml b/config/jaopca/materials/thulium.toml index 8bac825..81933ee 100644 --- a/config/jaopca/materials/thulium.toml +++ b/config/jaopca/materials/thulium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10056820 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/titanium.toml b/config/jaopca/materials/titanium.toml index 8bac825..ce16eff 100644 --- a/config/jaopca/materials/titanium.toml +++ b/config/jaopca/materials/titanium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 4302667 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/tungsten.toml b/config/jaopca/materials/tungsten.toml index 8bac825..a97e8b5 100644 --- a/config/jaopca/materials/tungsten.toml +++ b/config/jaopca/materials/tungsten.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 5133404 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/uranium.toml b/config/jaopca/materials/uranium.toml index 6d98e81..ff0bbf9 100644 --- a/config/jaopca/materials/uranium.toml +++ b/config/jaopca/materials/uranium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8037233 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/vanadium.toml b/config/jaopca/materials/vanadium.toml index 8bac825..48e98d3 100644 --- a/config/jaopca/materials/vanadium.toml +++ b/config/jaopca/materials/vanadium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8419998 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/wood.toml b/config/jaopca/materials/wood.toml index 8bac825..b96a0f3 100644 --- a/config/jaopca/materials/wood.toml +++ b/config/jaopca/materials/wood.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 11835264 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/ytterbium.toml b/config/jaopca/materials/ytterbium.toml index 8bac825..9298f01 100644 --- a/config/jaopca/materials/ytterbium.toml +++ b/config/jaopca/materials/ytterbium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 10957455 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/yttrium.toml b/config/jaopca/materials/yttrium.toml index 8bac825..7d4e0a1 100644 --- a/config/jaopca/materials/yttrium.toml +++ b/config/jaopca/materials/yttrium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 8877328 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/zinc.toml b/config/jaopca/materials/zinc.toml index 6d98e81..2ad72c4 100644 --- a/config/jaopca/materials/zinc.toml +++ b/config/jaopca/materials/zinc.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 9477774 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/jaopca/materials/zirconium.toml b/config/jaopca/materials/zirconium.toml index 8bac825..4906fc3 100644 --- a/config/jaopca/materials/zirconium.toml +++ b/config/jaopca/materials/zirconium.toml @@ -4,6 +4,8 @@ moduleBlacklist = [] #The alternative names of this material. alternativeNames = [] + #The color of this material. + color = 5452814 #The byproducts of this material. extras = [] #The model type of the material. diff --git a/config/ma-essentials.toml b/config/ma-essentials.toml index 91f8cf4..06efb11 100644 --- a/config/ma-essentials.toml +++ b/config/ma-essentials.toml @@ -65,9 +65,9 @@ #Range: > 0 cooldown = 0 #Range: > 1 - limit = 3 + limit = 15 #Range: > 1 - limit_op = 5 + limit_op = 30 [Commands.up] #Enable command: /up @@ -162,4 +162,3 @@ [Commands.god] #Enable command: /god enable = true - diff --git a/config/packmenu.cfg b/config/packmenu.cfg index 1ed64dc..18aef96 100644 --- a/config/packmenu.cfg +++ b/config/packmenu.cfg @@ -1,10 +1,7 @@ # Configuration file "accessibility options" { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } @@ -16,13 +13,8 @@ atm { "custom button" { - # A URL for this button to link to. (This was previously the realms button.) [default: ] S:"Custom URL"=http://saph.link/akliz - - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } @@ -37,7 +29,6 @@ atm { general { - # If the main menu buttons will use a custom texture, located at "assets/packmenu/textures/gui/widgets.png". Note that this does not impact the accessibility options button, which needs to be changed at "assets/minecraft/textures/gui/accessibility.png". [default: true] B:"Custom Widgets Texture"=true # If forge information is drawn at the top center. This includes beta and update warnings. [default: true] @@ -70,60 +61,72 @@ general { language { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 + I:"Y Offset"=0 +} - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] + +logo { + # The height of the logo. [range: 0 ~ 500000, default: 0] + I:Height=0 + + # The height of the logo's texture. [range: 0 ~ 500000, default: 0] + I:"Texture Height"=0 + + # The location of the logo texture. Must be a png file. Should contain the extension. [default: ] + S:"Texture Path"= + + # The width of the logo's texture. [range: 0 ~ 500000, default: 0] + I:"Texture Width"=0 + + # The width of the logo. [range: 0 ~ 500000, default: 0] + I:Width=0 + + # The X offset of the logo. [range: -500000 ~ 500000, default: 0] + I:"X Offset"=0 + + # The Y offset of the logo. [range: -500000 ~ 500000, default: 0] I:"Y Offset"=0 } mods { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } multiplayer { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } options { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } "quit game" { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } singleplayer { - # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 - - # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } "splash text" { + # The color of the splash text. [range: -2147483647 ~ 2147483647, default: -256] + I:Color=-256 + + # The rotation value of the splash text. [range: -360.0 ~ 360.0, default: -20.0] + S:Rotation=-20.0 + # The X offset for this button. [range: -1000 ~ 1000, default: 0] I:"X Offset"=0 @@ -139,3 +142,5 @@ title { # The Y Offset for this button. [range: -1000 ~ 1000, default: 0] I:"Y Offset"=0 } + + diff --git a/config/silentgear-common.toml b/config/silentgear-common.toml index c794490..092ba4e 100644 --- a/config/silentgear-common.toml +++ b/config/silentgear-common.toml @@ -34,21 +34,6 @@ #Enable this feature. If false, the other settings in this category are ignored. enabled = false - [item.grading] - - #Settings for random grading of ungraded materials. This affects gear items crafted with ungraded parts, not parts graded in the part analyzer. - #Grading follows a normal distribution, which means that values closer to the mean (average) are more common. - [item.grading.random] - #Apply the same grade to all parts on the tool. This makes stats more random. - sameOnAllParts = true - #The maximum grade that ungraded parts can receive. - max = "S" - #The mean (average) grade assigned to ungraded parts. - mean = "C" - #The standard deviation (how 'spread out' the curve is) for random grading. Must be non-negative. - #Setting to zero would disable all randomness and grade all parts at the mean. - standardDeviation = 1.5 - #Silent Gear allows some items to be used to place blocks. #You can change which items place blocks and what other items they can activate. [item.blockPlacers] diff --git a/config/silents-mechanisms-common.toml b/config/silents-mechanisms-common.toml index c9980f0..f1ab84a 100644 --- a/config/silents-mechanisms-common.toml +++ b/config/silents-mechanisms-common.toml @@ -54,12 +54,12 @@ [world.gen.TIN] #Minimum Y-coordinate (base height) of veins minHeight = 20 - #Number of veins per chunk - veinCount = 8 + #Number of veins per chunk 8 + veinCount = 0 #Maximum Y-coordinate (highest level) of veins maxHeight = 80 - #Size of veins - veinSize = 8 + #Size of veins8 + veinSize = 0 [world.gen.PLATINUM] #Minimum Y-coordinate (base height) of veins @@ -74,12 +74,12 @@ [world.gen.COPPER] #Minimum Y-coordinate (base height) of veins minHeight = 40 - #Number of veins per chunk - veinCount = 8 + #Number of veins per chunk 8 + veinCount = 0 #Maximum Y-coordinate (highest level) of veins maxHeight = 90 - #Size of veins - veinSize = 8 + #Size of veins 8 + veinSize = 0 [world.gen.BISMUTH] #Minimum Y-coordinate (base height) of veins @@ -124,4 +124,3 @@ #Lower values reduce waste, but may cause lag as the generator more frequently turns on/off. #A generator with less fluid in the tank will not be able to run. injectionVolume = 100 - diff --git a/config/tombstone-common.toml b/config/tombstone-common.toml index b00c688..2d73d5c 100644 --- a/config/tombstone-common.toml +++ b/config/tombstone-common.toml @@ -10,13 +10,16 @@ #The chance that creatures appear after the contents of a grave are retrieved [0..100|default:0] #Range: 0 ~ 100 chance_mob_on_grave_recovery = 0 + #Whether to restore beneficial effects after a player dies [false/true|default:true] + restore_effects_on_death = true #The chance that some items are lost on death [0..100|default:0] #Range: 0 ~ 100 chance_loss_on_death = 0 - #Whether to handle player experience [false/true|default:true] - handle_player_xp = true #The Halloween features also happen outside the dates of the event [false/true|default:false] persistant_halloween = false + #The radius in which items should be collected when a grave is spawned [1..10|default:5] + #Range: 1 ~ 10 + sniffer_range = 5 #Whether to require a Grave's Key to access graves [false/true|default:true] player_grave_access = true #Whether to cancel the Ghostly Shape effect on breaking a block or opening a chest [false/true|default:false] @@ -25,21 +28,6 @@ no_grave_location = ["0, 0, 0, -10000, 20"] #Increases the minimum time without sleeping for phantom spawn around player based on their level in Knowledge of Death [false/true|default:true] knowledge_reduce_phantom_spawn = true - #Allows teleportation to other dimensions [false/true|default:true] - teleport_dim = true - #The duration of the Ghostly Shape effect in seconds [0..MAX|default:120] - #Range: > 0 - ghostly_shape_duration = 120 - #Effects that are never preserved on death - black_list_effects = ["tombstone:ghostly_shape", "tombstone:preservation", "tombstone:exorcism", "minecraft:bad_omen", "minecraft:glowing"] - #The time in minutes before a Grave's Key isn't required to open a grave (-1 = disabled) [-1..MAX|default:-1] - #Range: > -1 - decay_time = -1 - #Whether to restore beneficial effects after a player dies [false/true|default:true] - restore_effects_on_death = true - #The radius in which items should be collected when a grave is spawned [1..10|default:5] - #Range: 1 ~ 10 - sniffer_range = 5 #Knowledge of Death loss why dying [0..500|default:0] #Range: 0 ~ 500 knowledge_loss = 0 @@ -48,17 +36,15 @@ time_for_phantom_spawn = 72000 #Allows players to be hurt by special damages related to some items [false/true|default:true] allow_beyond_the_grave_damage = true + #Allows teleportation to other dimensions [false/true|default:true] + teleport_dim = true + #Effects that are never preserved on death + black_list_effects = ["tombstone:ghostly_shape", "tombstone:preservation", "tombstone:exorcism", "minecraft:bad_omen", "minecraft:glowing"] #The percentage of items that are lost on death [0..100|default:0] #Range: 0 ~ 100 percent_loss_on_death = 0 - #Experience loss on death (%) [0..100|default:0] - #Range: 0 ~ 100 - xp_loss = 0 #Whether graves should be allowed to bypass anti-griefing rules [false/true|default:true] graves_bypass_griefing_rules = true - #The chance that a player receives an already enchanted Grave's Key on death [-1..100|default:0|disabled:-1] - #Range: -1 ~ 100 - chance_enchanted_graveKey = 0 #Enables PvP mode, which allows players to open graves of players they kill [false/true|default:false] pvp_mode = false #Whether to handle player death [false/true|default:true] @@ -96,9 +82,6 @@ [decorative_grave] #The creatures that can't be captured in receptacle black_list_capturable_souls = [] - #Maximum uses of a tablet [1..20|default:10] - #Range: 1 ~ 20 - tablet_max_use = 10 #The cooldown in minutes to reset the perks with the Ânkh of Pray [0..60|default:20] #Range: 0 ~ 60 cooldown_reset_perk = 20 @@ -112,25 +95,12 @@ #Chance on 1000 that a soul appears on a grave [0..1000|default:100] #Range: 0 ~ 1000 chance_soul = 100 - #The cooldown in hours to pray with the Ânkh [1..10|default:3] - #Range: 1 ~ 10 - cooldown_to_pray = 3 #Time in minutes to check if a soul appears on a grave [10..10000|default:30] #Range: 10 ~ 10000 time_soul = 30 - #Sets the decorative graves unbreakable [false/true|default:false] - unbreakable_decorative_grave = false #Allows to customize or disable the enchantments [enchantments] - #Enables the enchantment Shadow Step [false/true|default:true] - enable_enchantment_shadow_step = true - #Enables the enchantment Soulbound [false/true|default:true] - enable_enchantment_soulbound = true - #Shadow Step is only active while sneaking [false/true|default:false] - nerf_shadow_step = false - #Enables the enchantment Magic Siphon [false/true|default:true] - enable_enchantment_magic_siphon = true #Restricts the effect of Shadow Step to players [false/true|default:true] restrict_shadow_step_to_player = true @@ -147,37 +117,6 @@ #Range: 5 ~ 100 recovery_player_max_saves = 15 -#Allows to disable some magic items -[allowedMagicItems] - #Allow Book of Disenchantment [false/true|default:true] - allow_book_of_disenchantment = true - #Allow Scroll of Feather Fall [false/true|default:true] - allow_scroll_of_feather_fall = true - #Allow Voodoo Poppet [false/true|default:true] - allow_voodoo_poppet = true - #Allow Scroll of Unstable Intangibleness [false/true|default:true] - allow_scroll_of_unstable_intangibleness = true - #Allow Scroll of Purification [false/true|default:true] - allow_scroll_of_purification = true - #Allow Scroll of Reach [false/true|default:true] - allow_scroll_of_reach = true - #Allow Scroll of Preservation [false/true|default:true] - allow_scroll_of_preservation = true - #Allow Tablet of Recall [false/true|default:true] - allow_tablet_of_recall = true - #Allow Scroll of Knowledge [false/true|default:true] - allow_scroll_of_knowledge = true - #Allow Tablet of Assistance [false/true|default:true] - allow_tablet_of_assistance = true - #Allow Grave's Key [false/true|default:true] - allow_grave_key = true - #Allow Scroll of True Sight [false/true|default:true] - allow_scroll_of_true_sight = true - #Allow Lost Tablet [false/true|default:true] - allow_lost_tablet = true - #Allow Tablet of Home [false/true|default:true] - allow_tablet_of_home = true - #Allows to change the chance to drop some items [loot] #Allows the undeads to have a low chance to drop their skull [false/true|default:true] @@ -185,9 +124,6 @@ #Chance on 1000 to receive a random scroll on undead boss [0..1000|default:100] #Range: 0 ~ 1000 chance_random_scroll_on_boss = 100 - #Chance to loot a Lost Tablet by fishing [0..100|default:10] - #Range: 0 ~ 100 - chance_loot_lost_tablet = 10 #Chance on 1000 to receive a random poppet on undead boss [0..1000|default:100] #Range: 0 ~ 1000 chance_random_poppet_on_boss = 100 diff --git a/config/toolkit-common.toml b/config/toolkit-common.toml index 1187430..a36daf2 100644 --- a/config/toolkit-common.toml +++ b/config/toolkit-common.toml @@ -2,7 +2,6 @@ #ToolKit common config [playerEvent] #if messageOnJoin is true this message will be send to the player on joining world - message = "§5Hello from ToolKit, this message can be change or disabled in config." + message = "§6Welcome to the CipraTech Vitrual Voxel World. We promise, we did not teach the cat to press the button using tuna and a button for hours the other day." #Send messages to users on join? message_on_join = true - diff --git a/config/usefulhats-legacy-common.toml b/config/usefulhats-legacy-common.toml new file mode 100644 index 0000000..d474228 --- /dev/null +++ b/config/usefulhats-legacy-common.toml @@ -0,0 +1,138 @@ + +#Enable or disable certain hats. Disabled hats will not be craftable. +["Accesibility Config"] + #Whether or not Halo should be enabled. + haloEnabled = true + #Whether or not Chopping Hat should be enabled. + choppingHatEnabled = true + #Whether or not Aquanaut Helmet should be enabled. + aquanautHelmetEnabled = true + #Whether or not Straw Hat should be enabled. + strawHatEnabled = true + #Whether or not Mining Hat should be enabled. + miningHatEnabled = true + #Whether or not Postman Hat should be enabled. + postmanHatEnabled = true + #Whether or not Lucky Hat should be enabled. + luckyHatEnabled = true + #Whether or not Wing Helmet should be enabled. + wingHelmetEnabled = true + #Whether or not Stocking Cap should be enabled. + stockingCapEnabled = true + +#Various options that affect individual hats. +["Balance Options"] + + ["Balance Options"."Lucky Hat"] + #Whether or not damaging of Lucky Hat should be enabled. + luckyHatDamageEnabled = true + #Whether or not Hunger effect of Lucky Hat should be enabled while running. + luckyHatUnluckEnabled = true + + ["Balance Options"."Chopping Hat"] + #Chopping Hat speed increase with Efficiency II. + #Range: 0.0 ~ 2.0 + choppingHatSpeedWithEfficiency2 = 0.6 + #Chopping Hat speed increase with Efficiency I. + #Range: 0.0 ~ 1.0 + choppingHatSpeedWithEfficiency1 = 0.4 + #Chopping Hat speed increase without Efficiency enchantment. + #Range: 0.0 ~ 1.0 + choppingHatSpeedWithEfficiency0 = 0.2 + #Chopping Hat speed increase with Efficiency V. + #Range: 0.0 ~ 5.0 + choppingHatSpeedWithEfficiency5 = 1.5 + #Whether or not damaging of Chopping Hat should be enabled. + choppingHatDamageEnabled = true + #Chopping Hat speed increase with Efficiency IV. + #Range: 0.0 ~ 4.0 + choppingHatSpeedWithEfficiency4 = 1.0 + #Chopping Hat speed increase with Efficiency III. + #Range: 0.0 ~ 3.0 + choppingHatSpeedWithEfficiency3 = 0.8 + + ["Balance Options"."Mining Hat"] + #Mining Hat speed increase with Efficiency V. + #Range: 0.0 ~ 5.0 + miningHatSpeedWithEfficiency5 = 1.5 + #Mining Hat speed increase with Efficiency IV. + #Range: 0.0 ~ 4.0 + miningHatSpeedWithEfficiency4 = 1.0 + #Mining Hat speed increase with Efficiency III. + #Range: 0.0 ~ 3.0 + miningHatSpeedWithEfficiency3 = 0.8 + #Whether or not damaging of Mining Hat should be enabled. + miningHatDamageEnabled = true + #Whether or not Night Vision effect of Mining Hat should be enabled in dark areas. + miningHatNightVisionEnabled = true + #Mining Hat speed increase with Efficiency II. + #Range: 0.0 ~ 2.0 + miningHatSpeedWithEfficiency2 = 0.6 + #Mining Hat speed increase with Efficiency I. + #Range: 0.0 ~ 1.0 + miningHatSpeedWithEfficiency1 = 0.4 + #Mining Hat speed increase without Efficiency enchantment. + #Range: 0.0 ~ 1.0 + miningHatSpeedWithEfficiency0 = 0.2 + + ["Balance Options"."Straw Hat"] + #Straw Hat speed increase with Efficiency II. + #Range: 0.0 ~ 2.0 + strawHatSpeedWithEfficiency2 = 0.6 + #Straw Hat speed increase with Efficiency III. + #Range: 0.0 ~ 3.0 + strawHatSpeedWithEfficiency3 = 0.8 + #Straw Hat speed increase with Efficiency IV. + #Range: 0.0 ~ 4.0 + strawHatSpeedWithEfficiency4 = 1.0 + #Straw Hat speed increase with Efficiency V. + #Range: 0.0 ~ 5.0 + strawHatSpeedWithEfficiency5 = 1.5 + #Whether or not damaging of Straw Hat should be enabled. + strawHatDamageEnabled = true + #Straw Hat speed increase without Efficiency enchantment. + #Range: 0.0 ~ 1.0 + strawHatSpeedWithEfficiency0 = 0.2 + #Straw Hat speed increase with Efficiency I. + #Range: 0.0 ~ 1.0 + strawHatSpeedWithEfficiency1 = 0.4 + + ["Balance Options"."Aquanaut Helmet"] + #Aquanaut Helmet effect time of Conduit Power with Respiration II. (in seconds) + #Range: 10 ~ 240 + aquanautHelmetEffectTimeWithRespiration2 = 180 + #Aquanaut Helmet effect time of Conduit Power with Respiration I. (in seconds) + #Range: 10 ~ 180 + aquanautHelmetEffectTimeWithRespiration1 = 120 + #Aquanaut Helmet effect time of Conduit Power with Respiration III. (in seconds) + #Range: 10 ~ 300 + aquanautHelmetEffectTimeWithRespiration3 = 240 + #Aquanaut Helmet effect time of Conduit Power without Respiration enchantment. (in seconds) + #Range: 10 ~ 120 + aquanautHelmetEffectTimeWithRespiration0 = 60 + #Whether or not damaging of Aquanaut Helmet should be enabled. + aquanautHelmetDamageEnabled = true + + ["Balance Options"."Postman Hat"] + #Whether or not Hunger effect of Postman Hat should be enabled while running. + postmanHatHungerEnabled = true + #Whether or not damaging of Postman Hat should be enabled. + postmanHatDamageEnabled = true + + ["Balance Options"."Stocking Cap"] + #Whether or not damaging of Stocking Cap should be enabled. + stockingCapDamageEnabled = true + + ["Balance Options"."Wing Helmet"] + #Whether or not Levitation effect of Wing Helmet should be enabled. + wingHelmetLevitationEnabled = true + #Whether or not damaging of Wing Helmet should be enabled. + wingHelmetDamageEnabled = true + + ["Balance Options".Halo] + #Detecting range of Halo for damage calculation. (in blocks) + #Range: 1 ~ 100 + haloDetectingRange = 16 + #Whether or not damaging of Halo should be enabled. + haloDamageEnabled = true + diff --git a/config/xaerominimap.txt b/config/xaerominimap.txt index d11f5cf..a075942 100644 --- a/config/xaerominimap.txt +++ b/config/xaerominimap.txt @@ -1,6 +1,6 @@ #CONFIG ONLY OPTIONS ignoreUpdate:0 -updateNotification:true +updateNotification:false settingsButton:false allowWrongWorldTeleportation:false differentiateByServerAddress:true @@ -75,9 +75,9 @@ lookingAtAngle:20 lookingAtAngleVertical:180 centeredEnlarged:false zoomedOutEnlarged:false -interface:dummy:0:0:true:false:false:false -interface:dummy:0:10000:true:false:false:false interface:dummy:0:0:false:false:true:false -interface:dummy:0:36:true:false:false:false -interface:gui.xaero_minimap:0:0:false:false:false:false +interface:dummy:0:135:false:false:false:false +interface:dummy:120:0:true:false:false:false +interface:dummy:0:50:true:false:false:false +interface:gui.xaero_minimap:0:0:false:false:true:false #WAYPOINTS HAVE BEEN MOVED TO xaerowaypoints.txt! diff --git a/mods/BiomesOPlenty-1.15.2-10.0.0.313-universal.jar b/mods/BiomesOPlenty-1.15.2-10.0.0.326-universal.jar similarity index 84% rename from mods/BiomesOPlenty-1.15.2-10.0.0.313-universal.jar rename to mods/BiomesOPlenty-1.15.2-10.0.0.326-universal.jar index b8843fd..1b7b776 100644 Binary files a/mods/BiomesOPlenty-1.15.2-10.0.0.313-universal.jar and b/mods/BiomesOPlenty-1.15.2-10.0.0.326-universal.jar differ diff --git a/mods/DefaultAmplified(1.15.2)-1.3.1.jar b/mods/DefaultAmplified(1.15.2)-1.3.1.jar deleted file mode 100644 index 546719b..0000000 Binary files a/mods/DefaultAmplified(1.15.2)-1.3.1.jar and /dev/null differ diff --git a/mods/FruitTrees-1.15.2-1.1.5.jar b/mods/FruitTrees-1.15.2-1.1.6.jar similarity index 52% rename from mods/FruitTrees-1.15.2-1.1.5.jar rename to mods/FruitTrees-1.15.2-1.1.6.jar index 33a502e..a52fd21 100644 Binary files a/mods/FruitTrees-1.15.2-1.1.5.jar and b/mods/FruitTrees-1.15.2-1.1.6.jar differ diff --git a/mods/InventoryHud_1.15.1-1.15.2.forge.2.1.jar b/mods/InventoryHud_1.15.1-1.15.2.forge.2.1.jar deleted file mode 100644 index 01e3505..0000000 Binary files a/mods/InventoryHud_1.15.1-1.15.2.forge.2.1.jar and /dev/null differ diff --git a/mods/Morpheus-1.15.2-4.2.46.jar b/mods/Morpheus-1.15.2-4.2.47.jar similarity index 63% rename from mods/Morpheus-1.15.2-4.2.46.jar rename to mods/Morpheus-1.15.2-4.2.47.jar index c8c46de..b5c3c06 100644 Binary files a/mods/Morpheus-1.15.2-4.2.46.jar and b/mods/Morpheus-1.15.2-4.2.47.jar differ diff --git a/mods/PackMenu-1.15.2-1.1.7.jar b/mods/PackMenu-1.15.2-1.1.7.jar deleted file mode 100644 index 8952fe0..0000000 Binary files a/mods/PackMenu-1.15.2-1.1.7.jar and /dev/null differ diff --git a/mods/PackMenu-1.15.2-1.2.0.jar b/mods/PackMenu-1.15.2-1.2.0.jar new file mode 100644 index 0000000..3d9fffd Binary files /dev/null and b/mods/PackMenu-1.15.2-1.2.0.jar differ diff --git a/mods/PeacefulSurface-1.15.2-v2b.jar b/mods/PeacefulSurface-1.15.2-v2b.jar deleted file mode 100644 index 0a04e98..0000000 Binary files a/mods/PeacefulSurface-1.15.2-v2b.jar and /dev/null differ diff --git a/mods/ResourcefulTools-1.15.2-1.1.15.jar b/mods/ResourcefulTools-1.15.2-1.1.16.jar similarity index 64% rename from mods/ResourcefulTools-1.15.2-1.1.15.jar rename to mods/ResourcefulTools-1.15.2-1.1.16.jar index a449f65..1032677 100644 Binary files a/mods/ResourcefulTools-1.15.2-1.1.15.jar and b/mods/ResourcefulTools-1.15.2-1.1.16.jar differ diff --git a/mods/SilentGear-1.15.2-1.5.0+74.jar b/mods/SilentGear-1.15.2-1.5.1+76.jar similarity index 71% rename from mods/SilentGear-1.15.2-1.5.0+74.jar rename to mods/SilentGear-1.15.2-1.5.1+76.jar index 7412313..c2e999f 100644 Binary files a/mods/SilentGear-1.15.2-1.5.0+74.jar and b/mods/SilentGear-1.15.2-1.5.1+76.jar differ diff --git a/mods/TheVeggieWay-1.15.2-2.1.16.jar b/mods/TheVeggieWay-1.15.2-2.1.16.jar deleted file mode 100644 index 6a02f33..0000000 Binary files a/mods/TheVeggieWay-1.15.2-2.1.16.jar and /dev/null differ diff --git a/mods/TheVeggieWay-1.15.2-2.1.17.jar b/mods/TheVeggieWay-1.15.2-2.1.17.jar new file mode 100644 index 0000000..658bc6d Binary files /dev/null and b/mods/TheVeggieWay-1.15.2-2.1.17.jar differ diff --git a/mods/Xaeros_Minimap_20.2.0_Forge_1.15.2.jar b/mods/Xaeros_Minimap_20.3.0_Forge_1.15.2.jar similarity index 84% rename from mods/Xaeros_Minimap_20.2.0_Forge_1.15.2.jar rename to mods/Xaeros_Minimap_20.3.0_Forge_1.15.2.jar index f5745c4..3b16b2e 100644 Binary files a/mods/Xaeros_Minimap_20.2.0_Forge_1.15.2.jar and b/mods/Xaeros_Minimap_20.3.0_Forge_1.15.2.jar differ diff --git a/mods/alchemistry-1.15.2-3.jar b/mods/alchemistry-1.15.2-5.jar similarity index 82% rename from mods/alchemistry-1.15.2-3.jar rename to mods/alchemistry-1.15.2-5.jar index 60808ec..2ef7da0 100644 Binary files a/mods/alchemistry-1.15.2-3.jar and b/mods/alchemistry-1.15.2-5.jar differ diff --git a/mods/badcreepernbb-1.0.0.jar b/mods/badcreepernbb-1.0.0.jar new file mode 100644 index 0000000..2a4dd0a Binary files /dev/null and b/mods/badcreepernbb-1.0.0.jar differ diff --git a/mods/camera-1.6.1.jar b/mods/camera-1.6.2.jar similarity index 81% rename from mods/camera-1.6.1.jar rename to mods/camera-1.6.2.jar index 9f6f2c8..d179210 100644 Binary files a/mods/camera-1.6.1.jar and b/mods/camera-1.6.2.jar differ diff --git a/mods/car-1.15.2-2.0.3.jar b/mods/car-1.15.2-2.0.4.jar similarity index 89% rename from mods/car-1.15.2-2.0.3.jar rename to mods/car-1.15.2-2.0.4.jar index bac795a..5063003 100644 Binary files a/mods/car-1.15.2-2.0.3.jar and b/mods/car-1.15.2-2.0.4.jar differ diff --git a/mods/diy-1.2.0.jar b/mods/diy-1.2.0.jar deleted file mode 100644 index 5ee025e..0000000 Binary files a/mods/diy-1.2.0.jar and /dev/null differ diff --git a/mods/draw_bridge-1.15.2-1.4.1.16.jar b/mods/draw_bridge-1.15.2-1.4.2.17.jar similarity index 95% rename from mods/draw_bridge-1.15.2-1.4.1.16.jar rename to mods/draw_bridge-1.15.2-1.4.2.17.jar index 2124c78..f3f9f7a 100644 Binary files a/mods/draw_bridge-1.15.2-1.4.1.16.jar and b/mods/draw_bridge-1.15.2-1.4.2.17.jar differ diff --git a/mods/elevatorid-1.15.2-1.6.0.jar b/mods/elevatorid-1.15.2-1.6.0.jar deleted file mode 100644 index 62040a8..0000000 Binary files a/mods/elevatorid-1.15.2-1.6.0.jar and /dev/null differ diff --git a/mods/elevatorid-1.15.2-1.7.0.jar b/mods/elevatorid-1.15.2-1.7.0.jar new file mode 100644 index 0000000..b1d5a69 Binary files /dev/null and b/mods/elevatorid-1.15.2-1.7.0.jar differ diff --git a/mods/engineersdecor-1.15.2-1.0.19-b2.jar b/mods/engineersdecor-1.15.2-1.0.19-b3.jar similarity index 61% rename from mods/engineersdecor-1.15.2-1.0.19-b2.jar rename to mods/engineersdecor-1.15.2-1.0.19-b3.jar index 51dcb9d..a8d3b77 100644 Binary files a/mods/engineersdecor-1.15.2-1.0.19-b2.jar and b/mods/engineersdecor-1.15.2-1.0.19-b3.jar differ diff --git a/mods/entangled-1.1.2-mc1.15.1.jar b/mods/entangled-1.1.4-mc1.15.2.jar similarity index 83% rename from mods/entangled-1.1.2-mc1.15.1.jar rename to mods/entangled-1.1.4-mc1.15.2.jar index 9e56afc..452e33d 100644 Binary files a/mods/entangled-1.1.2-mc1.15.1.jar and b/mods/entangled-1.1.4-mc1.15.2.jar differ diff --git a/mods/inventorysorter-1.15.2-17.0.0.jar b/mods/inventorysorter-1.15.2-17.0.0.jar deleted file mode 100644 index b85f13b..0000000 Binary files a/mods/inventorysorter-1.15.2-17.0.0.jar and /dev/null differ diff --git a/mods/invtweaks-1.15.2-1.0.0.jar b/mods/invtweaks-1.15.2-1.0.0.jar new file mode 100644 index 0000000..9133984 Binary files /dev/null and b/mods/invtweaks-1.15.2-1.0.0.jar differ diff --git a/mods/mcw-roofs-1.0.1-mc1.15.2.jar b/mods/mcw-roofs-1.0.1-mc1.15.2.jar deleted file mode 100644 index e3b82a5..0000000 Binary files a/mods/mcw-roofs-1.0.1-mc1.15.2.jar and /dev/null differ diff --git a/mods/mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar b/mods/mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar new file mode 100644 index 0000000..cb7e30e Binary files /dev/null and b/mods/mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar differ diff --git a/mods/rsgauges-1.15.2-1.2.1-b1.jar b/mods/rsgauges-1.15.2-1.2.1.jar similarity index 80% rename from mods/rsgauges-1.15.2-1.2.1-b1.jar rename to mods/rsgauges-1.15.2-1.2.1.jar index d0b8f9f..2fcff40 100644 Binary files a/mods/rsgauges-1.15.2-1.2.1-b1.jar and b/mods/rsgauges-1.15.2-1.2.1.jar differ diff --git a/mods/tombstone-4.2.1-1.15.2.jar b/mods/tombstone-4.2.2-1.15.2.jar similarity index 51% rename from mods/tombstone-4.2.1-1.15.2.jar rename to mods/tombstone-4.2.2-1.15.2.jar index 97fe107..69c1c3a 100644 Binary files a/mods/tombstone-4.2.1-1.15.2.jar and b/mods/tombstone-4.2.2-1.15.2.jar differ diff --git a/mods/usefulhats-1.5.0-1.15.1+.jar b/mods/usefulhats-1.6.0-1.15.1+.jar similarity index 63% rename from mods/usefulhats-1.5.0-1.15.1+.jar rename to mods/usefulhats-1.6.0-1.15.1+.jar index 98033f4..d014685 100644 Binary files a/mods/usefulhats-1.5.0-1.15.1+.jar and b/mods/usefulhats-1.6.0-1.15.1+.jar differ diff --git a/scripts/Ciprania.zs b/scripts/Ciprania.zs index 7a3b609..c5ce200 100644 --- a/scripts/Ciprania.zs +++ b/scripts/Ciprania.zs @@ -1,5 +1,5 @@ //Rotten Flesh to Leather -craftingTable.addShaped("flesh_2_lether", , +craftingTable.addShaped("flesh_2_leather", , [[, ,], [, , ], [, , ]]); @@ -10,6 +10,20 @@ craftingTable.addShaped("hopper_tweak", , [, , ], [, , ]]); +//8 Logs to 4 Chests +craftingTable.addShaped("logs_2_chests", * 4, + [[, , ], + [, , ], + [, , ]]); + +//2 logs to 2 sticks +craftingTable.addShapeless("logs_2_sticks", * 16, + [, ], null); + +//Wheat to Seeds +craftingTable.addShapeless("wheat_2_seeds", , + [], null); + //Clay Blocks to Clay Ball craftingTable.addShapeless("clay_tweak", * 4, [], null);