Add native AE2 autocrafting support to the ME Cooking Pot - #1
Open
GammaQQ wants to merge 1 commit into
Open
Conversation
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.
Thank you
First of all, thank you for creating Applied Delight! The ME Cooking Pot already feels like a natural and polished bridge between Farmer's Delight and AE2, and the existing code provided an excellent foundation for this integration.
This PR takes the next big step: making the pot a native AE2 autocrafting provider.
What this adds
Safety considerations
The implementation was designed to avoid item duplication and partial input consumption:
Version
The mod version was bumped to
2.0.0because native AE2 autocrafting is a significant expansion of the mod's capabilities. I am completely happy to adjust or remove the version bump if you prefer to manage releases separately.Thanks again for building such a great base mod. I hope this contribution helps Applied Delight become an even more complete bridge between two amazing mods. Feedback and requested changes are very welcome!