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

Integrated Dynamics Mechanical Squeezer recipe does not work #1558

Closed
cdepuydt opened this issue Mar 4, 2020 · 5 comments
Closed

Integrated Dynamics Mechanical Squeezer recipe does not work #1558

cdepuydt opened this issue Mar 4, 2020 · 5 comments
Labels
Bug A modpack specific bug Script This issue relates to scripts in general Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack

Comments

@cdepuydt
Copy link

cdepuydt commented Mar 4, 2020

Modpack version
1.77

Issue
The recipe for the integrated dynamics mechanical squeezer does not work. The recipe loads in JEI, but when added to a crafting table it is not actually craftable. I loaded into creative to verify all the battery combinations, and none of them worked (100k, 400k, 1.6m, with or without rf).

@NielsPilgaard
Copy link
Collaborator

Thank you for the report, I will investigate the issue.

@NielsPilgaard NielsPilgaard added Bug A modpack specific bug Script This issue relates to scripts in general labels Mar 4, 2020
@theboo
Copy link
Contributor

theboo commented Mar 4, 2020

mechanical drying basin and generator also cannot be crafted in 1.77... im thinking the tag .anyDamage() no longer works with ID version 1.1.2, i am currently attempting a fix with .withTag({energy: }).. I got it to work with energy: 0 only for empty batteries ofc, i am unsure if there is a way to have energy: any integer... got damn i miss /ct reload

@cdepuydt
Copy link
Author

cdepuydt commented Mar 4, 2020

Another thing to look out for that I noticed while trying to set this up is that a Squeezer that's been used gets fingerprinted somehow with meta data and becomes unstackable. It seems like it's unrelated to the core issue, but might cause issues with getting it working.

@theboo
Copy link
Contributor

theboo commented Mar 4, 2020

Might have something to do with this commit on the ID github, was added in 1.1.2

CyclopsMC/IntegratedDynamics@c3c4b8b

@theboo
Copy link
Contributor

theboo commented Mar 5, 2020

should be fixed with PR #1561

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A modpack specific bug Script This issue relates to scripts in general Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack
Projects
None yet
Development

No branches or pull requests

3 participants