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

Updates for minecraft 1.12 released June 7, 2017 #9

Open
sethborg opened this issue Dec 29, 2017 · 4 comments
Open

Updates for minecraft 1.12 released June 7, 2017 #9

sethborg opened this issue Dec 29, 2017 · 4 comments

Comments

@sethborg
Copy link

Since your release Minecraft has changed clay to terracotta, added glazed terracotta, added concrete and concrete powder, and changed the beds texture and colors. Bed now use block entities to determine color. I don't think your scripts/blocks.json has a way to handle that.

Also, how is static/data/blocks.png used? I'd like to help and it would help if the readme gave an overview of how this all works. I've modified scripts/blocks.json to add the latest blocks (not sure about beds though as I've said) and I can upload a new static/data/textures.png but I was hesitant because I didn't know what compression settings you saved it with. The default in photoshop lowered the file size so I didn't want to lose any quality. Any suggestions?

@Pessimistress
Copy link
Owner

@sethborg blocks.png is generated by a script.

  • Go to scripts/render-textures.js and point assetDir to the asset folder of your Minecraft installation.
  • In command line, run npm run build-assets

@Pessimistress
Copy link
Owner

@sethborg I'll look into the block entities handling. I suppose we can just add an entities field to options?

@sethborg
Copy link
Author

sethborg commented Jan 8, 2018

Sorry, not sure. What's your plan for 1.13 support since they're dynamically setting block IDs based on palettes of what blocks are in each 16x16x16 block. NBT explorer has been updated and can show the palette data in the latest minecraft snapshot. I'm not sure where the map of palette to block ID is stored though or how that all works.

@sethborg
Copy link
Author

Someone decoded the 1.13 chunk format. Hope you can use this to help update this app to 1.13 compatible.

https://www.minecraftforum.net/forums/minecraft-java-edition/recent-updates-and-snapshots/2894808-minecraft-1-13-new-chunk-format-fully-decoded-read

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