mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 19:56:17 -04:00
Merge branch 'master' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
This commit is contained in:
commit
45f29b33e0
@ -628,7 +628,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
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -316,6 +316,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