tModLoader

tModLoader

AutoTorch+
Showing 1-10 of 16 entries
< 1  2 >
Update: 3 Nov @ 4:15pm

Version 1.0.4 has been published to Stable tModLoader v2025.9

- Fixed some buggy logic in the "replace existing torches with biome torches" behavior

Update: 2 Nov @ 1:04pm

Version 1.0.3 has been published to Stable tModLoader v2025.9

- Fixed toggle hotkey not working for clients in multiplayer

Update: 2 Nov @ 11:53am

Version 1.0.2 has been published to Stable tModLoader v2025.9

Update: 31 Oct @ 6:49am

Version 1.0.1 has been published to Stable tModLoader v2025.8

- Fixed an issue where torches would try to place themselves in the middle of vines and cobwebs

Update: 29 Oct @ 11:20pm

Version 1.0.0 has been published to Stable tModLoader v2025.8

- Completely overhauled Smart Placement algorithm:
- Now much better at determining if two torches can see eachother. This results in the automatic placement being able to efficiently fill irregularly shaped spaces (caves, dungeon, etc) with light using less torches than before.
- Torches now place near the center of the player's position instead of being biased toward the top left

- Improved torch spacing accuracy:
- New path deviation heuristics accurately model the way light bends around corners in Terraria, meaning you will get roughly the same torch spacing around corners that you would on flat ground.

- Quality of Life:
- Torches no longer place while player is dead
- Improved placement while digging tunnels (will try not to place on blocks you are digging)



Update: 29 Oct @ 5:59pm

Version 0.2.8 has been published to Stable tModLoader v2025.8

- Tuned parameters for calculating line-of-sight between torches in the underworld. The mod should now properly light rooms in the obsidian towers as you move through them.

Update: 29 Oct @ 4:10pm

Version 0.2.7 has been published to Stable tModLoader v2025.8

Update: 29 Oct @ 11:27am

Version 0.2.6 has been published to Stable tModLoader v2025.8

- Stops placing torches if you're dead

Update: 29 Oct @ 10:44am

Version 0.2.5 has been published to Stable tModLoader v2025.8

- Added a check that prevents torches from being placed on tiles with wires, to hopefully prevent them from being included or interfering with existing circuit/mechanism logic

Update: 29 Oct @ 10:34am

Version 0.2.4 has been published to Stable tModLoader v2025.8

- Fixed a regression caused by the last update, also removed some debug logging