Skip to content

Commit

Permalink
fix(config): 🧩[Building Gadget] and other gadgets buff buffer x100
Browse files Browse the repository at this point in the history
Before this fix, gadgets sometimes was unable to operate whole volume since get out of power.
  • Loading branch information
Krutoy242 committed Jan 29, 2024
1 parent de834ed commit 5a4862f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/Building Gadgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ general {
# The max energy of Building, Exchanging & Copy-Paste Gadget
# Min: 0
# Max: 2147483647
I:"Maximum Energy"=5000000
I:"Maximum Energy"=500000000

# The max range of the Gadgets
# Min: 1
Expand Down Expand Up @@ -146,7 +146,7 @@ general {
# The max energy of the Destruction Gadget
# Min: 0
# Max: 2147483647
I:"Maximum Energy"=5000000
I:"Maximum Energy"=500000000

# If enabled, the Destruction Gadget can be taken out of fuzzy mode, allowing only instances of the block clicked to be removed (at a higher cost)
B:"Non-Fuzzy Mode Enabled"=false
Expand Down

0 comments on commit 5a4862f

Please sign in to comment.