Skip to content

Charm recipe compatibility#8

Open
svenhjol wants to merge 1 commit intoDraylar:1.19from
svenhjol:1.19
Open

Charm recipe compatibility#8
svenhjol wants to merge 1 commit intoDraylar:1.19from
svenhjol:1.19

Conversation

@svenhjol
Copy link

Charm uses a recipe listener to reorder vanilla's recipes so that modded recipes take priority over vanilla recipes. This is so variant barrels and chests can work properly. It does this by using a linked hashmap to preserve the new ordering.

MaybeData adds its recipe listener after Charm's and converts it back to a normal hashmap and ordering is lost. The PR changes this to a linked hashmap so that Charm can function normally.

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.

1 participant