20 lines
430 B
TOML
20 lines
430 B
TOML
|
|
||
|
#.
|
||
|
#Modify Create Encased blocks comportements
|
||
|
[kinetics]
|
||
|
#.
|
||
|
#.
|
||
|
#Should Brass/Copper/Train mixe faster
|
||
|
shouldCustomMixerMixeFaster = true
|
||
|
#.
|
||
|
#Should Wooden Shaft break if the speed is too high
|
||
|
shouldWoodenShaftBreak = true
|
||
|
#.
|
||
|
#Should Glass Shaft break if the system is overstressed
|
||
|
shouldGlassShaftBreak = true
|
||
|
#.
|
||
|
#The max speed wooden shafts can endure
|
||
|
#Range: 2 ~ 256
|
||
|
maxSpeedWoodenShaft = 32
|
||
|
|