Update gregtech.cfg
This commit is contained in:
parent
8b8a2e1da5
commit
3b9f27817f
@ -415,8 +415,13 @@ general {
|
||||
# Default: false
|
||||
B:recipeProgressLowEnergy=false
|
||||
|
||||
# Whether to require a Wrench to break machines.
|
||||
# Block to replace mined ores with in the miner and multiblock miner.
|
||||
# Default: minecraft:cobblestone
|
||||
S:replaceMinedBlocksWith=minecraft:cobblestone
|
||||
|
||||
# Whether to require a Wrench, Wirecutter, or other GregTech tools to break machines, casings, wires, and more.
|
||||
# Default: false
|
||||
B:requireGTToolsForBlocks=false
|
||||
B:requireWrenchForMachines=false
|
||||
|
||||
# Whether Steam Multiblocks should use Steel instead of Bronze.
|
||||
@ -478,6 +483,10 @@ general {
|
||||
# Default: false
|
||||
B:generateLowQualityGems=false
|
||||
|
||||
# Recipes for items like Iron Doors, Trapdoors, Anvil require Iron Plates, Rods, and more.
|
||||
# Default: false
|
||||
B:hardAdvancedIronRecipes=false
|
||||
|
||||
# Whether to make coloring blocks like Concrete or Glass harder.
|
||||
# Default: false
|
||||
B:hardDyeRecipes=false
|
||||
@ -485,7 +494,7 @@ general {
|
||||
# Whether to make Glass related recipes harder. Default: true
|
||||
B:hardGlassRecipes=false
|
||||
|
||||
# Recipes for items like Iron Doors, Trapdoors, Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more.
|
||||
# Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more.
|
||||
# Default: true
|
||||
B:hardIronRecipes=true
|
||||
|
||||
@ -530,10 +539,7 @@ general {
|
||||
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
||||
# Default: false
|
||||
B:nerfWoodCrafting=false
|
||||
|
||||
# Whether Wrenches should require Plates instead of Ingots to craft.
|
||||
# Default: false
|
||||
B:plateWrenches=false
|
||||
B:plateWrenches=true
|
||||
|
||||
# Whether to remove Vanilla Block Recipes from the Crafting Table.
|
||||
# Default: false
|
||||
@ -547,10 +553,14 @@ general {
|
||||
##########################################################################################################
|
||||
|
||||
"tool and armor options" {
|
||||
# Should EV and IV Drills be enabled, which may cause lag when used on low-end devices?
|
||||
# Default: true
|
||||
B:enableHighTierDrills=true
|
||||
|
||||
# Random chance for electric tools to take actual damage
|
||||
# Default: 10%
|
||||
# Min: 0
|
||||
# Max: 100
|
||||
I:rngDamageElectricTools=10
|
||||
|
||||
# Advanced Electric Jetpack Voltage Tier.
|
||||
# Default: 3 (HV)
|
||||
# Min: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user