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

[1.20.1] Add missing loot modifier registration #1

Merged

Conversation

VoidLeech
Copy link

On 1.20.1 Forge, the loot modifier wasn't registered, and thus the smithing template couldn't be found in end cities.
Relevant log (line 59) of the situation in the current release: https://mclo.gs/3VxZvsg

The IsSpecificLootTable condition wasn't registered either, but there's a forge equivalent for it that I've used instead; it checks only one id, but you can chain these together using vanilla datapack mechanics.
I believe the class for it can safely be removed but I've left that out of the PR (let me know if you'd like that)

@MerchantPug
Copy link
Owner

Thank you!

@MerchantPug MerchantPug merged commit 48c271c into MerchantPug:1.20.1-forge Apr 26, 2024
@VoidLeech VoidLeech deleted the 1.20.1/fix-loot-modifier branch April 27, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants