Initial Commit
Commit Suicide add disabled jars to lfs remove mods re-add mods
This commit is contained in:
197
config/Mekanism/client.toml
Normal file
197
config/Mekanism/client.toml
Normal file
@@ -0,0 +1,197 @@
|
||||
#Settings for configuring Accessibility settings provided by Mekanism. Note: Some settings such as HUD scale, may be located throughout the rest of this config.
|
||||
[accessibility]
|
||||
#Tries to force all text rendered as part of radial menus to be white instead of the color of the slice's mode.
|
||||
whiteRadialText = false
|
||||
#If true, renders sides for Universal Cables, Mechanical Pipes, Pressurized Tubes, Logistical Transporters, and Thermodynamic Conductors instead of rendering their contents. If transmitters are causing you fps issues, this should hopefully help.
|
||||
opaqueTransmitters = false
|
||||
#Allows changing the mode of held items by holding sneak and using the scroll wheel.
|
||||
allowModeScroll = true
|
||||
|
||||
#Settings for configuring Mekanism's Sounds
|
||||
[sounds]
|
||||
#Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 10.0
|
||||
baseVolume = 1.0
|
||||
#Play sounds for when any player is using a Jetpack, Scuba Mask, Flamethrower, or Gravitational Modulating Unit. This also affects playing the Radiation clicking sound.
|
||||
enablePlayer = true
|
||||
#Play sounds for active machines.
|
||||
enableMachine = true
|
||||
|
||||
#Settings for adjusting how Mekanism renders certain blocks and how many particles Mekanism adds.
|
||||
[rendering]
|
||||
#The color of energy when displayed as the durability bar on items.
|
||||
energyColor = 3997338
|
||||
#Range at which Block Entity Renderers added by Mekanism can render at, for example the contents of multiblocks. Vanilla defaults the rendering range for BERs to 64 for most blocks (for example chests), but uses a range of 256 for blocks like beacons and end gateways. Lowering this will likely increase your performance, at the cost of multiblock contents and wind generators 'popping' in
|
||||
# Default: 256
|
||||
# Range: 1 ~ 1024
|
||||
berRange = 256
|
||||
|
||||
#Settings for configuring Mekanism's Particles
|
||||
[rendering.particle]
|
||||
#When multiblock forms, represent that by red sparkles around the multiblock. If this is disabled a notification message will display on the action bar instead.
|
||||
multiblockFormation = true
|
||||
#Show particles when machines active.
|
||||
machineEffects = true
|
||||
#How far (in blocks) from the player radiation particles can spawn.
|
||||
# Default: 30
|
||||
# Range: 2 ~ 64
|
||||
radiationParticleRadius = 30
|
||||
#How many particles spawn when rendering radiation effects (scaled by radiation level).
|
||||
# Default: 100
|
||||
# Range: 0 ~ 1000
|
||||
radiationParticleCount = 100
|
||||
#Show bolts between the player and items when the Magnetic Attraction Unit is pulling items towards a player.
|
||||
magneticAttraction = true
|
||||
#Show bolts for various AOE tool behaviors such as tilling, debarking, and vein mining.
|
||||
toolAOE = true
|
||||
|
||||
#Settings for configuring Mekanism's HUD
|
||||
[hud]
|
||||
#Enable a HUD that displays information about equipped Mekanism items, and displays additional information when wearing a MekaSuit Helmet.
|
||||
enabled = true
|
||||
#Scale of the text displayed on the HUD.
|
||||
# Default: 0.6
|
||||
# Range: 0.25 ~ 1.0
|
||||
scale = 0.6
|
||||
#Reverses the HUD's text alignment and compass rendering to the right side of the screen, and moves the MekaSuit module rendering to the left side. Warning: This may cause subtitles to overlap parts of the HUD such as the compass.
|
||||
reverse = false
|
||||
#Opacity of HUD used by MekaSuit.
|
||||
# Default: 0.4000000059604645
|
||||
# Range: 0.0 ~ 1.0
|
||||
opacity = 0.4000000059604645
|
||||
#Color (RGB) of HUD used by MekaSuit.
|
||||
# Default: 4257264
|
||||
# Range: 0 ~ 16777215
|
||||
color = 4257264
|
||||
#Color (RGB) of warning HUD elements used by MekaSuit.
|
||||
# Default: 16768335
|
||||
# Range: 0 ~ 16777215
|
||||
warningColor = 16768335
|
||||
#Color (RGB) of danger HUD elements used by MekaSuit.
|
||||
# Default: 16726076
|
||||
# Range: 0 ~ 16777215
|
||||
dangerColor = 16726076
|
||||
#Visual jitter of the MekaSuit HUD, seen when moving the player's head. Higher values increases the amount of jitter.
|
||||
# Default: 6.0
|
||||
# Range: 1.0 ~ 100.0
|
||||
jitter = 6.0
|
||||
#Display a fancy compass when the MekaSuit Helmet is worn.
|
||||
mekaSuitHelmetCompass = true
|
||||
#Shift the HUD elements when sound subtitles are being displayed to avoid overlap
|
||||
avoidSoundSubtitleOverlap = true
|
||||
#Enables rendering an energy bar above the armor bar that displays the total energy of the currently equipped MekaSuit.
|
||||
renderMekaSuitEnergyBar = true
|
||||
|
||||
#Settings for configuring Mekanism's QIO
|
||||
[qio]
|
||||
#Sorting strategy when viewing items in a QIO Dashboard.
|
||||
#Allowed Values: NAME, SIZE, MOD, REGISTRY_NAME
|
||||
sortType = "NAME"
|
||||
#Sorting direction when viewing items in a QIO Dashboard.
|
||||
#Allowed Values: ASCENDING, DESCENDING
|
||||
sortDirection = "ASCENDING"
|
||||
#Number of slots to view horizontally on a QIO Dashboard.
|
||||
# Default: 8
|
||||
# Range: 8 ~ 16
|
||||
slotsWide = 8
|
||||
#Number of slots to view vertically on a QIO Dashboard.
|
||||
# Default: 4
|
||||
# Range: 2 ~ 48
|
||||
slotsTall = 4
|
||||
#Determines whether the search bar is automatically focused when a QIO Dashboard is opened.
|
||||
autoFocusSearchBar = true
|
||||
#Determines if items in a QIO crafting window should be moved to the player's inventory or the frequency first when replacing the items in the crafting grid using a recipe viewer.
|
||||
rejectsToInventory = false
|
||||
|
||||
#Stores the last position various windows were in when they were closed, and whether they are pinned. In general these values should not be modified manually.
|
||||
[window]
|
||||
|
||||
#The last position the Color window was in when it was closed.
|
||||
[window.color]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
|
||||
#The last position the Confirmation window was in when it was closed.
|
||||
[window.confirmation]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
|
||||
#The last position the Crafting window was in when it was closed, and whether it was pinned.
|
||||
[window.crafting0]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
|
||||
pinned = false
|
||||
|
||||
#The last position the Crafting window was in when it was closed, and whether it was pinned.
|
||||
[window.crafting1]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
|
||||
pinned = false
|
||||
|
||||
#The last position the Crafting window was in when it was closed, and whether it was pinned.
|
||||
[window.crafting2]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
|
||||
pinned = false
|
||||
|
||||
#The last position the Mekasuit Helmet window was in when it was closed.
|
||||
[window.mekasuit_helmet]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
|
||||
#The last position the Rename window was in when it was closed.
|
||||
[window.rename]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
|
||||
#The last position the Skin Select window was in when it was closed.
|
||||
[window.skin_select]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
|
||||
#The last position the Side Config window was in when it was closed, and whether it was pinned.
|
||||
[window.side_config]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
|
||||
pinned = false
|
||||
|
||||
#The last position the Transporter Config window was in when it was closed, and whether it was pinned.
|
||||
[window.transporter_config]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
|
||||
pinned = false
|
||||
|
||||
#The last position the Upgrade window was in when it was closed, and whether it was pinned.
|
||||
[window.upgrade]
|
||||
#The x component of this window's last position.
|
||||
x = 2147483647
|
||||
#The y component of this window's last position.
|
||||
y = 2147483647
|
||||
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
|
||||
pinned = false
|
||||
12
config/Mekanism/common.toml
Normal file
12
config/Mekanism/common.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
#Displayed energy type in Mekanism GUIs (client) and network reader readings (server).
|
||||
#Allowed Values: JOULES, FORGE_ENERGY
|
||||
energyType = "FORGE_ENERGY"
|
||||
#Displayed temperature unit in Mekanism GUIs (client) and network reader readings (server).
|
||||
#Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT
|
||||
temperatureUnit = "KELVIN"
|
||||
#Display the time it will take for radiation to decay when readings are above safe levels. Set this to false on the client side to disable MekaSuit Geiger and Dosimeter Unit timers. Set this to false on the server side to disable handheld Geiger Counter and Dosimeter timers.
|
||||
enableDecayTimers = true
|
||||
#Determines whether machine configuration data is copied when using middle click. If this is set to false no data will be copied and the default instance of the stack will be returned.
|
||||
copyBlockData = true
|
||||
#Should holiday greetings and easter eggs play for holidays (ex: Christmas and New Years) on the client. Also controls whether Robits with the default skin should have their skin randomized on the server.
|
||||
holidays = true
|
||||
362
config/Mekanism/gear.toml
Normal file
362
config/Mekanism/gear.toml
Normal file
@@ -0,0 +1,362 @@
|
||||
#Settings for configuring the Atomic Disassembler
|
||||
[atomic_disassembler]
|
||||
#Maximum amount (joules) of energy the Atomic Disassembler can contain.
|
||||
# Default: 1000000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 1000000
|
||||
#Amount (joules) of energy the Atomic Disassembler can accept per tick.
|
||||
# Default: 5000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 5000
|
||||
#Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor)
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsage = 10
|
||||
#Cost in Joules of using the Atomic Disassembler as a weapon.
|
||||
# Default: 2000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsageWeapon = 2000
|
||||
#The bonus attack damage of the Atomic Disassembler when it is out of power. (Value is in number of half hearts)
|
||||
# Default: 4
|
||||
# Range: 0 ~ 1000
|
||||
minDamage = 4
|
||||
#The bonus attack damage of the Atomic Disassembler when it has at least energyUsageWeapon power stored. (Value is in number of half hearts)
|
||||
# Default: 20
|
||||
# Range: 1 ~ 10000
|
||||
maxDamage = 20
|
||||
#Attack speed of the Atomic Disassembler.
|
||||
# Default: -2.4
|
||||
# Range: -4.0 ~ 100.0
|
||||
attackSpeed = -2.4
|
||||
#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. This mode is limited to vein mining just ores and logs.
|
||||
veinMining = false
|
||||
#The max number of blocks the Atomic Disassembler can mine using the 'Vein Mining' mode. Requires veinMining to be enabled.
|
||||
# Default: 128
|
||||
# Range: 2 ~ 1000000
|
||||
miningCount = 128
|
||||
|
||||
#Settings for configuring the Electric Bow
|
||||
[electric_bow]
|
||||
#Maximum amount (joules) of energy the Electric Bow can contain.
|
||||
# Default: 120000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 120000
|
||||
#Amount (joules) of energy the Electric Bow can accept per tick.
|
||||
# Default: 600
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 600
|
||||
#Cost in Joules of using the Electric Bow.
|
||||
# Default: 120
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsage = 120
|
||||
#Cost in Joules of using the Electric Bow with flame mode active.
|
||||
# Default: 1200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsageFlame = 1200
|
||||
|
||||
#Settings for configuring Energy Tablets
|
||||
[energy_tablet]
|
||||
#Maximum amount (joules) of energy the Energy Tablet can contain.
|
||||
# Default: 1000000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 1000000
|
||||
#Amount (joules) of energy the Energy Tablet can accept per tick.
|
||||
# Default: 5000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 5000
|
||||
|
||||
#Settings for configuring Gauge Droppers
|
||||
[gauge_dropper]
|
||||
#Capacity in mB of gauge droppers.
|
||||
# Default: 16000
|
||||
# Range: > 1
|
||||
capacity = 16000
|
||||
#Rate in mB/t at which a gauge dropper can be filled or emptied.
|
||||
# Default: 250
|
||||
# Range: > 1
|
||||
transferRate = 250
|
||||
|
||||
#Settings for configuring the Flamethrower
|
||||
[flamethrower]
|
||||
#Flamethrower tank capacity in mB.
|
||||
# Default: 24000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
capacity = 24000
|
||||
#Rate in mB/t at which a Flamethrower's tank can accept hydrogen.
|
||||
# Default: 16
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
fillRate = 16
|
||||
#Determines whether or not the Flamethrower can destroy item entities the flame hits if it fails to smelt them.
|
||||
destroyItems = true
|
||||
|
||||
#Settings for configuring Free Runners
|
||||
[free_runner]
|
||||
#Maximum amount (joules) of energy Free Runners can contain.
|
||||
# Default: 64000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 64000
|
||||
#Amount (joules) of energy the Free Runners can accept per tick.
|
||||
# Default: 320
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 320
|
||||
#Energy cost multiplier in Joules for reducing fall damage with free runners. Energy cost is: FallDamage * fallEnergyCost. (1 FallDamage is 1 half heart)
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
fallEnergyCost = 50
|
||||
#Percent of damage taken from falling that can be absorbed by Free Runners when they have enough power.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
fallDamageReductionRatio = 1.0
|
||||
|
||||
#Settings for configuring Jetpacks
|
||||
[jetpack]
|
||||
#Jetpack tank capacity in mB.
|
||||
# Default: 24000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
capacity = 24000
|
||||
#Rate in mB/t at which a Jetpack's tank can accept hydrogen.
|
||||
# Default: 16
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
fillRate = 16
|
||||
|
||||
#Settings for configuring Network Readers
|
||||
[network_reader]
|
||||
#Maximum amount (joules) of energy the Network Reader can contain.
|
||||
# Default: 60000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 60000
|
||||
#Amount (joules) of energy the Network Reader can accept per tick.
|
||||
# Default: 300
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 300
|
||||
#Energy usage in joules for each network reading.
|
||||
# Default: 400
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsage = 400
|
||||
|
||||
#Settings for configuring the Portable Teleporter
|
||||
[portable_teleporter]
|
||||
#Maximum amount (joules) of energy the Portable Teleporter can contain.
|
||||
# Default: 1000000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 1000000
|
||||
#Amount (joules) of energy the Portable Teleporter can accept per tick.
|
||||
# Default: 5000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 5000
|
||||
#Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter.
|
||||
# Default: 0
|
||||
# Range: 0 ~ 6000
|
||||
delay = 0
|
||||
|
||||
#Settings for configuring Scuba Tanks
|
||||
[scuba_tank]
|
||||
#Scuba Tank capacity in mB.
|
||||
# Default: 24000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
capacity = 24000
|
||||
#Rate in mB/t at which a Scuba Tank can accept oxygen.
|
||||
# Default: 16
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
fillRate = 16
|
||||
|
||||
#Settings for configuring Seismic Readers
|
||||
[seismic_reader]
|
||||
#Maximum amount (joules) of energy the Seismic Reader can contain.
|
||||
# Default: 12000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergy = 12000
|
||||
#Amount (joules) of energy the Seismic Reader can accept per tick.
|
||||
# Default: 60
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 60
|
||||
#Energy usage in joules required to use the Seismic Reader.
|
||||
# Default: 250
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsage = 250
|
||||
|
||||
#Settings for configuring Canteens
|
||||
[canteen]
|
||||
#Maximum amount in mB of Nutritional Paste storable by the Canteen.
|
||||
# Default: 64000
|
||||
# Range: > 1
|
||||
maxStorage = 64000
|
||||
#Rate in mB/t at which Nutritional Paste can be transferred into a Canteen.
|
||||
# Default: 128
|
||||
# Range: > 1
|
||||
transferRate = 128
|
||||
|
||||
#Settings for configuring the Meka-Tool
|
||||
[mekatool]
|
||||
#Energy capacity (Joules) of the Meka-Tool without any installed upgrades. Quadratically scaled by upgrades.
|
||||
# Default: 16000000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
baseEnergyCapacity = 16000000
|
||||
#Amount (joules) of energy the Meka-Tool can accept per tick. Quadratically scaled by upgrades.
|
||||
# Default: 100000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 100000
|
||||
#Base bonus damage applied by the Meka-Tool without using any energy.
|
||||
# Default: 4
|
||||
# Range: 0 ~ 100000
|
||||
baseDamage = 4
|
||||
#Attack speed of the Meka-Tool.
|
||||
# Default: -2.4
|
||||
# Range: -4.0 ~ 100.0
|
||||
attackSpeed = -2.4
|
||||
#Efficiency of the Meka-Tool with energy but without any upgrades.
|
||||
# Default: 4.0
|
||||
# Range: 0.1 ~ 100.0
|
||||
baseEfficiency = 4.0
|
||||
#Enable the 'Extended Vein Mining' mode for the Meka-Tool. Allows vein mining everything, instead of being limited to just ores and logs.
|
||||
extendedMining = true
|
||||
#Maximum distance a player can teleport with the Meka-Tool.
|
||||
# Default: 100
|
||||
# Range: 3 ~ 1024
|
||||
maxTeleportReach = 100
|
||||
|
||||
#Settings for configuring the Meka-Tool's Energy Usage
|
||||
[mekatool.energy_usage]
|
||||
#Base energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor)
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
base = 10
|
||||
#Silk touch energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor)
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
silk = 100
|
||||
#Cost in Joules of using the Meka-Tool to deal 4 units of damage.
|
||||
# Default: 2000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
weapon = 2000
|
||||
#Cost in Joules of using the Meka-Tool as a hoe.
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
hoe = 10
|
||||
#Cost in Joules of using the Meka-Tool as a shovel for making paths and dowsing campfires.
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
shovel = 10
|
||||
#Cost in Joules of using the Meka-Tool as an axe for stripping logs, scraping, or removing wax.
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
axe = 10
|
||||
#Cost in Joules of using the Meka-Tool to shear entities.
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
shearEntity = 10
|
||||
#Cost in Joules of using the Meka-Tool to carefully shear and trim blocks.
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
shearTrim = 10
|
||||
#Cost in Joules of using the Meka-Tool to teleport 10 blocks.
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
teleport = 1000
|
||||
|
||||
#Settings for configuring the MekaSuit
|
||||
[mekasuit]
|
||||
#Energy capacity (Joules) of MekaSuit items without any installed upgrades. Quadratically scaled by upgrades.
|
||||
# Default: 16000000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
baseEnergyCapacity = 16000000
|
||||
#Amount (joules) of energy the MekaSuit can accept per tick. Quadratically scaled by upgrades.
|
||||
# Default: 100000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargeRate = 100000
|
||||
#Charge rate of inventory items in Joules/t when charging the player's inventory with the Charge Distribution Unit.
|
||||
# Default: 10000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
inventoryChargeRate = 10000
|
||||
#Solar recharging rate in Joules/t of the helmet, per upgrade installed.
|
||||
# Default: 500
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
solarRechargingRate = 500
|
||||
#Should the Gravitational Modulation unit give off vibrations that can be detected by Sculk Sensors and Shriekers when in use.
|
||||
gravitationalVibrations = true
|
||||
#Maximum amount in mB of Nutritional Paste storable by the nutritional injection unit.
|
||||
# Default: 128000
|
||||
# Range: > 1
|
||||
nutritionalMaxStorage = 128000
|
||||
#Rate in mB/t at which Nutritional Paste can be transferred into the nutritional injection unit.
|
||||
# Default: 256
|
||||
# Range: > 1
|
||||
nutritionalTransferRate = 256
|
||||
#Maximum amount in mB of Hydrogen storable per installed jetpack unit.
|
||||
# Default: 24000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
jetpackMaxStorage = 24000
|
||||
#Rate in mB/t at which Hydrogen can be transferred into the jetpack unit.
|
||||
# Default: 256
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
jetpackTransferRate = 256
|
||||
|
||||
#Settings for configuring the MekaSuit's Energy Usage
|
||||
[mekasuit.energy_usage]
|
||||
#Energy usage (Joules) of MekaSuit per unit of damage applied.
|
||||
# Default: 100000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
damage = 100000
|
||||
#Energy cost multiplier in Joules for reducing magic damage via the inhalation purification unit. Energy cost is: MagicDamage * magicReduce. (1 MagicDamage is 1 half heart).
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
magicReduce = 1000
|
||||
#Energy cost multiplier in Joules for reducing fall damage with MekaSuit Boots. Energy cost is: FallDamage * fall. (1 FallDamage is 1 half heart)
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
fall = 50
|
||||
#Energy usage (Joules) of MekaSuit when adding 0.1 to jump motion.
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
jump = 1000
|
||||
#Energy usage (Joules) per second of the MekaSuit when flying with the Elytra Unit.
|
||||
# Default: 32000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
elytra = 32000
|
||||
#Energy usage (Joules) of MekaSuit when lessening a potion effect.
|
||||
# Default: 40000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyUsagePotionTick = 40000
|
||||
#Energy usage (Joules) of MekaSuit when adding 0.1 to sprint motion.
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
sprintBoost = 100
|
||||
#Energy usage (Joules) of MekaSuit per tick when flying via Gravitational Modulation.
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 2305843009213693951
|
||||
gravitationalModulation = 1000
|
||||
#Energy usage (Joules) of MekaSuit per tick of using vision enhancement.
|
||||
# Default: 500
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
visionEnhancement = 500
|
||||
#Energy usage (Joules) of MekaSuit per tick of using hydrostatic repulsion.
|
||||
# Default: 500
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
hydrostaticRepulsion = 500
|
||||
#Energy usage (Joules) of MekaSuit per half-food of nutritional injection.
|
||||
# Default: 20000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
nutritionalInjection = 20000
|
||||
#Energy usage (Joules) of MekaSuit per tick of attracting a single item.
|
||||
# Default: 250
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
itemAttraction = 250
|
||||
|
||||
#Settings for configuring damage absorption of the MekaSuit
|
||||
[mekasuit.damage_absorption]
|
||||
#Percent of damage taken from falling that can be absorbed by MekaSuit Boots when they have enough power.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
fallDamageReductionRatio = 1.0
|
||||
#Percent of damage taken from magic damage that can be absorbed by MekaSuit Helmet with Purification unit when it has enough power.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
magicDamageReductionRatio = 1.0
|
||||
#Percent of damage taken from other non explicitly supported damage types that don't bypass armor when the MekaSuit has enough power and a full suit is equipped. Note: Support for specific damage types can be added by adding an entry for the damage type in the mekanism:mekasuit_absorption data map.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
unspecifiedDamageReductionRatio = 1.0
|
||||
292
config/Mekanism/general.toml
Normal file
292
config/Mekanism/general.toml
Normal file
@@ -0,0 +1,292 @@
|
||||
#Log Mekanism packet names. Debug setting.
|
||||
logPackets = false
|
||||
#Controls whether Mekanism allows players to load chunks. If this is disabled, neither the Anchor Upgrade nor the Dimensional Stabilizer will provide any functionality.
|
||||
allowChunkloading = true
|
||||
#How many ticks must pass until a block's active state is synced with the client when the block stops being active. This prevents rapid state changes that can cause lag. Note: Mekanism's blocks always sync immediately when they go from inactive to active; this only controls the time it takes to go from active to inactive.
|
||||
# Default: 60
|
||||
# Range: 0 ~ 1200
|
||||
blockDeactivationDelay = 60
|
||||
#If enabled, lasers can break blocks and the flamethrower can start fires.
|
||||
aestheticWorldDamage = true
|
||||
#Allow upgrading Universal Cables, Mechanical Pipes, Pressurized Tubes, Logistical Transporters, and Thermodynamic Conductors by right clicking them with the next tier of alloy.
|
||||
transmitterAlloyUpgrade = true
|
||||
#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
|
||||
# Default: 10
|
||||
# Range: > 1
|
||||
maxUpgradeMultiplier = 10
|
||||
#Peak processing rate in mB/t for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
|
||||
# Default: 64
|
||||
# Range: 1 ~ 1024
|
||||
maxSolarNeutronActivatorRate = 64
|
||||
|
||||
#Settings for configuring heaters
|
||||
[heater]
|
||||
#Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater.
|
||||
# Default: 400.0
|
||||
# Range: 0.1 ~ 4000000.0
|
||||
heatPerFuelTick = 400.0
|
||||
#Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heaters burn faster but produce the same amount of heat per item.
|
||||
# Default: 1
|
||||
# Range: 1 ~ 1000
|
||||
fuelwoodTickMultiplier = 1
|
||||
#How much heat energy is created from one Joule of regular energy in the Resistive Heater.
|
||||
# Default: 0.6
|
||||
# Range: 0.0 ~ 1.0
|
||||
resistiveEfficiency = 0.6
|
||||
|
||||
#Settings for configuring Cardboard Boxes
|
||||
[cardboard_box]
|
||||
#Enable this to disable unboxing any block that has a fluid that would be vaporized on placement, instead of trying to vaporize it and leave the remainder of the block. For example with this disabled trying to unbox a waterlogged slab in the nether will leave just the slab, but with this enabled the cardboard box won't open.
|
||||
strictUnboxing = false
|
||||
#Any modids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"]
|
||||
modBlacklist = []
|
||||
|
||||
#Settings for configuring the fill rates of tanks that are stored on items.
|
||||
[item_fill_rate]
|
||||
#Rate in mB/t at which generic fluid storage items can be filled or emptied.
|
||||
# Default: 1024
|
||||
# Range: > 1
|
||||
fluid = 1024
|
||||
#Rate in mB/t at which generic chemical storage items can be filled or emptied.
|
||||
# Default: 1024
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemical = 1024
|
||||
|
||||
#Settings for configuring Dynamic Tanks
|
||||
[dynamic_tank]
|
||||
#Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Total Fluid Capacity = volume * fluidPerTank
|
||||
# Default: 350000
|
||||
# Range: 1 ~ 368224
|
||||
fluidPerTank = 350000
|
||||
#Amount of chemical (mB) that each block of the dynamic tank contributes to the volume. Total Chemical Capacity = volume * chemicalPerTank
|
||||
# Default: 16000000
|
||||
# Range: 1 ~ 1581510980256305
|
||||
chemicalPerTank = 16000000
|
||||
|
||||
#Settings for configuring Auto Eject from block entities
|
||||
[auto_eject]
|
||||
#Rate in mB/t at which fluid gets auto ejected from block entities.
|
||||
# Default: 1024
|
||||
# Range: > 1
|
||||
fluid = 1024
|
||||
#Rate in mB/t at which chemicals gets auto ejected from block entities.
|
||||
# Default: 1024
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemical = 1024
|
||||
#The percentage of a tank's capacity to leave contents in when set to dumping excess.
|
||||
# Default: 0.85
|
||||
# Range: 0.001 ~ 1.0
|
||||
dumpExcessKeepRatio = 0.85
|
||||
|
||||
#Settings for configuring Prefilled Tanks
|
||||
[prefilled]
|
||||
#Add filled variants of creative fluid tanks to creative/recipe viewers for all registered fluids.
|
||||
fluidTanks = true
|
||||
#Add filled variants of creative chemical tanks to creative/recipe viewers for all registered chemicals. Note: This includes radioactive ones that normally can't be stored in chemical tanks.
|
||||
chemicalTanks = true
|
||||
|
||||
#Settings for configuring Energy Conversions
|
||||
[energy_conversion]
|
||||
#Disables Forge Energy (FE/RF) power integration.
|
||||
blacklistForge = false
|
||||
#Conversion multiplier from Forge Energy to Joules (FE * feConversionRate = Joules)
|
||||
# Default: 2.5
|
||||
# Range: 1.0E-4 ~ 10000.0
|
||||
feConversionRate = 2.5
|
||||
#Disables Flux Networks' higher throughput Forge Energy (FE/RF) power integration. Note: Blacklisting Forge Energy also disables this.
|
||||
blacklistFluxNetworks = false
|
||||
#Disables Grand Power's higher throughput Forge Energy (FE/RF) power integration. Note: Blacklisting Forge Energy also disables this.
|
||||
blacklistGrandPower = false
|
||||
#Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler.
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
maxEnergyPerSteam = 10
|
||||
|
||||
#Settings for configuring Radiation
|
||||
[radiation]
|
||||
#Enable worldwide radiation effects.
|
||||
enabled = true
|
||||
#The radius of chunks checked when running radiation calculations. The algorithm is efficient, but don't abuse it by making this crazy high.
|
||||
# Default: 5
|
||||
# Range: 1 ~ 100
|
||||
chunkCheckRadius = 5
|
||||
#Radiation sources are multiplied by this constant roughly once per second to represent their emission decay. At the default rate, it takes roughly 10 hours to remove a 1,000 Sv/h (crazy high) source.
|
||||
# Default: 0.9995
|
||||
# Range: 0.0 ~ 1.0
|
||||
sourceDecayRate = 0.9995
|
||||
#Radiated objects and entities are multiplied by this constant roughly once per second to represent their dosage decay.
|
||||
# Default: 0.9995
|
||||
# Range: 0.0 ~ 1.0
|
||||
targetDecayRate = 0.9995
|
||||
#Defines the minimum severity radiation dosage severity (scale of 0 to 1) for which negative effects can take place. Set to 1 to disable negative effects completely.
|
||||
# Default: 0.1
|
||||
# Range: 0.0 ~ 1.0
|
||||
negativeEffectsMinSeverity = 0.1
|
||||
#Amount of chemical (mB) that can be stored in a Radioactive Waste Barrel.
|
||||
# Default: 512000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
wasteBarrelCapacity = 512000
|
||||
#Number of ticks required for radioactive chemical stored in a Radioactive Waste Barrel to decay radioactiveWasteBarrelDecayAmount mB.
|
||||
# Default: 20
|
||||
# Range: > 1
|
||||
wasteBarrelProcessTicks = 20
|
||||
#Number of mB of chemical that decay every radioactiveWasteBarrelProcessTicks ticks when stored in a Radioactive Waste Barrel. Set to zero to disable decay all together. (Chemicals in the mekanism:waste_barrel_decay_blacklist tag will not decay).
|
||||
# Default: 1
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
wasteBarrelDecayAmount = 1
|
||||
|
||||
#Settings for configuring the Digital Miner
|
||||
[digital_miner]
|
||||
#Energy multiplier for using silk touch mode with the Digital Miner.
|
||||
# Default: 12
|
||||
# Range: > 1
|
||||
silkMultiplier = 12
|
||||
#Maximum radius in blocks that the Digital Miner can reach. Increasing this may have negative effects on stability and memory usage. We strongly recommend you leave this at the default value.
|
||||
# Default: 32
|
||||
# Range: > 1
|
||||
maxRadius = 32
|
||||
#Number of ticks required to mine a single block with a Digital Miner (without any upgrades).
|
||||
# Default: 80
|
||||
# Range: > 1
|
||||
ticksPerMine = 80
|
||||
#Allows dragging items from recipe viewers into the target slot of Digital Miner filters. This allows selecting specific blocks without having to acquire an instance of the block first.
|
||||
easyMinerFilters = false
|
||||
|
||||
#Settings for configuring Lasers
|
||||
[laser]
|
||||
#How far in blocks a laser can travel.
|
||||
# Default: 64
|
||||
# Range: 1 ~ 1024
|
||||
range = 64
|
||||
#Energy needed to destroy or attract blocks with a Laser (per block hardness level).
|
||||
# Default: 100000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyPerHardness = 100000
|
||||
#Energy used per half heart of damage being transferred to entities.
|
||||
# Default: 2500
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
energyPerDamage = 2500
|
||||
|
||||
#Settings for configuring the Oredictionificator
|
||||
[oredictionificator]
|
||||
#The list of valid tag prefixes for the Oredictionificator. Note: It is highly recommended to only include well known/defined tag prefixes otherwise it is very easy to potentially add accidental conversions for things that are not actually equivalent.
|
||||
validItemFilters = ["c:dusts/", "c:ingots/", "c:nuggets/", "c:ores/", "c:raw_materials/", "c:storage_blocks/"]
|
||||
|
||||
#Settings for configuring Electric Pumps and Fluidic Plenishers
|
||||
[pump]
|
||||
#Maximum block distance to pull fluid from for the Electric Pump.
|
||||
# Default: 80
|
||||
# Range: 1 ~ 512
|
||||
range = 80
|
||||
#If enabled and the waterSourceConversion game rule is enabled makes Water blocks be removed from the world on pump. Similarly behavior for the lavaSourceConversion game rule and Lava
|
||||
pumpInfiniteFluidSources = false
|
||||
#Amount of Heavy Water in mB that is extracted per block of Water by the Electric Pump with a Filter Upgrade.
|
||||
# Default: 10
|
||||
# Range: 1 ~ 1000
|
||||
heavyWaterAmount = 10
|
||||
#The number of blocks Fluidic Plenisher attempts to place fluid in before stopping.
|
||||
# Default: 4000
|
||||
# Range: 1 ~ 1000000
|
||||
maxPlenisherNodes = 4000
|
||||
|
||||
#Settings for configuring Quantum Entangloporters
|
||||
[quantum_entangloporter]
|
||||
#Maximum energy buffer (Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is the ultimate energy cube's capacity.
|
||||
# Default: 256000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
energyBuffer = 256000000
|
||||
#Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is the ultimate fluid tank's capacity.
|
||||
# Default: 256000
|
||||
# Range: > 1
|
||||
fluidBuffer = 256000
|
||||
#Maximum chemical buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is the ultimate chemical tank's capacity.
|
||||
# Default: 8192000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalBuffer = 8192000
|
||||
|
||||
#Settings for configuring Mekanism's security system
|
||||
[security]
|
||||
#Enable the security system. This allows players to prevent other players from accessing their machines. Does NOT affect Frequencies.
|
||||
allowProtection = true
|
||||
#If this is enabled then players with the 'mekanism.bypass_security' permission (default for ops) can bypass block and item security restrictions.
|
||||
opsBypassRestrictions = false
|
||||
|
||||
#Settings for configuring Nutritional Paste
|
||||
[nutritional_paste]
|
||||
#Saturation level of Nutritional Paste when eaten.
|
||||
# Default: 0.8
|
||||
# Range: 0.0 ~ 100.0
|
||||
saturation = 0.8
|
||||
#How much mB of Nutritional Paste equates to one 'half-food'.
|
||||
# Default: 50
|
||||
# Range: > 1
|
||||
mbPerFood = 50
|
||||
|
||||
#Settings for configuring Boilers
|
||||
[boiler]
|
||||
#Amount of fluid (mB) that each block of the boiler's water portion contributes to the volume. Max = volume * waterPerTank
|
||||
# Default: 16000
|
||||
# Range: 1 ~ 368224
|
||||
waterPerTank = 16000
|
||||
#Amount of steam (mB) that each block of the boiler's steam portion contributes to the volume. Max = volume * steamPerTank
|
||||
# Default: 160000
|
||||
# Range: 10 ~ 1581510980256305
|
||||
steamPerTank = 160000
|
||||
#Amount of steam (mB) that each block of the boiler's heated coolant portion contributes to the volume. Max = volume * heatedCoolantPerTank
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 1581510980256305
|
||||
heatedCoolantPerTank = 256000
|
||||
#Amount of steam (mB) that each block of the boiler's cooled coolant portion contributes to the volume. Max = volume * cooledCoolantPerTank
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 1581510980256305
|
||||
cooledCoolantPerTank = 256000
|
||||
#How much Boiler heat is immediately usable to convert water to steam.
|
||||
# Default: 0.7
|
||||
# Range: 0.01 ~ 1.0
|
||||
waterConductivity = 0.7
|
||||
#Amount of heat each Boiler heating element produces.
|
||||
# Default: 1.6E7
|
||||
# Range: 0.1 ~ 1.024E9
|
||||
superheatingHeatTransfer = 1.6E7
|
||||
|
||||
#Settings for configuring Thermal Evaporation Plants
|
||||
[thermal_evaporation]
|
||||
#Thermal Evaporation Plant heat loss per tick.
|
||||
# Default: 0.02
|
||||
# Range: 0.001 ~ 1000.0
|
||||
heatDissipation = 0.02
|
||||
#Heat to absorb per Solar Panel array installed on a Thermal Evaporation Plant.
|
||||
# Default: 0.2
|
||||
# Range: 0.001 ~ 1000000.0
|
||||
solarMultiplier = 0.2
|
||||
#Ratio of temperature to output amount produced.
|
||||
# Default: 0.4
|
||||
# Range: 0.001 ~ 1000000.0
|
||||
tempMultiplier = 0.4
|
||||
#Heat capacity of Thermal Evaporation Plant layers. This increases the amount of energy needed to increase temperature.
|
||||
# Default: 100.0
|
||||
# Range: 1.0 ~ 1000000.0
|
||||
heatCapacity = 100.0
|
||||
#Amount of fluid (mB) that each block of the evaporation plant contributes to the input tank capacity. Max = volume * fluidPerTank
|
||||
# Default: 64000
|
||||
# Range: 1 ~ 29826161
|
||||
fluidPerTank = 64000
|
||||
#Amount of output fluid (mB) that the evaporation plant can store.
|
||||
# Default: 10000
|
||||
# Range: > 1
|
||||
outputTankCapacity = 10000
|
||||
|
||||
#Settings for configuring the Supercritical Phase Shifter
|
||||
[sps]
|
||||
#How much polonium in mB must be processed to make 1 mB of antimatter. The input tank capacity is 2x this value.
|
||||
# Default: 1000
|
||||
# Range: > 1
|
||||
inputPerAntimatter = 1000
|
||||
#Amount of antimatter in mB that the SPS can store.
|
||||
# Default: 1000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
outputTankCapacity = 1000
|
||||
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
|
||||
# Default: 1000000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energyPerInput = 1000000
|
||||
144
config/Mekanism/machine-storage.toml
Normal file
144
config/Mekanism/machine-storage.toml
Normal file
@@ -0,0 +1,144 @@
|
||||
#Base energy storage in Joules of: Enrichment Chamber
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
enrichmentChamber = 20000
|
||||
#Base energy storage in Joules of: Osmium Compressor
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
osmiumCompressor = 80000
|
||||
#Base energy storage in Joules of: Combiner
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
combiner = 40000
|
||||
#Base energy storage in Joules of: Crusher
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
crusher = 20000
|
||||
#Base energy storage in Joules of: Metallurgic Infuser
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
metallurgicInfuser = 20000
|
||||
#Base energy storage in Joules of: Purification Chamber
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
purificationChamber = 80000
|
||||
#Base energy storage in Joules of: Energized Smelter
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
energizedSmelter = 20000
|
||||
#Base energy storage in Joules of: Digital Miner
|
||||
# Default: 50000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
digitalMiner = 50000
|
||||
#Base energy storage in Joules of: Electric Pump
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
electricPump = 40000
|
||||
#Base energy storage in Joules of: Chargepad
|
||||
# Default: 2048000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chargepad = 2048000
|
||||
#Base energy storage in Joules of: Rotary Condensentrator
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
rotaryCondensentrator = 20000
|
||||
#Base energy storage in Joules of: Chemical Oxidizer
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalOxidizer = 80000
|
||||
#Base energy storage in Joules of: Chemical Infuser
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalInfuser = 80000
|
||||
#Base energy storage in Joules of: Chemical Injection Chamber
|
||||
# Default: 160000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalInjectionChamber = 160000
|
||||
#Base energy storage in Joules of: Electrolytic Separator
|
||||
# Default: 160000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
electrolyticSeparator = 160000
|
||||
#Base energy storage in Joules of: Precision Sawmill
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
precisionSawmill = 20000
|
||||
#Base energy storage in Joules of: Chemical Dissolution Chamber
|
||||
# Default: 160000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalDissolutionChamber = 160000
|
||||
#Base energy storage in Joules of: Chemical Washer
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalWasher = 80000
|
||||
#Base energy storage in Joules of: Chemical Crystallizer
|
||||
# Default: 160000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
chemicalCrystallizer = 160000
|
||||
#Base energy storage in Joules of: Seismic Vibrator
|
||||
# Default: 20000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
seismicVibrator = 20000
|
||||
#Base energy storage in Joules of: Pressurized Reaction Chamber
|
||||
# Default: 2000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
pressurizedReactionBase = 2000
|
||||
#Base energy storage in Joules of: Fluidic Plenisher
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
fluidicPlenisher = 40000
|
||||
#Base energy storage in Joules of: Laser
|
||||
# Default: 2000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
laser = 2000000
|
||||
#Base energy storage in Joules of: Laser Amplifier
|
||||
# Default: 5000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
laserAmplifier = 5000000000
|
||||
#Base energy storage in Joules of: Laser Tractor Beam
|
||||
# Default: 5000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
laserTractorBeam = 5000000000
|
||||
#Base energy storage in Joules of: Formulaic Assemblicator
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
formulaicAssemblicator = 40000
|
||||
#Base energy storage in Joules of: Teleporter
|
||||
# Default: 5000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
teleporter = 5000000
|
||||
#Base energy storage in Joules of: Modification Station
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
modificationStation = 40000
|
||||
#Base energy storage in Joules of: Isotopic Centrifuge
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
isotopicCentrifuge = 80000
|
||||
#Base energy storage in Joules of: Nutritional Liquifier
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
nutritionalLiquifier = 40000
|
||||
#Base energy storage in Joules of: Nucleosynthesizer. Also defines max process rate.
|
||||
# Default: 1000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
antiprotonicNucleosynthesizer = 1000000000
|
||||
#Base energy storage in Joules of: Pigment Extractor
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
pigmentExtractor = 40000
|
||||
#Base energy storage in Joules of: Pigment Mixer
|
||||
# Default: 80000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
pigmentMixer = 80000
|
||||
#Base energy storage in Joules of: Painting Machine
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
paintingMachine = 40000
|
||||
#Base energy storage in Joules of: SPS Port. Also defines max output rate.
|
||||
# Default: 1000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
spsPort = 1000000000
|
||||
#Base energy storage in Joules of: Dimensional Stabilizer
|
||||
# Default: 40000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
dimensionalStabilizer = 40000
|
||||
141
config/Mekanism/machine-usage.toml
Normal file
141
config/Mekanism/machine-usage.toml
Normal file
@@ -0,0 +1,141 @@
|
||||
#Energy per operation in Joules of: Enrichment Chamber
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
enrichmentChamber = 50
|
||||
#Energy per operation in Joules of: Osmium Compressor
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
osmiumCompressor = 100
|
||||
#Energy per operation in Joules of: Combiner
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
combiner = 50
|
||||
#Energy per operation in Joules of: Crusher
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
crusher = 50
|
||||
#Energy per operation in Joules of: Metallurgic Infuser
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
metallurgicInfuser = 50
|
||||
#Energy per operation in Joules of: Purification Chamber
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
purificationChamber = 200
|
||||
#Energy per operation in Joules of: Energized Smelter
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
energizedSmelter = 50
|
||||
#Energy per operation in Joules of: Digital Miner
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
digitalMiner = 1000
|
||||
#Energy per operation in Joules of: Electric Pump
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
electricPump = 100
|
||||
#Energy in Joules that can be transferred at once per charge operation.
|
||||
# Default: 1024000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chargepad = 1024000
|
||||
#Energy per operation in Joules of: Rotary Condensentrator
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
rotaryCondensentrator = 50
|
||||
#Energy per operation in Joules of: Chemical Oxidizer
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chemicalOxidizer = 200
|
||||
#Energy per operation in Joules of: Chemical Infuser
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chemicalInfuser = 200
|
||||
#Energy per operation in Joules of: Chemical Injection Chamber
|
||||
# Default: 400
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chemicalInjectionChamber = 400
|
||||
#Energy per operation in Joules of: Precision Sawmill
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
precisionSawmill = 50
|
||||
#Energy per operation in Joules of: Chemical Dissolution Chamber
|
||||
# Default: 400
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chemicalDissolutionChamber = 400
|
||||
#Energy per operation in Joules of: Chemical Washer
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chemicalWasher = 200
|
||||
#Energy per operation in Joules of: Chemical Crystallizer
|
||||
# Default: 400
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
chemicalCrystallizer = 400
|
||||
#Energy per operation in Joules of: Seismic Vibrator
|
||||
# Default: 50
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
seismicVibrator = 50
|
||||
#Energy per operation in Joules of: Pressurized Reaction Chamber
|
||||
# Default: 5
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
pressurizedReactionBase = 5
|
||||
#Energy per operation in Joules of: Fluidic Plenisher
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
fluidicPlenisher = 100
|
||||
#Energy per operation in Joules of: Laser
|
||||
# Default: 10000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
laser = 10000
|
||||
#Energy per operation in Joules of: Formulaic Assemblicator
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
formulaicAssemblicator = 100
|
||||
#Energy per operation in Joules of: Modification Station
|
||||
# Default: 400
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
modificationStation = 400
|
||||
#Energy per operation in Joules of: Isotopic Centrifuge
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
isotopicCentrifuge = 200
|
||||
#Energy per operation in Joules of: Nutritional Liquifier
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
nutritionalLiquifier = 200
|
||||
#Energy per operation in Joules of: Nucleosynthesizer
|
||||
# Default: 100000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
antiprotonicNucleosynthesizer = 100000
|
||||
#Energy per operation in Joules of: Pigment Extractor
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
pigmentExtractor = 200
|
||||
#Energy per operation in Joules of: Pigment Mixer
|
||||
# Default: 200
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
pigmentMixer = 200
|
||||
#Energy per operation in Joules of: Painting Machine
|
||||
# Default: 100
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
paintingMachine = 100
|
||||
#Energy per chunk per tick in Joules.
|
||||
# Default: 5000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
dimensionalStabilizer = 5000
|
||||
#If enabled, Chemical Injectors and Purification Chambers will consume a semi randomized amount of chemical each operation.
|
||||
randomizedConsumption = true
|
||||
|
||||
#Settings for configuring Teleporter Energy Usage
|
||||
[teleporter]
|
||||
#Base cost in Joules for teleporting an entity.
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
base = 1000
|
||||
#Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2).
|
||||
# Default: 10
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
distance = 10
|
||||
#Flat additional cost for interdimensional teleportation. Distance is still taken into account minimizing energy cost based on dimension scales.
|
||||
# Default: 10000
|
||||
# Range: 0 ~ 9223372036854775807
|
||||
dimensionPenalty = 10000
|
||||
59
config/Mekanism/startup.toml
Normal file
59
config/Mekanism/startup.toml
Normal file
@@ -0,0 +1,59 @@
|
||||
#Settings for configuring Mekanism's gear settings. This config is not synced automatically between client and server. It is highly recommended to ensure you are using the same values for this config on the server and client.
|
||||
[gear]
|
||||
|
||||
#Settings for configuring Armored Free Runners
|
||||
[gear.armored_free_runner]
|
||||
#Armor value of the Armored Free Runners
|
||||
# Default: 3
|
||||
# Range: > 0
|
||||
armor = 3
|
||||
#Toughness value of the Armored Free Runners.
|
||||
# Default: 2.0
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
toughness = 2.0
|
||||
#Knockback resistance value of the Armored Free Runners.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
knockbackResistance = 0.0
|
||||
|
||||
#Settings for configuring Armored Jetpacks
|
||||
[gear.armored_jetpack]
|
||||
#Armor value of the Armored Jetpacks
|
||||
# Default: 8
|
||||
# Range: > 0
|
||||
armor = 8
|
||||
#Toughness value of the Armored Jetpacks.
|
||||
# Default: 2.0
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
toughness = 2.0
|
||||
#Knockback resistance value of the Armored Jetpacks.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
knockbackResistance = 0.0
|
||||
|
||||
#Settings for configuring the MekaSuit
|
||||
[gear.mekasuit]
|
||||
#Armor value of MekaSuit Helmets.
|
||||
# Default: 3
|
||||
# Range: > 0
|
||||
helmetArmor = 3
|
||||
#Armor value of MekaSuit BodyArmor.
|
||||
# Default: 8
|
||||
# Range: > 0
|
||||
bodyArmorArmor = 8
|
||||
#Armor value of MekaSuit Pants.
|
||||
# Default: 6
|
||||
# Range: > 0
|
||||
pantsArmor = 6
|
||||
#Armor value of MekaSuit Boots.
|
||||
# Default: 3
|
||||
# Range: > 0
|
||||
bootsArmor = 3
|
||||
#Toughness value of the MekaSuit.
|
||||
# Default: 3.0
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
toughness = 3.0
|
||||
#Knockback resistance value of the MekaSuit.
|
||||
# Default: 0.10000000149011612
|
||||
# Range: 0.0 ~ 3.4028234663852886E38
|
||||
knockbackResistance = 0.10000000149011612
|
||||
364
config/Mekanism/tiers.toml
Normal file
364
config/Mekanism/tiers.toml
Normal file
@@ -0,0 +1,364 @@
|
||||
#Settings for configuring Energy Cubes
|
||||
[energy_cubes]
|
||||
#Maximum number of Joules Basic energy cubes can store.
|
||||
# Default: 4000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicCapacity = 4000000
|
||||
#Output rate in Joules of Basic energy cubes.
|
||||
# Default: 4000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicOutput = 4000
|
||||
#Maximum number of Joules Advanced energy cubes can store.
|
||||
# Default: 16000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedCapacity = 16000000
|
||||
#Output rate in Joules of Advanced energy cubes.
|
||||
# Default: 16000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedOutput = 16000
|
||||
#Maximum number of Joules Elite energy cubes can store.
|
||||
# Default: 64000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteCapacity = 64000000
|
||||
#Output rate in Joules of Elite energy cubes.
|
||||
# Default: 64000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteOutput = 64000
|
||||
#Maximum number of Joules Ultimate energy cubes can store.
|
||||
# Default: 256000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateCapacity = 256000000
|
||||
#Output rate in Joules of Ultimate energy cubes.
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateOutput = 256000
|
||||
#Maximum number of Joules Creative energy cubes can store.
|
||||
# Default: 9223372036854775807
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
creativeCapacity = 9223372036854775807
|
||||
#Output rate in Joules of Creative energy cubes.
|
||||
# Default: 9223372036854775807
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
creativeOutput = 9223372036854775807
|
||||
|
||||
#Settings for configuring Fluid Tanks
|
||||
[fluid_tanks]
|
||||
#Storage size of Basic fluid tanks in mB.
|
||||
# Default: 32000
|
||||
# Range: > 1
|
||||
basicCapacity = 32000
|
||||
#Output rate of Basic fluid tanks in mB.
|
||||
# Default: 1000
|
||||
# Range: > 1
|
||||
basicOutput = 1000
|
||||
#Storage size of Advanced fluid tanks in mB.
|
||||
# Default: 64000
|
||||
# Range: > 1
|
||||
advancedCapacity = 64000
|
||||
#Output rate of Advanced fluid tanks in mB.
|
||||
# Default: 4000
|
||||
# Range: > 1
|
||||
advancedOutput = 4000
|
||||
#Storage size of Elite fluid tanks in mB.
|
||||
# Default: 128000
|
||||
# Range: > 1
|
||||
eliteCapacity = 128000
|
||||
#Output rate of Elite fluid tanks in mB.
|
||||
# Default: 16000
|
||||
# Range: > 1
|
||||
eliteOutput = 16000
|
||||
#Storage size of Ultimate fluid tanks in mB.
|
||||
# Default: 256000
|
||||
# Range: > 1
|
||||
ultimateCapacity = 256000
|
||||
#Output rate of Ultimate fluid tanks in mB.
|
||||
# Default: 64000
|
||||
# Range: > 1
|
||||
ultimateOutput = 64000
|
||||
#Storage size of Creative fluid tanks in mB.
|
||||
# Default: 2147483647
|
||||
# Range: > 1
|
||||
creativeCapacity = 2147483647
|
||||
#Output rate of Creative fluid tanks in mB.
|
||||
# Default: 1073741823
|
||||
# Range: > 1
|
||||
creativeOutput = 1073741823
|
||||
|
||||
#Settings for configuring Chemical Tanks
|
||||
[chemical_tanks]
|
||||
#Storage size of Basic chemical tanks in mB.
|
||||
# Default: 64000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicCapacity = 64000
|
||||
#Output rate of Basic chemical tanks in mB.
|
||||
# Default: 1000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicOutput = 1000
|
||||
#Storage size of Advanced chemical tanks in mB.
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedCapacity = 256000
|
||||
#Output rate of Advanced chemical tanks in mB.
|
||||
# Default: 16000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedOutput = 16000
|
||||
#Storage size of Elite chemical tanks in mB.
|
||||
# Default: 1024000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteCapacity = 1024000
|
||||
#Output rate of Elite chemical tanks in mB.
|
||||
# Default: 128000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteOutput = 128000
|
||||
#Storage size of Ultimate chemical tanks in mB.
|
||||
# Default: 8192000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateCapacity = 8192000
|
||||
#Output rate of Ultimate chemical tanks in mB.
|
||||
# Default: 512000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateOutput = 512000
|
||||
#Storage size of Creative chemical tanks in mB.
|
||||
# Default: 9223372036854775807
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
creativeCapacity = 9223372036854775807
|
||||
#Output rate of Creative chemical tanks in mB.
|
||||
# Default: 4611686018427387903
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
creativeOutput = 4611686018427387903
|
||||
|
||||
#Settings for configuring Bins
|
||||
[bins]
|
||||
#The number of items Basic bins can store.
|
||||
# Default: 4096
|
||||
# Range: > 1
|
||||
basicCapacity = 4096
|
||||
#The number of items Advanced bins can store.
|
||||
# Default: 8192
|
||||
# Range: > 1
|
||||
advancedCapacity = 8192
|
||||
#The number of items Elite bins can store.
|
||||
# Default: 32768
|
||||
# Range: > 1
|
||||
eliteCapacity = 32768
|
||||
#The number of items Ultimate bins can store.
|
||||
# Default: 262144
|
||||
# Range: > 1
|
||||
ultimateCapacity = 262144
|
||||
#The number of items Creative bins can store.
|
||||
# Default: 2147483647
|
||||
# Range: > 1
|
||||
creativeCapacity = 2147483647
|
||||
|
||||
#Settings for configuring Induction Cells and Providers
|
||||
[induction]
|
||||
#Maximum number of Joules Basic induction cells can store.
|
||||
# Default: 8000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicCapacity = 8000000000
|
||||
#Maximum number of Joules Advanced induction cells can store.
|
||||
# Default: 64000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedCapacity = 64000000000
|
||||
#Maximum number of Joules Elite induction cells can store.
|
||||
# Default: 512000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteCapacity = 512000000000
|
||||
#Maximum number of Joules Ultimate induction cells can store.
|
||||
# Default: 4000000000000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateCapacity = 4000000000000
|
||||
#Maximum number of Joules Basic induction providers can output or accept.
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicOutput = 256000
|
||||
#Maximum number of Joules Advanced induction providers can output or accept.
|
||||
# Default: 2048000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedOutput = 2048000
|
||||
#Maximum number of Joules Elite induction providers can output or accept.
|
||||
# Default: 16384000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteOutput = 16384000
|
||||
#Maximum number of Joules Ultimate induction providers can output or accept.
|
||||
# Default: 131072000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateOutput = 131072000
|
||||
|
||||
#Settings for configuring Transmitters
|
||||
[transmitters]
|
||||
|
||||
#Settings for configuring Universal Cables
|
||||
[transmitters.energy]
|
||||
#Internal buffer in Joules of each Basic universal cable.
|
||||
# Default: 8000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicCapacity = 8000
|
||||
#Internal buffer in Joules of each Advanced universal cable.
|
||||
# Default: 128000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedCapacity = 128000
|
||||
#Internal buffer in Joules of each Elite universal cable.
|
||||
# Default: 1024000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteCapacity = 1024000
|
||||
#Internal buffer in Joules of each Ultimate universal cable.
|
||||
# Default: 8192000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateCapacity = 8192000
|
||||
|
||||
#Settings for configuring Mechanical Pipes
|
||||
[transmitters.fluid]
|
||||
#Capacity of Basic mechanical pipes in mB.
|
||||
# Default: 2000
|
||||
# Range: > 1
|
||||
basicCapacity = 2000
|
||||
#Pump rate of Basic mechanical pipes in mB/t.
|
||||
# Default: 250
|
||||
# Range: > 1
|
||||
basicPullAmount = 250
|
||||
#Capacity of Advanced mechanical pipes in mB.
|
||||
# Default: 8000
|
||||
# Range: > 1
|
||||
advancedCapacity = 8000
|
||||
#Pump rate of Advanced mechanical pipes in mB/t.
|
||||
# Default: 1000
|
||||
# Range: > 1
|
||||
advancedPullAmount = 1000
|
||||
#Capacity of Elite mechanical pipes in mB.
|
||||
# Default: 32000
|
||||
# Range: > 1
|
||||
eliteCapacity = 32000
|
||||
#Pump rate of Elite mechanical pipes in mB/t.
|
||||
# Default: 8000
|
||||
# Range: > 1
|
||||
elitePullAmount = 8000
|
||||
#Capacity of Ultimate mechanical pipes in mB.
|
||||
# Default: 128000
|
||||
# Range: > 1
|
||||
ultimateCapacity = 128000
|
||||
#Pump rate of Ultimate mechanical pipes in mB/t.
|
||||
# Default: 32000
|
||||
# Range: > 1
|
||||
ultimatePullAmount = 32000
|
||||
|
||||
#Settings for configuring Pressurized Tubes
|
||||
[transmitters.chemical]
|
||||
#Capacity of Basic pressurized tubes in mB.
|
||||
# Default: 4000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicCapacity = 4000
|
||||
#Pump rate of Basic pressurized tubes in mB/t.
|
||||
# Default: 750
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
basicPullAmount = 750
|
||||
#Capacity of Advanced pressurized tubes in mB.
|
||||
# Default: 16000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedCapacity = 16000
|
||||
#Pump rate of Advanced pressurized tubes in mB/t.
|
||||
# Default: 2000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
advancedPullAmount = 2000
|
||||
#Capacity of Elite pressurized tubes in mB.
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
eliteCapacity = 256000
|
||||
#Pump rate of Elite pressurized tubes in mB/t.
|
||||
# Default: 64000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
elitePullAmount = 64000
|
||||
#Capacity of Ultimate pressurized tubes in mB.
|
||||
# Default: 1024000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimateCapacity = 1024000
|
||||
#Pump rate of Ultimate pressurized tubes in mB/t.
|
||||
# Default: 256000
|
||||
# Range: 1 ~ 9223372036854775807
|
||||
ultimatePullAmount = 256000
|
||||
|
||||
#Settings for configuring Logistical Transporters
|
||||
[transmitters.items]
|
||||
#Item throughput rate of Basic logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 1
|
||||
# Range: > 1
|
||||
basicPullAmount = 1
|
||||
#Five times the travel speed in m/s of Basic logistical transporter. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 5
|
||||
# Range: > 1
|
||||
basicSpeed = 5
|
||||
#Item throughput rate of Advanced logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 16
|
||||
# Range: > 1
|
||||
advancedPullAmount = 16
|
||||
#Five times the travel speed in m/s of Advanced logistical transporter. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 10
|
||||
# Range: > 1
|
||||
advancedSpeed = 10
|
||||
#Item throughput rate of Elite logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 32
|
||||
# Range: > 1
|
||||
elitePullAmount = 32
|
||||
#Five times the travel speed in m/s of Elite logistical transporter. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 20
|
||||
# Range: > 1
|
||||
eliteSpeed = 20
|
||||
#Item throughput rate of Ultimate logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 64
|
||||
# Range: > 1
|
||||
ultimatePullAmount = 64
|
||||
#Five times the travel speed in m/s of Ultimate logistical transporter. This value assumes a target tick rate of 20 ticks per second.
|
||||
# Default: 50
|
||||
# Range: > 1
|
||||
ultimateSpeed = 50
|
||||
|
||||
#Settings for configuring Thermodynamic Conductors
|
||||
[transmitters.heat]
|
||||
#Conduction value of Basic thermodynamic conductors.
|
||||
# Default: 5.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
basicInverseConduction = 5.0
|
||||
#Heat capacity of Basic thermodynamic conductors.
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
basicHeatCapacity = 1.0
|
||||
#Insulation value of Basic thermodynamic conductor.
|
||||
# Default: 10.0
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
basicInsulation = 10.0
|
||||
#Conduction value of Advanced thermodynamic conductors.
|
||||
# Default: 5.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
advancedInverseConduction = 5.0
|
||||
#Heat capacity of Advanced thermodynamic conductors.
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
advancedHeatCapacity = 1.0
|
||||
#Insulation value of Advanced thermodynamic conductor.
|
||||
# Default: 400.0
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
advancedInsulation = 400.0
|
||||
#Conduction value of Elite thermodynamic conductors.
|
||||
# Default: 5.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
eliteInverseConduction = 5.0
|
||||
#Heat capacity of Elite thermodynamic conductors.
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
eliteHeatCapacity = 1.0
|
||||
#Insulation value of Elite thermodynamic conductor.
|
||||
# Default: 8000.0
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
eliteInsulation = 8000.0
|
||||
#Conduction value of Ultimate thermodynamic conductors.
|
||||
# Default: 5.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
ultimateInverseConduction = 5.0
|
||||
#Heat capacity of Ultimate thermodynamic conductors.
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 1.7976931348623157E308
|
||||
ultimateHeatCapacity = 1.0
|
||||
#Insulation value of Ultimate thermodynamic conductor.
|
||||
# Default: 100000.0
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
ultimateInsulation = 100000.0
|
||||
490
config/Mekanism/world.toml
Normal file
490
config/Mekanism/world.toml
Normal file
@@ -0,0 +1,490 @@
|
||||
#Allows chunks to retrogen Mekanism salt and ore blocks. In general when enabling this you also want to bump the userWorldGenVersion.
|
||||
enableRegeneration = false
|
||||
#Change this value to cause Mekanism to regen its ore in all loaded chunks that have a version lower than this.
|
||||
# Default: 0
|
||||
# Range: > 0
|
||||
userWorldGenVersion = 0
|
||||
|
||||
#Generation Settings for Tin ore.
|
||||
[tin]
|
||||
#Determines if Tin ore should be added to world generation.
|
||||
shouldGenerate = true
|
||||
|
||||
#Small Tin Vein Generation Settings.
|
||||
[tin.small]
|
||||
#Determines if Small Tin Veins should be added to world generation. Note: Requires generating tin ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Small Tin Veins generates in a chunk.
|
||||
# Default: 14
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 14
|
||||
#Maximum number of blocks in a Small Tin Vein.
|
||||
# Default: 4
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 4
|
||||
#Chance that blocks that are directly exposed to air in a Small Tin Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Small Tin Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Small Tin Veins. This defines the minimum y-level that Small Tin Veins can spawn at.
|
||||
[tin.small.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = -20
|
||||
|
||||
#Maximum (inclusive) height anchor for Small Tin Veins. This defines the maximum y-level that Small Tin Veins can spawn at.
|
||||
[tin.small.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 94
|
||||
|
||||
#Large Tin Vein Generation Settings.
|
||||
[tin.large]
|
||||
#Determines if Large Tin Veins should be added to world generation. Note: Requires generating tin ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Large Tin Veins generates in a chunk.
|
||||
# Default: 12
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 12
|
||||
#Maximum number of blocks in a Large Tin Vein.
|
||||
# Default: 9
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Chance that blocks that are directly exposed to air in a Large Tin Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Large Tin Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Large Tin Veins. This defines the minimum y-level that Large Tin Veins can spawn at.
|
||||
[tin.large.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = -32
|
||||
|
||||
#Maximum (inclusive) height anchor for Large Tin Veins. This defines the maximum y-level that Large Tin Veins can spawn at.
|
||||
[tin.large.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 72
|
||||
|
||||
#Generation Settings for Osmium ore.
|
||||
[osmium]
|
||||
#Determines if Osmium ore should be added to world generation.
|
||||
shouldGenerate = true
|
||||
|
||||
#Upper Osmium Vein Generation Settings.
|
||||
[osmium.upper]
|
||||
#Determines if Upper Osmium Veins should be added to world generation. Note: Requires generating osmium ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Upper Osmium Veins generates in a chunk.
|
||||
# Default: 65
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 65
|
||||
#Maximum number of blocks in a Upper Osmium Vein.
|
||||
# Default: 7
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 7
|
||||
#Chance that blocks that are directly exposed to air in a Upper Osmium Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Upper Osmium Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 8
|
||||
|
||||
#Minimum (inclusive) height anchor for Upper Osmium Veins. This defines the minimum y-level that Upper Osmium Veins can spawn at.
|
||||
[osmium.upper.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 72
|
||||
|
||||
#Maximum (inclusive) height anchor for Upper Osmium Veins. This defines the maximum y-level that Upper Osmium Veins can spawn at.
|
||||
[osmium.upper.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "BELOW_TOP"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = -24
|
||||
|
||||
#Middle Osmium Vein Generation Settings.
|
||||
[osmium.middle]
|
||||
#Determines if Middle Osmium Veins should be added to world generation. Note: Requires generating osmium ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Middle Osmium Veins generates in a chunk.
|
||||
# Default: 6
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 6
|
||||
#Maximum number of blocks in a Middle Osmium Vein.
|
||||
# Default: 9
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Chance that blocks that are directly exposed to air in a Middle Osmium Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Middle Osmium Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Middle Osmium Veins. This defines the minimum y-level that Middle Osmium Veins can spawn at.
|
||||
[osmium.middle.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = -32
|
||||
|
||||
#Maximum (inclusive) height anchor for Middle Osmium Veins. This defines the maximum y-level that Middle Osmium Veins can spawn at.
|
||||
[osmium.middle.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 56
|
||||
|
||||
#Small Osmium Vein Generation Settings.
|
||||
[osmium.small]
|
||||
#Determines if Small Osmium Veins should be added to world generation. Note: Requires generating osmium ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Small Osmium Veins generates in a chunk.
|
||||
# Default: 8
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 8
|
||||
#Maximum number of blocks in a Small Osmium Vein.
|
||||
# Default: 4
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 4
|
||||
#Chance that blocks that are directly exposed to air in a Small Osmium Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Small Osmium Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "UNIFORM"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Small Osmium Veins. This defines the minimum y-level that Small Osmium Veins can spawn at.
|
||||
[osmium.small.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 0
|
||||
|
||||
#Maximum (inclusive) height anchor for Small Osmium Veins. This defines the maximum y-level that Small Osmium Veins can spawn at.
|
||||
[osmium.small.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 64
|
||||
|
||||
#Generation Settings for Uranium ore.
|
||||
[uranium]
|
||||
#Determines if Uranium ore should be added to world generation.
|
||||
shouldGenerate = true
|
||||
|
||||
#Small Uranium Vein Generation Settings.
|
||||
[uranium.small]
|
||||
#Determines if Small Uranium Veins should be added to world generation. Note: Requires generating uranium ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Small Uranium Veins generates in a chunk.
|
||||
# Default: 4
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 4
|
||||
#Maximum number of blocks in a Small Uranium Vein.
|
||||
# Default: 4
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 4
|
||||
#Chance that blocks that are directly exposed to air in a Small Uranium Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Small Uranium Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Small Uranium Veins. This defines the minimum y-level that Small Uranium Veins can spawn at.
|
||||
[uranium.small.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 0
|
||||
|
||||
#Maximum (inclusive) height anchor for Small Uranium Veins. This defines the maximum y-level that Small Uranium Veins can spawn at.
|
||||
[uranium.small.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 8
|
||||
|
||||
#Buried Uranium Vein Generation Settings.
|
||||
[uranium.buried]
|
||||
#Determines if Buried Uranium Veins should be added to world generation. Note: Requires generating uranium ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Buried Uranium Veins generates in a chunk.
|
||||
# Default: 7
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 7
|
||||
#Maximum number of blocks in a Buried Uranium Vein.
|
||||
# Default: 9
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Chance that blocks that are directly exposed to air in a Buried Uranium Vein are not placed.
|
||||
# Default: 0.75
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.75
|
||||
#Distribution shape for placing Buried Uranium Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 16
|
||||
|
||||
#Minimum (inclusive) height anchor for Buried Uranium Veins. This defines the minimum y-level that Buried Uranium Veins can spawn at.
|
||||
[uranium.buried.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = -24
|
||||
|
||||
#Maximum (inclusive) height anchor for Buried Uranium Veins. This defines the maximum y-level that Buried Uranium Veins can spawn at.
|
||||
[uranium.buried.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 56
|
||||
|
||||
#Generation Settings for Fluorite ore.
|
||||
[fluorite]
|
||||
#Determines if Fluorite ore should be added to world generation.
|
||||
shouldGenerate = true
|
||||
|
||||
#Normal Fluorite Vein Generation Settings.
|
||||
[fluorite.normal]
|
||||
#Determines if Normal Fluorite Veins should be added to world generation. Note: Requires generating fluorite ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Normal Fluorite Veins generates in a chunk.
|
||||
# Default: 5
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 5
|
||||
#Maximum number of blocks in a Normal Fluorite Vein.
|
||||
# Default: 5
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 5
|
||||
#Chance that blocks that are directly exposed to air in a Normal Fluorite Vein are not placed.
|
||||
# Default: 0.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.0
|
||||
#Distribution shape for placing Normal Fluorite Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "UNIFORM"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Normal Fluorite Veins. This defines the minimum y-level that Normal Fluorite Veins can spawn at.
|
||||
[fluorite.normal.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 0
|
||||
|
||||
#Maximum (inclusive) height anchor for Normal Fluorite Veins. This defines the maximum y-level that Normal Fluorite Veins can spawn at.
|
||||
[fluorite.normal.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 23
|
||||
|
||||
#Buried Fluorite Vein Generation Settings.
|
||||
[fluorite.buried]
|
||||
#Determines if Buried Fluorite Veins should be added to world generation. Note: Requires generating fluorite ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Buried Fluorite Veins generates in a chunk.
|
||||
# Default: 3
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 3
|
||||
#Maximum number of blocks in a Buried Fluorite Vein.
|
||||
# Default: 13
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 13
|
||||
#Chance that blocks that are directly exposed to air in a Buried Fluorite Vein are not placed.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 1.0
|
||||
#Distribution shape for placing Buried Fluorite Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Buried Fluorite Veins. This defines the minimum y-level that Buried Fluorite Veins can spawn at.
|
||||
[fluorite.buried.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 0
|
||||
|
||||
#Maximum (inclusive) height anchor for Buried Fluorite Veins. This defines the maximum y-level that Buried Fluorite Veins can spawn at.
|
||||
[fluorite.buried.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 4
|
||||
|
||||
#Generation Settings for Lead ore.
|
||||
[lead]
|
||||
#Determines if Lead ore should be added to world generation.
|
||||
shouldGenerate = true
|
||||
|
||||
#Normal Lead Vein Generation Settings.
|
||||
[lead.normal]
|
||||
#Determines if Normal Lead Veins should be added to world generation. Note: Requires generating lead ore to be enabled.
|
||||
shouldGenerate = true
|
||||
#Chance that Normal Lead Veins generates in a chunk.
|
||||
# Default: 8
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 8
|
||||
#Maximum number of blocks in a Normal Lead Vein.
|
||||
# Default: 9
|
||||
# Range: 1 ~ 64
|
||||
maxVeinSize = 9
|
||||
#Chance that blocks that are directly exposed to air in a Normal Lead Vein are not placed.
|
||||
# Default: 0.25
|
||||
# Range: 0.0 ~ 1.0
|
||||
discardChanceOnAirExposure = 0.25
|
||||
#Distribution shape for placing Normal Lead Veins.
|
||||
#Allowed Values: TRAPEZOID, UNIFORM
|
||||
shape = "TRAPEZOID"
|
||||
#Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle.
|
||||
plateau = 0
|
||||
|
||||
#Minimum (inclusive) height anchor for Normal Lead Veins. This defines the minimum y-level that Normal Lead Veins can spawn at.
|
||||
[lead.normal.minInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABOVE_BOTTOM"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = -24
|
||||
|
||||
#Maximum (inclusive) height anchor for Normal Lead Veins. This defines the maximum y-level that Normal Lead Veins can spawn at.
|
||||
[lead.normal.maxInclusive]
|
||||
#The type of anchor. This is used to define how the value is used in calculating the y-level.
|
||||
#Absolute (y = value)
|
||||
#Above Bottom (y = minY + value)
|
||||
#Below Top (y = depth - 1 + minY - value)
|
||||
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
|
||||
type = "ABSOLUTE"
|
||||
#Value used for calculating the y-level for the anchor based on the type.
|
||||
value = 64
|
||||
|
||||
#Generation Settings for salt.
|
||||
[salt]
|
||||
#Determines if salt should be added to world generation.
|
||||
shouldGenerate = true
|
||||
#Chance that salt generates in a chunk.
|
||||
# Default: 2
|
||||
# Range: 1 ~ 256
|
||||
perChunk = 2
|
||||
#Base radius of a vein of salt.
|
||||
# Default: 2
|
||||
# Range: 1 ~ 4
|
||||
minRadius = 2
|
||||
#Extended variability (spread) for the radius in a vein of salt.
|
||||
maxRadius = 3
|
||||
#Number of blocks to extend up and down when placing a vein of salt.
|
||||
# Default: 1
|
||||
# Range: 0 ~ 2031
|
||||
halfHeight = 1
|
||||
Reference in New Issue
Block a user