mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Lower chunkloader cost default value as discussed, closes #447.
This commit is contained in:
parent
53d986312e
commit
e008949c7b
@ -643,7 +643,7 @@ opencomputers {
|
||||
|
||||
# The amount of energy the chunkloader upgrade draws per tick while
|
||||
# it is enabled, i.e. actually loading a chunk.
|
||||
chunkloaderCost: 0.5
|
||||
chunkloaderCost: 0.06
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -325,6 +325,11 @@ object Settings {
|
||||
"computer.ramSizes",
|
||||
"internet.blacklist",
|
||||
"internet.whitelist"
|
||||
),
|
||||
// Upgrading to version 1.3.3, default power consumption of chunk loader
|
||||
// reduced as discussed in #447.
|
||||
VersionRange.createFromVersionSpec("[1.3.0,1.3.3)") -> Array(
|
||||
"power.cost.chunkloaderCost"
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user