Skip to content

Commit

Permalink
Changed a few debug values
Browse files Browse the repository at this point in the history
  • Loading branch information
nxPublic committed Feb 15, 2021
1 parent 10e68a2 commit 9568379
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fermenterItemsProduced=4
; default is 4 (integer) items per fermenter process

[Furnace]
enabled=true
enabled=false
; enable/disable Furnace changes

maximumOre=10
Expand All @@ -97,7 +97,7 @@ maximumOre=10
maximumCoal=10
; default is 10 (int)

productionSpeed=2
productionSpeed=10
; default it 10 (float)
; lower is faster

Expand All @@ -107,10 +107,10 @@ coalUsedPerProduct=4
[Kiln]
; Responsible for changing Charcoal Kiln stats

enabled=true
enabled=false
; enable/disable Kiln changes

productionSpeed=2
productionSpeed=10
; default it 10 (float)
; lower is faster

Expand Down
12 changes: 5 additions & 7 deletions valheim_plus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fermenterItemsProduced=4
; default is 4 (integer) items per fermenter process

[Furnace]
enabled=true
enabled=false
; enable/disable Furnace changes

maximumOre=10
Expand All @@ -41,7 +41,7 @@ maximumOre=10
maximumCoal=10
; default is 10 (int)

productionSpeed=2
productionSpeed=10
; default it 10 (float)
; lower is faster

Expand All @@ -51,10 +51,10 @@ coalUsedPerProduct=4
[Kiln]
; Responsible for changing Charcoal Kiln stats

enabled=true
enabled=false
; enable/disable Kiln changes

productionSpeed=2
productionSpeed=10
; default it 10 (float)
; lower is faster

Expand Down Expand Up @@ -126,10 +126,8 @@ rollForwards=F9
rollBackwards=F10
; roll backwards on button press
enterAdvancedBuildingMode=F1
; Freeze Object and allow advanced controls
exitAdvancedBuildingMode=F3
; Unfreeze Object and use default place mode

[AdvancedBuildingMode]
enabled=true
enabled=false
; enables advanced building mode, more info on the github page

0 comments on commit 9568379

Please sign in to comment.