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

1.13 anvil #128

Merged
merged 89 commits into from
Feb 17, 2020
Merged

1.13 anvil #128

merged 89 commits into from
Feb 17, 2020

Conversation

danijel3
Copy link
Member

No description provided.

Converted biomes to use int instead of bytes
Switched IDConvert to use string as key so multiple strings can be the same block id
Converted some more blocks
made preview not render blocks with NONE occlusion rather than specifying blocks to ignore
JAR folder from builds ignored
…ties tag.

Most custom block models are still broken. Logs, Furnaces, doors and liquids have been updated to the new system.
For variable textures dependent on state see furnace in blocks.conf
fixed DoublePlant
fixed Rail
Made OBJ models not get optimised, fixes broken obj models.
mmdanggg2 and others added 28 commits May 27, 2019 23:10
Renamed Side to Direction with cardinal directions
Textures are exported faster now due to 1) only exporting norm or spec maps if the file is known to exist in the zip file ahead of time (a memory copy of the zip contents is checked for once inistead of multiple times, 2) by switching to directly loading the asset from the zip file instead of iterating over files in the zip until a path matches, and 3) by skipping (sooner) image sets where the default diffuse image is not present at all, whereas before if there was an error in loading the default diffuse image, it will still attempt to continue with the following operations.
Move Load button from button bar to save selection bar
@danijel3 danijel3 merged commit cc0e061 into master Feb 17, 2020
@mmdanggg2 mmdanggg2 deleted the 1.13Anvil branch April 23, 2020 11:08
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.

5 participants