
Torch Placement Attribute Prevents Dirt Path Transformation
Volpamonhub opened this issue ยท 2 comments
When a Paxel (and likely a basic shovel) has the attribute "This tool can place a torch," it becomes impossible to use right-click to turn dirt into dirt paths.
Additionally, the only reroll option for this affix is "Area Mining," which I do not want. However, I found that choosing the "Area Mining" option and disabling it via Ctrl+O allows me to use the right-click to transform dirt into dirt paths.
Is there a way to disable the automatic torch placement feature without having to use this workaround?
Steps to Reproduce:
- Obtain a Paxel or shovel with the attribute "This tool can place a torch."
- Attempt to right-click on dirt to create a dirt path.
- Observe that it places a torch instead of creating a dirt path.
Expected Behavior:
Right-clicking on dirt should prioritize creating a dirt path rather than placing a torch.
There doesn't appear to be a good hook site for me to say "place a torch if the item doesn't already do anything". I'll either need to add a new toggle, or see if I can add another firing site for the UseItemOnBlockEvent
that fires after everything else has attempted to do something.