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
Changelog
1.3.0
- Added a
Fireplace.Awake prefix patch that sets an eligible torch's m_startFuel to 10000.
- Added
manifest.json, changed the icon.png and updated this README.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 of GameObject.name.
1.0.0
- Updated project template and references to use latest DLLs.