-
Notifications
You must be signed in to change notification settings - Fork 434
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
Add ability to robots to obtain nearby experience orbs #3702
base: master-MC1.12
Are you sure you want to change the base?
Add ability to robots to obtain nearby experience orbs #3702
Conversation
It looks like the cause of the crash is two missing configuration entries, something the past patch missed. |
@asiekierka After investigation, Minecraft does not fire any events when a transaction is triggered. Only some experience orbs will be spawned This problem cannot be fixed through ordinary solutions in the current version. The only solution might be to add a custom event trigger to “useRecipe” through a mixin or ASM A feasible method is to imitate this submission and add a logic to absorb experience balls in Trade.scala when the complateTrade judgment is completed, but there may be a lag. Or just like this PR, giving players the power to customize |
@asiekierka The patch has been tested and meets the expected results |
Temporary fix #3289
Existing bug: The format of settings.conf is wrong and cannot be parsed correctly, which will cause a crash.
A temporary fix has been made to this bug. Looks like a past patch oversight caused the crash, so it needs to be reviewed