make infused seed available for EIG (once again) - #7796
Draft
fehling135 wants to merge 3 commits into
Draft
Conversation
FourIsTheNumber
requested changes
Aug 18, 2026
| } | ||
|
|
||
| private static boolean isInfusedSeedItem(ItemStack seed) { | ||
| return seed.getItem() |
Contributor
There was a problem hiding this comment.
Why use reflection instead of instanceof
UltraProdigy
requested changes
Aug 18, 2026
UltraProdigy
left a comment
Member
There was a problem hiding this comment.
The balance considerations here are unclear and the full implications (drop wise and rate wise) should be documented and audited before we consider this feature.
Also given the current timeframe and a lack of testing period for potential oversights freezing this until 2.10 would be wise.
fehling135
marked this pull request as draft
August 19, 2026 04:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
There had been a PR with same topic: #5245. But the author cannot be contacted so I raised this PR again.




Infused seeds take 8 slots each as discussed under the former PR:
Ordo and Perditio tendency would affect the output. Ordo increases output amount and Perditio allows seed duplication, just as seeds performed in real farm. Duplicated seeds have same parameter with its parent. Other tendencies does not affect.
But the infused seeds look still too powerful. Maybe more nerfs are needed.
Checklist