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

Mobs and Entities Part 1 (Sheep, Cows, Pigs, Chickens, Mooshrooms, Squids) #1735

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

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    1b2cac7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Add a method to mirror the model across the x axis, remove useEntityT…

    …exture and add javadoc.
    leMaik committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    089c356 View commit details
    Browse the repository at this point in the history
  2. Re-implement dragon head model with BoxModelBuilder and fix incorrect…

    … dimensions and jaw angle.
    leMaik committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    4e5f900 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Adds Sheep

    ThisIsBrady committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3d526b1 View commit details
    Browse the repository at this point in the history
  2. Adds Cows

    ThisIsBrady committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    108b390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b26e2 View commit details
    Browse the repository at this point in the history
  4. Adds Chickens

    ThisIsBrady committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9fc67fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f86b60 View commit details
    Browse the repository at this point in the history
  6. Adds pigs

    ThisIsBrady committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cc2bbd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    1df36ee View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Add Mooshroom entities

    ThisIsBrady committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    aff84af View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. add Squids

    ThisIsBrady committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3911d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd635c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5ff738 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55b169e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    850e0b4 View commit details
    Browse the repository at this point in the history