Skip to content
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

fix BloodMagicCraftedEvent.Alchemy empty inputs #2003

Open
wants to merge 1 commit into
base: 1.20.1
Choose a base branch
from

Conversation

mystchonky
Copy link

@mystchonky mystchonky commented Nov 4, 2023

currently the event fires with empty inputs array due to how ArrayUtils work. Using lists is also easier to understand.

ArrayUtils.add(inputs, stack.copy()) doesnt add to existing array rather returns a new one. The old implementation doesnt work because the for loop does nothing

@VT-14 VT-14 added the 1.20 label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants