Skip to content

Skip early PotionBrewing.bootstrap() to fix crash with Alex's Mobs Continued - #349

Open
altspaced wants to merge 1 commit into
ZurrTum:26.1from
altspaced:26.1-alexsmobscontinued-fix
Open

Skip early PotionBrewing.bootstrap() to fix crash with Alex's Mobs Continued#349
altspaced wants to merge 1 commit into
ZurrTum:26.1from
altspaced:26.1-alexsmobscontinued-fix

Conversation

@altspaced

@altspaced altspaced commented Aug 10, 2026

Copy link
Copy Markdown

Problem

Calling PotionBrewing.bootstrap() during early recipe registration causes a
NullPointerException: Components not bound yet when Alex's Mobs Continued is installed.

Solution

Temporarily skip the early registration of potion mixing recipes.
This prevents the crash while keeping all other Create features working.

Testing

  • Tested with Create Fly + Alex's Mobs Continued on 26.1
  • World creation no longer crashes
  • Other Create features still work normally

Skip early PotionBrewing.bootstrap() to fix Alex's Mobs crash

Calling PotionBrewing.bootstrap() during early recipe registration
causes a "Components not bound yet" crash when Alex's Mobs is present.

Temporarily skip the early registration as a compatibility fix.
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