Skip to content

Commit

Permalink
fix(config): 💻[Nanomachines] consume x10 more energy
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent a1c6a74 commit 72a61bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/opencomputers/settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ opencomputers {

# Amount of energy stored by nanomachines. Yeah, I also don't know
# where all that energy is stored. It's quite fascinating.
nanomachines=100000
nanomachines=2000000

# The amount of energy robots can store in their internal buffer.
robot=20000
Expand Down Expand Up @@ -1263,10 +1263,10 @@ opencomputers {
microcontrollerAssemblyComplexity=10000

# Energy consumed per tick per active input node by nanomachines.
nanomachineInput=0.5
nanomachineInput=5

# Energy consumed when reconfiguring nanomachines.
nanomachinesReconfigure=5000
nanomachinesReconfigure=50000

# The amount of energy pushing blocks with the piston upgrade costs.
pistonPush=20
Expand Down

0 comments on commit 72a61bd

Please sign in to comment.