Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch Placement Attribute Prevents Dirt Path Transformation #1441

Open
Volpamonhub opened this issue Jan 4, 2025 · 1 comment
Open

Torch Placement Attribute Prevents Dirt Path Transformation #1441

Volpamonhub opened this issue Jan 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Volpamonhub
Copy link

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:

  1. Obtain a Paxel or shovel with the attribute "This tool can place a torch."
  2. Attempt to right-click on dirt to create a dirt path.
  3. 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.

@Volpamonhub Volpamonhub changed the title Torch Placement Attribute Prevents Dirt Path Transformation" Torch Placement Attribute Prevents Dirt Path Transformation Jan 4, 2025
@Shadows-of-Fire
Copy link
Owner

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.

@Shadows-of-Fire Shadows-of-Fire added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants