You are viewing a potentially older version of this package.
View all versions.
TorchesAndResin
Standing wood/iron/wall torches and hangng/floor braziers are refueled with 10,000 resin.
Date uploaded | 2 years ago |
Version | 1.3.0 |
Download link | ComfyMods-TorchesAndResin-1.3.0.zip |
Downloads | 4791 |
Dependency string | ComfyMods-TorchesAndResin-1.3.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
TorchesAndResin
Standing wood/iron/wall torches and hanging/floor braziers are refueled with 10,000 resin.
Installation
Manual
- Un-zip
TorchesAndResin.dll
to your/Valheim/BepInEx/plugins/
folder.
Thunderstore (manual install)
- Go to Settings > Import local mod > Select
TorchesAndResin_v1.3.0.zip
. - Click "OK/Import local mod" on the pop-up for information.
Instructions
- This will set the fuel for several torch and brazier prefabs to 10,000 resin.
- Fuel will be set when prefab is placed or on entering the sector as the sole instance owner.
Notes
- See source at: GitHub.
- Looking for a chill Valheim server? Comfy Valheim Discord
- Check out our community driven listing site at: valheimlist.org
Changelog
1.3.0
- Added a
Fireplace.Awake
prefix patch that sets an eligible torch'sm_startFuel
to 10000. - Added
manifest.json
, changed theicon.png
and updated thisREADME.md
. - Modified the project file to automatically create a versioned Thunderstore package.
1.2.0
- Updated for Hearth & Home.
- Added a Transpiler to the Fireplace.Awake() method to change the initial UpdateFireplace.Invoke() from 0s to 0.5s.
1.1.0
- Added braziers to list of torches supported.
- Use
ZNetView.m_prefabName
instead ofGameObject.name
.
1.0.0
- Updated project template and references to use latest DLLs.