Skip to content

Commit

Permalink
more autofuel
Browse files Browse the repository at this point in the history
  • Loading branch information
KimoriWasTaken committed Dec 11, 2021
1 parent 7226522 commit 02f9f84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ValheimClient/BepInEx/config/valheim_plus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ showDuration=true
autoDeposit=true

; Automatically pull meads from nearby chests to be placed inside the Fermenter as soon as its empty.
autoFuel=false
autoFuel=true

; This option prevents the fermenter to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
Expand Down Expand Up @@ -932,7 +932,7 @@ ignoreWindIntensity=false
autoDeposit=true

; The Windmill will pull barley from nearby chests to be automatically added to it when its empty.
autoFuel=false
autoFuel=true

; This option prevents the Windmill to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
Expand All @@ -957,7 +957,7 @@ productionSpeed=30
autoDeposit=true

; The Spinning Wheel will pull flax from nearby chests to be automatically added to it when its empty.
autoFuel=false
autoFuel=true

; This option prevents the Spinning Wheel to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
Expand Down
6 changes: 3 additions & 3 deletions ValheimServer/BepInEx/config/valheim_plus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ showDuration=true
autoDeposit=true

; Automatically pull meads from nearby chests to be placed inside the Fermenter as soon as its empty.
autoFuel=false
autoFuel=true

; This option prevents the fermenter to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
Expand Down Expand Up @@ -932,7 +932,7 @@ ignoreWindIntensity=false
autoDeposit=true

; The Windmill will pull barley from nearby chests to be automatically added to it when its empty.
autoFuel=false
autoFuel=true

; This option prevents the Windmill to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
Expand All @@ -957,7 +957,7 @@ productionSpeed=30
autoDeposit=true

; The Spinning Wheel will pull flax from nearby chests to be automatically added to it when its empty.
autoFuel=false
autoFuel=true

; This option prevents the Spinning Wheel to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
Expand Down

0 comments on commit 02f9f84

Please sign in to comment.