Skip to content

Fix: Carbon Crashes on Startup - Paper 26.1#770

Open
peterkitsakos wants to merge 1 commit intoHexaoxide:trunkfrom
peterkitsakos:fix/carbon-crashes-on-load-paper-26.1
Open

Fix: Carbon Crashes on Startup - Paper 26.1#770
peterkitsakos wants to merge 1 commit intoHexaoxide:trunkfrom
peterkitsakos:fix/carbon-crashes-on-load-paper-26.1

Conversation

@peterkitsakos
Copy link
Copy Markdown

Cloud-minecraft 2.0.0-beta.14's ItemStackParser.ModernParser used reflection to locate createItemStack on Paper's ItemInput class, which was changed in Paper 26.1 (Minecraft 1.21.5), causing ExceptionInInitializerError on startup.

2.0.0-beta.15 adds 26.1-compatible ItemInput handling, fixing the crash.

Also updates paperApi and apiVersion targets from 1.21.4 to 1.21.5.

…5) support

cloud-minecraft 2.0.0-beta.14's ItemStackParser.ModernParser used reflection
to locate createItemStack on Paper's ItemInput class, which was changed in
Paper 26.1 (Minecraft 1.21.5), causing ExceptionInInitializerError on startup.

2.0.0-beta.15 adds 26.1-compatible ItemInput handling, fixing the crash.

Also updates paperApi and apiVersion targets from 1.21.4 to 1.21.5.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jpenilla
Copy link
Copy Markdown
Member

jpenilla commented May 2, 2026

I don't think the Paper API version updates are actually relevant, should only need the -1 +1 diff to update cloud

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.

2 participants