You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script below works well basically, but under particular situation below, it doesn't work.
-If player's offhand tool is shield
-and player's main hand tool is seeds (of wheet, pumpkin, melon and beetloot)
-and player's target block is farmland
(It means potato and carrot works well)
I guess the cause is about offhand shield.. but I don't know how to fix.
I would appreciate if you fix the problem or tell me how to avoid this problem. Thank you.
aliases:
seeds = 295, 351:3, 361, 362, 372, 391, 392, 435
*all kinds of seeds, carrot item, and potatoes and so on
on rightclick holding seeds:
message "test"
The text was updated successfully, but these errors were encountered:
TheBentoBox
added
the
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
label
Feb 16, 2017
This sounds like an issue for bensku to consider, but just as a possible solution for you, you could try using an on place event instead, where it detects the placement of the crop blocks instead of right clicking with them. (Though I suppose you may not be trying to detect planting).
The script below works well basically, but under particular situation below, it doesn't work.
-If player's offhand tool is shield
-and player's main hand tool is seeds (of wheet, pumpkin, melon and beetloot)
-and player's target block is farmland
(It means potato and carrot works well)
I guess the cause is about offhand shield.. but I don't know how to fix.
I would appreciate if you fix the problem or tell me how to avoid this problem. Thank you.
The text was updated successfully, but these errors were encountered: