Reduced digital miner's power consumption.

Reduced the overall power use, and the silk touch power multiplier.
This commit is contained in:
Harrison Deng 2022-05-29 12:05:14 -05:00
parent 41f7de075e
commit 34c3995cf5
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
#Digital Miner Settings
[general.digital_miner]
#Energy multiplier for using silk touch mode with the Digital Miner.
silkMultiplier = 12
silkMultiplier = 6
#Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value).
#Range: > 1
maxRadius = 32

View File

@ -16,7 +16,7 @@
#Energy per operation tick (Joules).
energizedSmelter = "50"
#Energy per operation tick (Joules).
digitalMiner = "800"
digitalMiner = "700"
#Energy per operation tick (Joules).
electricPump = "100"
#Energy that can be transferred at once per charge operation (Joules).