Skip to content

Prevent crash when loading bad blockdata #7795

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

Open
wants to merge 2 commits into
base: dev/patch
Choose a base branch
from

Conversation

sovdeeth
Copy link
Member

@sovdeeth sovdeeth commented Apr 12, 2025

Description

Prevents crash when loading blockdata that's no longer valid (see changes to creaking heart blockdata between 1.21.3 and 1.21.4).
Previously, Skript would hard crash if it encountered this. Now, it fails to load just that variable and everything else is normal.

Previous:
image

New:
image


Target Minecraft Versions: any
Requirements: none
Related Issues: none

@sovdeeth sovdeeth added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Apr 12, 2025
@sovdeeth sovdeeth requested a review from a team as a code owner April 12, 2025 01:14
@sovdeeth sovdeeth requested review from Efnilite and Pesekjak and removed request for a team April 12, 2025 01:14
@APickledWalrus
Copy link
Member

APickledWalrus commented Apr 30, 2025

@sovdeeth rebase for patch?

edit: old enough for me to do it easily

@APickledWalrus APickledWalrus changed the base branch from dev/feature to dev/patch April 30, 2025 15:22
@APickledWalrus APickledWalrus added the patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version. label Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants