Mods / ClickUpTorches

Category: #QoL #Simplification #Utility
Author: Nerddogueto
Side: Both
Created: 1 day ago
Last modified: 1 day ago
Downloads: 28
Follow Unfollow 1

Latest file for v1.19.8:
ClickUpTorches.zip 1-click install


Pros: This mod let's you pick up lit torches, unlit torches and burned out torches by right clicking them, no need to annoyingly break the torch, wait for it to drop on the floor and then picking it up.

Cons: This mod runs in ticks (every 100 miliseconds) because apparently the api doesn't have a method to identify player right clicking non usable blocks, in that case placing a torch can make you automatically pick it up. So you will have to get used to placing a torch looking at the edge of the block.

You can only pick up a torch with a empty hand for immersion.

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.0.0 28 1 day ago Show ClickUpTorches.zip Install now

3 Comments (oldest first | newest first)

💬 DanaCraluminum, 18 hours ago

Nerddogueto 25 blocks have that behavior, you can find it by searching in game files. Lantern is one of them

💬 NerddoguetoAuthor, 1 day ago

DanaCraluminum Thanks for the tip! I didn't knew about the existance of that  behavior :o
Also I didn't find any method in the documentation, only for usable blocks. Can you give me some examples?

💬 DanaCraluminum, 1 day ago

There is already built-in behavior for exactly this thing. And api certainly does have methods for right clicking on non usable blocks, I did it a lot of times with behaviors

"behaviors": [{ "name": "RightClickPickup" }],
(edit comment delete)