From 02f9f84c36e9c0d56d4202b406fe09f7b707ed7f Mon Sep 17 00:00:00 2001 From: danceflooR Date: Sat, 11 Dec 2021 01:10:50 +0100 Subject: [PATCH] more autofuel --- ValheimClient/BepInEx/config/valheim_plus.cfg | 6 +++--- ValheimServer/BepInEx/config/valheim_plus.cfg | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ValheimClient/BepInEx/config/valheim_plus.cfg b/ValheimClient/BepInEx/config/valheim_plus.cfg index c0e370b..5ec8260 100644 --- a/ValheimClient/BepInEx/config/valheim_plus.cfg +++ b/ValheimClient/BepInEx/config/valheim_plus.cfg @@ -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. @@ -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. @@ -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. diff --git a/ValheimServer/BepInEx/config/valheim_plus.cfg b/ValheimServer/BepInEx/config/valheim_plus.cfg index c0e370b..5ec8260 100644 --- a/ValheimServer/BepInEx/config/valheim_plus.cfg +++ b/ValheimServer/BepInEx/config/valheim_plus.cfg @@ -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. @@ -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. @@ -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.