Inital Files
This commit is contained in:
commit
e39936e85d
101 changed files with 4985 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue