update gtceu config
This commit is contained in:
parent
e5a4a356b3
commit
88b13b566b
1 changed files with 51 additions and 8 deletions
|
|
@ -89,15 +89,35 @@ recipes:
|
||||||
# Default: false
|
# Default: false
|
||||||
enchantedTools: false
|
enchantedTools: false
|
||||||
|
|
||||||
|
# Whether to enable macerator decomposition recycling
|
||||||
|
# Default: true
|
||||||
|
enableMaceratorRecycling: true
|
||||||
|
|
||||||
|
# Percentage yield of macerator decomposition recycling outputs, 1.0 means 100%
|
||||||
|
# Default: 1.0f
|
||||||
|
maceratorRecyclingYield: 1.0
|
||||||
|
|
||||||
|
# Whether to enable arc furnace decomposition recycling
|
||||||
|
# Default: true
|
||||||
|
enableArcRecycling: true
|
||||||
|
|
||||||
|
# Percentage yield of arc furnace decomposition recycling outputs, 1.0 means 100%
|
||||||
|
# Default: 1.0f
|
||||||
|
arcRecyclingYield: 1.0
|
||||||
|
|
||||||
|
# Whether to enable extractor decomposition recycling
|
||||||
|
# Default: true
|
||||||
|
enableExtractorRecycling: true
|
||||||
|
|
||||||
|
# Percentage yield of extractor decomposition recycling outputs, 1.0 means 100%
|
||||||
|
# Default: 1.0f
|
||||||
|
extractorRecyclingYield: 1.0
|
||||||
|
|
||||||
worldgen:
|
worldgen:
|
||||||
# Rubber Tree spawn chance (decimal % per chunk)
|
# Rubber Tree spawn chance (decimal % per chunk)
|
||||||
# Default: 0.5
|
# Default: 0.5
|
||||||
rubberTreeSpawnChance: 0.0
|
rubberTreeSpawnChance: 0.0
|
||||||
|
|
||||||
# Should all Stone Types drop unique Ore Item Blocks?
|
|
||||||
# Default: false (meaning only Stone, Netherrack, and Endstone)
|
|
||||||
allUniqueStoneTypes: true
|
|
||||||
|
|
||||||
# Should Sand-like ores fall?
|
# Should Sand-like ores fall?
|
||||||
# This includes gravel, sand, and red sand ores.
|
# This includes gravel, sand, and red sand ores.
|
||||||
# Default: false (no falling ores)
|
# Default: false (no falling ores)
|
||||||
|
|
@ -199,6 +219,10 @@ machines:
|
||||||
# Default: false
|
# Default: false
|
||||||
cleanMultiblocks: false
|
cleanMultiblocks: false
|
||||||
|
|
||||||
|
# Whether the miner should attempt to replace the block mined with a cobbled version of the ore
|
||||||
|
# Default: true
|
||||||
|
replaceWithCobbleVersion: true
|
||||||
|
|
||||||
# Block to replace mined ores with in the miner and multiblock miner.
|
# Block to replace mined ores with in the miner and multiblock miner.
|
||||||
# Default: minecraft:cobblestone
|
# Default: minecraft:cobblestone
|
||||||
replaceMinedBlocksWith: tfc:rock/hardened/rhyolite
|
replaceMinedBlocksWith: tfc:rock/hardened/rhyolite
|
||||||
|
|
@ -211,9 +235,10 @@ machines:
|
||||||
# Default: true
|
# Default: true
|
||||||
enableMaintenance: true
|
enableMaintenance: true
|
||||||
|
|
||||||
# Time in ticks between when Multiblocks can require Maintenance. By default, 48 hours.
|
# How often to check for maintenance, rolling a 1/6000 chance every X ticks (before secondary effects like Configurable Maintenance Hatch).
|
||||||
# Default: 3456000
|
# In default settings, this equates to a 5% chance every hour of a machine running.
|
||||||
maintenanceTime: 3456000
|
# Default: 1000 (ticks)
|
||||||
|
maintenanceCheckRate: 1000
|
||||||
|
|
||||||
# Whether to enable World Accelerators, which accelerate ticks for surrounding Tile Entities, Crops, etc.
|
# Whether to enable World Accelerators, which accelerate ticks for surrounding Tile Entities, Crops, etc.
|
||||||
# Default: true
|
# Default: true
|
||||||
|
|
@ -288,6 +313,9 @@ machines:
|
||||||
# Default: 8
|
# Default: 8
|
||||||
steamMultiParallelAmount: 8
|
steamMultiParallelAmount: 8
|
||||||
|
|
||||||
|
# Whether the Drums can input fluids from the output side (bottom).
|
||||||
|
allowDrumsInputFluidsFromOutputSide: false
|
||||||
|
|
||||||
# Small Steam Boiler Options
|
# Small Steam Boiler Options
|
||||||
smallBoilers:
|
smallBoilers:
|
||||||
# The amount of steam a Steam Solid Boiler produces per second at max temperature.
|
# The amount of steam a Steam Solid Boiler produces per second at max temperature.
|
||||||
|
|
@ -415,6 +443,10 @@ client:
|
||||||
# Default: true
|
# Default: true
|
||||||
renderFluids: true
|
renderFluids: true
|
||||||
|
|
||||||
|
# Render growing plants in multiblocks that support them?
|
||||||
|
# Default: true
|
||||||
|
renderGrowingPlants: true
|
||||||
|
|
||||||
# Whether or not to color tiered machine highlights in the tier color
|
# Whether or not to color tiered machine highlights in the tier color
|
||||||
# Default: true
|
# Default: true
|
||||||
coloredTieredMachineOutline: true
|
coloredTieredMachineOutline: true
|
||||||
|
|
@ -423,6 +455,13 @@ client:
|
||||||
# Default: true
|
# Default: true
|
||||||
coloredWireOutline: true
|
coloredWireOutline: true
|
||||||
|
|
||||||
|
tankItemFluidPreview:
|
||||||
|
# Set true to render the including fluid icons to GT Drums
|
||||||
|
drum: false
|
||||||
|
|
||||||
|
# Set true to render the including fluid icons to Super (Quantum) Tanks
|
||||||
|
quantumTank: false
|
||||||
|
|
||||||
# Config options for Tools and Armor
|
# Config options for Tools and Armor
|
||||||
tools:
|
tools:
|
||||||
# Random chance for electric tools to take actual damage
|
# Random chance for electric tools to take actual damage
|
||||||
|
|
@ -470,7 +509,7 @@ tools:
|
||||||
voltageTierQuarkTech: 5
|
voltageTierQuarkTech: 5
|
||||||
|
|
||||||
# Advanced QuarkTech Suit Chestplate Voltage Tier.
|
# Advanced QuarkTech Suit Chestplate Voltage Tier.
|
||||||
# Default: 5 (LuV)
|
# Default: 6 (LuV)
|
||||||
voltageTierAdvQuarkTech: 6
|
voltageTierAdvQuarkTech: 6
|
||||||
|
|
||||||
# Electric Impeller Jetpack Voltage Tier.
|
# Electric Impeller Jetpack Voltage Tier.
|
||||||
|
|
@ -606,6 +645,10 @@ compat:
|
||||||
# Default: false
|
# Default: false
|
||||||
showDimensionTier: false
|
showDimensionTier: false
|
||||||
|
|
||||||
|
# Whether Create compatibility will be available.
|
||||||
|
# Default: true
|
||||||
|
createCompat: true
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
# Debug general events? (will print recipe conficts etc. to server's debug.log)
|
# Debug general events? (will print recipe conficts etc. to server's debug.log)
|
||||||
# Default: false
|
# Default: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue