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

More Mod Compat 6 #7320

Open
wants to merge 14 commits into
base: mc1.20.1/dev
Choose a base branch
from

Conversation

Attack8
Copy link
Contributor

@Attack8 Attack8 commented Jan 30, 2025

Update BYG/BWG compat (closes #7193)

@IThundxr IThundxr added the pr type: feature PR adds a new feature or changes an existing feature label Feb 5, 2025
@Attack8 Attack8 requested a review from VoidLeech February 13, 2025 22:29
@@ -16,7 +16,8 @@ public enum Mods {
FA("forbidden_arcanus"),
HEX("hexcasting"),
ID("integrateddynamics", b -> b.strippedWoodIsSuffix()),
BYG("byg"),
BWG("biomeswevegone"),
BYG("biomeswevegone"), // TODO: Remove when CuttingRecipeGen is updated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That'd be now then (:

.output(.125f, Items.NETHERRACK, 1)
.whenModLoaded(Mods.BYG.getId())),

BYG_RED_ROCK_ORE = create(Mods.BYG.recipeId("red_rock"), b -> b.duration(150)
Copy link
Collaborator

@VoidLeech VoidLeech Mar 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As seen in the other PR, this recipe is still valid and can be updated instead of removed.
Edit as the lines are misplaced: the red rock one.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VoidLeech
Copy link
Collaborator

VoidLeech commented Mar 1, 2025

Oh and almost forgot. BWG's Palo Verde wood is crafted into Birch planks, so cutting recipes for the stripped ones into those would be nice as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr type: feature PR adds a new feature or changes an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outdated BYG recipes
3 participants