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 AE2 Grinder Recipe + BoP Mud Recipe Cleanup #1257

Merged
merged 5 commits into from
Feb 2, 2025

Conversation

littlecube8152
Copy link
Contributor

What

This PR majorly solves the issue that AE2 grinder recipes for ores in very early game is wrong for the ones yielding more than 1 crushed ore when hammering. Previously, all recipe is 2 ores ---5 rotation--> 3 crushed ores. Now, they take into account of oreMultiplier. For example, lapis is now 2 ores --> 18 crushed ores, which is 1.5x boost. For reference, hammering and macerating lapis ore yields 6 and 12, respectively. Grinding coal deposit is also changed into 2 blocks yielding 16 dusts, since any existing method yields 8 per deposit block. Salt deposits remained unchanged.

Also, BoP dirt + water = mud recipe duplication is also resolved. Originally, there is a file adding the shaped recipe and another adding shapeless recipe. These two are unified into the same place (keeping only the shapeless one).

Implementation Details

Only some lines in the groovy script is changed. The implementation is quite straight forward.

Outcome

Fixes https://discord.com/channels/881234100504109166/1334026508506890240
The link contains a list of ores that should be affected by this fix.

Potential Compatibility Issues

Nothing as far as I am aware.

@bruberu bruberu merged commit 16951d2 into SymmetricDevs:master-ceu Feb 2, 2025
@littlecube8152 littlecube8152 deleted the ae2-grinder-fix branch February 7, 2025 13:17
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.

3 participants