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
I need to make a code in which the bot rides on rails and emulates pressing RMB and collects sweet berries. The bot gets into the minecart, but when it starts moving, the bot's coordinates (bot.entity.position or bot.player.entity.position) are not updated. Functions like lookAt throw a timeout error, and activateBlock or digBlock simply don't work. I look for the coordinates of the sweet berries themselves through the offset relative to the coordinates of the minecart. If the bot gets up from the trolley, then everything works as it should. I assume that the problem is that the coordinates are not updated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to make a code in which the bot rides on rails and emulates pressing RMB and collects sweet berries. The bot gets into the minecart, but when it starts moving, the bot's coordinates (bot.entity.position or bot.player.entity.position) are not updated. Functions like lookAt throw a timeout error, and activateBlock or digBlock simply don't work. I look for the coordinates of the sweet berries themselves through the offset relative to the coordinates of the minecart. If the bot gets up from the trolley, then everything works as it should. I assume that the problem is that the coordinates are not updated.
Beta Was this translation helpful? Give feedback.
All reactions