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 for Demon's Dream Seeds dropping while using Modded Shears #882

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

Kanzaji
Copy link
Contributor

@Kanzaji Kanzaji commented Jan 25, 2023

Beware!

This does also affect 1.18.2 version of the mod (and probably 1.19.1 and 1.19.3, 😅) So not sure if this PR is enough, or I should make few more with those changes on other branches. Just let me know if you want me to do so 😄

Issue Description

Modded shears with tag "#forge:shears" just doesn't exactly work because of the way loot_modifiers are made, what causes Demon's Dream seeds to drop while using them 😅

Fix Description

Change out predicate to use Tag instead of Items, so modded Shears can work without issues 😄
I've tested this fix on 1.18.2 and 1.19.2 versions of the mod! Seems to be working fine.

@Kanzaji
Copy link
Contributor Author

Kanzaji commented Jan 25, 2023

Note: Why I made a PR instead of the issue?
Well if I know how to make a fix, I prefer to help even if its not that hard, than just saying "Hey this doesn't work fix plz" 😄

@Kanzaji Kanzaji changed the title Fix for modded Shears dropping Demon's Dream Seeds. Fix for Demon's Dream Seeds dropping while using Modded Shears Jan 25, 2023
@klikli-dev
Copy link
Owner

Oops! That of course should always have been a tag!
Thanks a lot!

@klikli-dev klikli-dev merged commit ab9d963 into klikli-dev:version/1.19.2 Jan 25, 2023
klikli-dev pushed a commit that referenced this pull request Jan 25, 2023
* Update datura_seed_from_tall_grass.json

* Update datura_seed_from_grass.json

Thanks @Kanzaji 

Co-authored-by: Kanzaji <[email protected]>
klikli-dev pushed a commit that referenced this pull request Jan 25, 2023
* Update datura_seed_from_tall_grass.json

* Update datura_seed_from_grass.json

Thanks @Kanzaji 

Co-authored-by: Kanzaji <[email protected]>
@klikli-dev
Copy link
Owner

Oh and separate PRs for the other versions are not necessary as I can cherry-pick the commit over onto the other versions :)

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.

2 participants