bot.toss and bot.tossStack instantly crash the bot #3590
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
A clear and concise description of what the problem is, with as much context as possible.
What are you building? What problem are you trying to solve?
I'm trying to build a kitbot for shulker/item delivery. When I go to have the bot toss the items out from its inventory, it crashes instantly.
Error:
What did you try yet?
Did you try any method from the API? Yes, I've tried both
toss
andtossStack
, both fail with the same AssertionErrorDid you try any example? Any error from those? I haven't found an example that uses
toss
ortossStack
.I've tried hard coding the item data through a direct minecraft-data itemsByName and to hasn't worked.
Your current code
Expected behavior
The bot is expected to toss the shulker box from its inventory, instead it crashes.
The text was updated successfully, but these errors were encountered: