Files
monke/config/TinkersExtras.cfg
2025-09-27 05:50:03 +02:00

129 lines
4.3 KiB
INI

# Configuration file
"extras settings" {
# Use material name ('Use Output Materials names to the Log/Console' option to show all materials) Example: stone [default: ]
S:"List of Materials which cant be used as replacements on tools" <
>
# Use modifier name ('Use Output Materials/Modifier names to the Log/Console' option to show all materials) Example: mending_moss [default: ]
S:"List of Modifiers to be disabled" <
>
# Use Traits name Example: ecological [default: ]
S:"List of Traits to be disabled" <
>
# Use part name and material name in the Format: part_name:material_name Example: pick_head:stone [default: ]
S:"List of parts which cant be used as replacements on tools (based on certain Material type)" <
>
# Will set a limit on the amount of Modifiers allowed on a tool at once!
I:"Modifier limit amount (per tool)"=10
}
general {
# Will output to the Log/Console during start up
B:"Output Materials/Modifier names to the Log/Console"=false
}
"general parts settings" {
# Use material name ('Use Output Materials/Modifier names to the Log/Console' option to show all materials) Example: stone [default: ]
S:"List of Materials which parts cant be created for using a Part Builder/Smeltery Casting table" <
>
}
"global settings" {
# Will disable all possible Modifiers
B:"Disable Ability to Apply All Modifiers"=false
# Will disable all possible Traits
B:"Disable Ability to Apply All Traits"=false
# Will only disable the creation not the existing of the parts
B:"Disable Ability to Create All Parts in the Part Builder"=false
# Will only disable the creation not the existing of the parts
B:"Disable Ability to Create All Parts in the Smeltery Casting table"=false
# Will disable the creation of all tools via a tool station/forge
B:"Disable Ability to Create All Tools"=false
# Will stop all Parts from being replaceable
B:"Disable Ability to Replace All Parts"=false
}
"materials settings" {
# Use material name ('Use Output Materials/Modifier names to the Log/Console' option to show all materials) Example: paper [default: ]
S:"List of Materials to be disabled" <
stone
>
}
"parts settings" {
# Use part type name (Use F3 + H to show unlocalized names on parts to find there names, will be the name after the : ) Example: pick_head [default: ]
S:"List of Parts that cant be created in the Part Builder" <
>
# Use part name and material name in the Format: part_name:material_name Example: pick_head:stone [default: ]
S:"List of Parts that cant be created in the Part Builder (based on certain Material type)" <
pick_head:wood
shovel_head:wood
axe_head:wood
broad_axe_head:wood
hammer_head:wood
excavator_head:wood
kama_head:wood
scythe_head:wood
pan_head:wood
large_plate:wood
pick_head:cactus
shovel_head:cactus
axe_head:cactus
broad_axe_head:cactus
hammer_head:cactus
excavator_head:cactus
kama_head:cactus
scythe_head:cactus
pan_head:cactus
large_plate:cactus
pick_head:firewood
shovel_head:firewood
axe_head:firewood
broad_axe_head:firewood
hammer_head:firewood
excavator_head:firewood
kama_head:firewood
scythe_head:firewood
pan_head:firewood
large_plate:firewood
>
# Use part type name (Use F3 + H to show unlocalized names on parts to find there names, will be the name after the : ) Example: pick_head [default: ]
S:"List of Parts that cant be created in the Smeltery Casting table" <
>
# Use part name and material name in the Format: part_name:material_name Example: pick_head:stone [default: ]
S:"List of Parts that cant be created in the Smeltery Casting table (based on certain Material type)" <
>
}
"tools settings" {
# Use tool type name (Use F3 + H to show unlocalized names on tools to find there names, will be the name after the : ) Example: pickaxe [default: ]
S:"List of Tools that cant be created" <
>
# Use tool name and material name in the Format: tool_name:material_name Example: pickaxe:stone [default: ]
S:"List of Tools that cant be created (based on certain Material type)" <
>
}