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

Support TAG_SHORT_ARRAY #30

Open
codewarrior0 opened this issue Feb 26, 2015 · 2 comments
Open

Support TAG_SHORT_ARRAY #30

codewarrior0 opened this issue Feb 26, 2015 · 2 comments

Comments

@codewarrior0
Copy link

Tag ID 12 is used by some mods (I don't remember which) to store an array of short values. Supporting this tag ID would allow saves created with those mods to be viewed and edited. It's not unlikely that when Minecraft moves to 16-bit block IDs, this tag type will be used by the game to store them.

@jaquadro
Copy link
Member

My immediate reaction was "icky", but I'm okay with it. I'd rather have good mod support. I've gone ahead and added support in edff249.

Do you have a region or dat file that has one of these tags already present? I'd like to also put the support into NBTExplorer, and test data would be helpful.

@codewarrior0
Copy link
Author

I checked my old commit logs and found the mod in question is called Cubic Chunks, last updated for MC 1.6.4.

I was sure I had a world file made with that mod saved somewhere, but I have no idea what happened to it. Sorry.

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

No branches or pull requests

2 participants