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

Fix nbtedit using the wrong datatypes. #164

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

C0bra5
Copy link
Contributor

@C0bra5 C0bra5 commented Dec 19, 2024

Numeric NBT types aren't implicitly converted at runtime, so if you have something that looks for a byte like a bool, it gets annoying as it won't be able to read the int you just stored there; I use this a lot for testing the crop rework.

java_7LMlSJqTkw.mp4

This PR fixes this problematic behaviour.

java_V2Ani48II3.mp4

@serenibyss serenibyss merged commit 148665e into GTNewHorizons:master Dec 19, 2024
1 check passed
Dream-Master pushed a commit that referenced this pull request Dec 19, 2024
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.

3 participants