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 turtle speaker upgrade's missing texture #508

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2018

  1. Fix turtle speaker upgrade's missing texture

    The sprite was not registered into the atlas, meaning it rendered the
    missing texture instead.
    SquidDev committed Jan 19, 2018
    Copy the full SHA
    2e7302e View commit details
    Browse the repository at this point in the history
  2. Extract required textures from models instead

    This ensures we will not get missing texture errors in the future, and
    allows resource pack artists to use additional textures.
    SquidDev committed Jan 19, 2018
    Copy the full SHA
    80b1170 View commit details
    Browse the repository at this point in the history