-
Notifications
You must be signed in to change notification settings - Fork 43
Temporary fix for unbreakable ingredients #295
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
Closed
Closed
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
- Made new (duplicated) items only to be used in the deployer recipes. They have no durability nor can be used in the same recipes as the base ones by default. - Defined new recipes for that last step of the assemblies. This is a deploying recipe for the second step which do not consumes the item being deployed. - Changed the market items with the new duplicated versions. So for this fix to be useful the player will need to reset their quest or ThePansmith#293 would need to be merged (it makes those quests repeatable)
Collaborator
|
This is going to be fixed in the next Create release so I'm going to close this and we'll refrain from updating Create until that update comes out Creators-of-Create/Create#8754 |
Owner
|
So much for soon |
ThePansmith
added a commit
that referenced
this pull request
Oct 22, 2025
ThePansmith
added a commit
that referenced
this pull request
Oct 23, 2025
* mod updates * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.3.0 * Strainer tooltip * Strainer no longer waterloggable * Revert "mod updates" This reverts commit 0e9981c. * config fixes * Tooltip coloring * Fix DME button placement * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.4.0 * Move tinkers guide to QB looks slightly nicer that way * Fix code style issues with ESLint * Update mods * Fix #295 Co-Authored-By: Vercte <80974914+vercte@users.noreply.github.com> * Decreased Logi Mechanism pulp cost * Update chapters.js * Update pakku-lock.json * Update pakku-lock.json * revert that * Fixed custom jei category appearances * hid mbd2:multiblock_info cat from emi Only was being used by strainer, and strainer now tells you how to use it via tooltip * Update build-release.yml * Update CHANGELOG.md --------- Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com>
ThePansmith
added a commit
that referenced
this pull request
Oct 26, 2025
* Release: 2.0.11 (#342) * mod updates * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.3.0 * Strainer tooltip * Strainer no longer waterloggable * Revert "mod updates" This reverts commit 0e9981c. * config fixes * Tooltip coloring * Fix DME button placement * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.4.0 * Move tinkers guide to QB looks slightly nicer that way * Fix code style issues with ESLint * Update mods * Fix #295 Co-Authored-By: Vercte <80974914+vercte@users.noreply.github.com> * Decreased Logi Mechanism pulp cost * Update chapters.js * Update pakku-lock.json * Update pakku-lock.json * revert that * Fixed custom jei category appearances * hid mbd2:multiblock_info cat from emi Only was being used by strainer, and strainer now tells you how to use it via tooltip * Update build-release.yml * Update CHANGELOG.md --------- Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> * Update pakku-lock.json * Check for Discord webhook presence in workflow Added a step to check for the presence of a Discord webhook in the build-release workflow. * Added Quests Explaining EMI functions and home command --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> Co-authored-by: János <janos@eule.dev>
ThePansmith
added a commit
that referenced
this pull request
Nov 28, 2025
* mod updates * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.3.0 * Strainer tooltip * Strainer no longer waterloggable * Revert "mod updates" This reverts commit 0e9981c. * config fixes * Tooltip coloring * Fix DME button placement * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.4.0 * Move tinkers guide to QB looks slightly nicer that way * Fix code style issues with ESLint * Update mods * Fix #295 Co-Authored-By: Vercte <80974914+vercte@users.noreply.github.com> * Decreased Logi Mechanism pulp cost * Update chapters.js * Update pakku-lock.json * Update pakku-lock.json * revert that * Fixed custom jei category appearances * hid mbd2:multiblock_info cat from emi Only was being used by strainer, and strainer now tells you how to use it via tooltip * Update build-release.yml * Update CHANGELOG.md * Create getting-started.md * Update _compatability_readme.md * Create create_mobile_packages.js * ported balanced flight compat + tweak func storage fluid drawer recipes * Fix code style issues with ESLint * Added tooltips for dynamos, shift tooltip now reacts * Fix code style issues with ESLint * Update tooltips.js * Added Quests Explaining EMI functions and home command (#343) * Release: 2.0.11 (#342) * mod updates * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.3.0 * Strainer tooltip * Strainer no longer waterloggable * Revert "mod updates" This reverts commit 0e9981c. * config fixes * Tooltip coloring * Fix DME button placement * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.4.0 * Move tinkers guide to QB looks slightly nicer that way * Fix code style issues with ESLint * Update mods * Fix #295 Co-Authored-By: Vercte <80974914+vercte@users.noreply.github.com> * Decreased Logi Mechanism pulp cost * Update chapters.js * Update pakku-lock.json * Update pakku-lock.json * revert that * Fixed custom jei category appearances * hid mbd2:multiblock_info cat from emi Only was being used by strainer, and strainer now tells you how to use it via tooltip * Update build-release.yml * Update CHANGELOG.md --------- Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> * Update pakku-lock.json * Check for Discord webhook presence in workflow Added a step to check for the presence of a Discord webhook in the build-release workflow. * Added Quests Explaining EMI functions and home command --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> Co-authored-by: János <janos@eule.dev> * qb * Update trials.js * Fixed logi mech potion issue thing * Fix code style issues with ESLint * 6.0.7 (#348) * aa and kjs pipe module textures * Factory logistics compat * Add new Create mods to MOD_COMPAT.md * Menu work + SnR (#350) * WIP main menu, base pics and BG TBD * w * Update startup.txt * Update .gitignore * Railways compat * menu * changelog * menu * lang * misc * Update pakku-lock.json * boy i hope someone got fired for that blunder * added railways nav, extragauges support * Fix code style issues with ESLint * Update CHANGELOG.md --------- Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> Co-authored-by: János Euler <janos.euler@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: János <janos@eule.dev>
ThePansmith
added a commit
that referenced
this pull request
Nov 30, 2025
* mod updates * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.3.0 * Strainer tooltip * Strainer no longer waterloggable * Revert "mod updates" This reverts commit 0e9981c. * config fixes * Tooltip coloring * Fix DME button placement * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.4.0 * Move tinkers guide to QB looks slightly nicer that way * Fix code style issues with ESLint * Update mods * Fix #295 Co-Authored-By: Vercte <80974914+vercte@users.noreply.github.com> * Decreased Logi Mechanism pulp cost * Update chapters.js * Update pakku-lock.json * Update pakku-lock.json * revert that * Fixed custom jei category appearances * hid mbd2:multiblock_info cat from emi Only was being used by strainer, and strainer now tells you how to use it via tooltip * Update build-release.yml * Update CHANGELOG.md * Create getting-started.md * Update _compatability_readme.md * Create create_mobile_packages.js * ported balanced flight compat + tweak func storage fluid drawer recipes * Fix code style issues with ESLint * Added tooltips for dynamos, shift tooltip now reacts * Fix code style issues with ESLint * Update tooltips.js * Added Quests Explaining EMI functions and home command (#343) * Release: 2.0.11 (#342) * mod updates * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.3.0 * Strainer tooltip * Strainer no longer waterloggable * Revert "mod updates" This reverts commit 0e9981c. * config fixes * Tooltip coloring * Fix DME button placement * ci: Updated mmc-pack.json to Minecraft 1.20.1 on forge 47.4.0 * Move tinkers guide to QB looks slightly nicer that way * Fix code style issues with ESLint * Update mods * Fix #295 Co-Authored-By: Vercte <80974914+vercte@users.noreply.github.com> * Decreased Logi Mechanism pulp cost * Update chapters.js * Update pakku-lock.json * Update pakku-lock.json * revert that * Fixed custom jei category appearances * hid mbd2:multiblock_info cat from emi Only was being used by strainer, and strainer now tells you how to use it via tooltip * Update build-release.yml * Update CHANGELOG.md --------- Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> * Update pakku-lock.json * Check for Discord webhook presence in workflow Added a step to check for the presence of a Discord webhook in the build-release workflow. * Added Quests Explaining EMI functions and home command --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> Co-authored-by: János <janos@eule.dev> * qb * Update trials.js * Fixed logi mech potion issue thing * Fix code style issues with ESLint * 6.0.7 (#348) * aa and kjs pipe module textures * Factory logistics compat * Add new Create mods to MOD_COMPAT.md * Menu work + SnR (#350) * WIP main menu, base pics and BG TBD * w * Update startup.txt * Update .gitignore * Railways compat * menu * changelog * menu * lang * misc * Update pakku-lock.json * boy i hope someone got fired for that blunder * added railways nav, extragauges support * Fix code style issues with ESLint * Update CHANGELOG.md * Update pakku-lock.json * Close #340 * Fix #331 * Fix code style issues with ESLint * Update create_factory_logistics.js * mod tweaks --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Vercte <80974914+vercte@users.noreply.github.com> Co-authored-by: János Euler <janos.euler@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: János <janos@eule.dev>
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.
Describe the PR
As a proper fix for #288 will be released whenever Create 6.0.7 is out (which may take a while), this PR attempts to give a temporary fix in order to be able to update to Create 6.0.6
Additional context