clientstuff
This commit is contained in:
@@ -71,6 +71,9 @@ gregtech {
|
||||
# Controls the stacksize of oredicted planks. [range: -2147483648 ~ 2147483647, default: 64]
|
||||
I:maxPlankStackSize=64
|
||||
|
||||
# Speed up machine update thread by skipping cables. Warning: this can cause weird side effects. [default: false]
|
||||
B:speedupMachineUpdateThread=false
|
||||
|
||||
# Controls the stacksize of IC2 overclocker upgrades. [range: -2147483648 ~ 2147483647, default: 4]
|
||||
I:upgradeStackSize=4
|
||||
}
|
||||
@@ -108,6 +111,9 @@ gregtech {
|
||||
# If true, spawns an axe at the start in adventure mode. Does nothing if the advanture mode isn't forced. [default: true]
|
||||
B:axeWhenAdventure=true
|
||||
|
||||
# if true, batch mode will initially be enabled when multiblocks are placed in the world. [default: true]
|
||||
B:batchModeInitialValue=true
|
||||
|
||||
# if true, change the default durability of wooden vanilla tools to 64 and increase speed to match stone [default: true]
|
||||
B:changedWoodenVanillaTools=true
|
||||
|
||||
@@ -256,6 +262,12 @@ gregtech {
|
||||
##########################################################################################################
|
||||
|
||||
machines {
|
||||
# Enables the powerfail notification system. [default: true]
|
||||
B:"Enable Powerfail Notifications"=true
|
||||
|
||||
# If true, Crafting Input Bus/Buffer will drop items and fluids if they cannot be returned to the AE network. [default: true]
|
||||
B:allowCribDropItems=true
|
||||
|
||||
# This will make all chunkloading machines act as World Anchors (true) or Passive Anchors (false). [default: false]
|
||||
B:alwaysReloadChunkloaders=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user