Make on_place functions respect on_rightclick precedence#172
Merged
ChefZander merged 1 commit intoChefZander:masterfrom Aug 31, 2025
Merged
Make on_place functions respect on_rightclick precedence#172ChefZander merged 1 commit intoChefZander:masterfrom
ChefZander merged 1 commit intoChefZander:masterfrom
Conversation
TheEt1234
reviewed
Aug 31, 2025
Contributor
|
besides that lgtm i guess |
Contributor
|
maybe this could be used for the drill/other power tools as well i dont know |
Contributor
Author
|
Fixed it for fiberweed, it doesn't need it. |
Contributor
Author
I just greped the on_place functions, it could be added to the protector nodes, but the areasprotector mod does not depend on sbz_base, so I guess it is not worth the hassle. |
Contributor
You can try making it depend on sbz_base, it might work |
TheEt1234
approved these changes
Aug 31, 2025
Contributor
TheEt1234
left a comment
There was a problem hiding this comment.
LGTM i guess @ChefZander you can go merge
AbbyRead
pushed a commit
to AbbyRead/skyblock_zero
that referenced
this pull request
Mar 9, 2026
Make on_place functions respect on_rightclick precedence
AbbyRead
pushed a commit
to AbbyRead/skyblock_zero
that referenced
this pull request
Mar 9, 2026
Make on_place functions respect on_rightclick precedence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If you open a formspec by right clicking a node while having a warpshroom, full fluid cell, ... in your hand it gets placed which is quite annoying.
With this, it behaves like placing a node instead, only placing when you sneak.