Update gregtech.cfg
This commit is contained in:
parent
8b8a2e1da5
commit
3b9f27817f
@ -415,8 +415,13 @@ general {
|
|||||||
# Default: false
|
# Default: false
|
||||||
B:recipeProgressLowEnergy=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
|
# Default: false
|
||||||
|
B:requireGTToolsForBlocks=false
|
||||||
B:requireWrenchForMachines=false
|
B:requireWrenchForMachines=false
|
||||||
|
|
||||||
# Whether Steam Multiblocks should use Steel instead of Bronze.
|
# Whether Steam Multiblocks should use Steel instead of Bronze.
|
||||||
@ -478,6 +483,10 @@ general {
|
|||||||
# Default: false
|
# Default: false
|
||||||
B:generateLowQualityGems=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.
|
# Whether to make coloring blocks like Concrete or Glass harder.
|
||||||
# Default: false
|
# Default: false
|
||||||
B:hardDyeRecipes=false
|
B:hardDyeRecipes=false
|
||||||
@ -485,7 +494,7 @@ general {
|
|||||||
# Whether to make Glass related recipes harder. Default: true
|
# Whether to make Glass related recipes harder. Default: true
|
||||||
B:hardGlassRecipes=false
|
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
|
# Default: true
|
||||||
B:hardIronRecipes=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.
|
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
||||||
# Default: false
|
# Default: false
|
||||||
B:nerfWoodCrafting=false
|
B:nerfWoodCrafting=false
|
||||||
|
B:plateWrenches=true
|
||||||
# Whether Wrenches should require Plates instead of Ingots to craft.
|
|
||||||
# Default: false
|
|
||||||
B:plateWrenches=false
|
|
||||||
|
|
||||||
# Whether to remove Vanilla Block Recipes from the Crafting Table.
|
# Whether to remove Vanilla Block Recipes from the Crafting Table.
|
||||||
# Default: false
|
# Default: false
|
||||||
@ -547,10 +553,14 @@ general {
|
|||||||
##########################################################################################################
|
##########################################################################################################
|
||||||
|
|
||||||
"tool and armor options" {
|
"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
|
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.
|
# Advanced Electric Jetpack Voltage Tier.
|
||||||
# Default: 3 (HV)
|
# Default: 3 (HV)
|
||||||
# Min: 0
|
# Min: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user