Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

6 new Pets :) #595

Merged
merged 40 commits into from
Apr 14, 2022
Merged

6 new Pets :) #595

merged 40 commits into from
Apr 14, 2022

Commits on Apr 6, 2022

  1. Create PetHorse.java

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    081b6a3 View commit details
    Browse the repository at this point in the history
  2. Adding the Pet Horse to PetType.java

    Adding it as ServerVersion.earliest as the Horse comes from MC 1.
    Used "*fhrrrrhh*" as its description, as I don't know how to better write the sound a horse makes (Called "neigh")
    I tried to use the first sound in https://minecraft.fandom.com/wiki/Horse#Sounds
    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0d3c06f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d97458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    005c3c2 View commit details
    Browse the repository at this point in the history
  5. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    486e3ff View commit details
    Browse the repository at this point in the history
  6. Update PetSlime.java

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ddef0f8 View commit details
    Browse the repository at this point in the history
  7. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    24a6589 View commit details
    Browse the repository at this point in the history
  8. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a8e2961 View commit details
    Browse the repository at this point in the history
  9. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    51cb810 View commit details
    Browse the repository at this point in the history
  10. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3e9b7aa View commit details
    Browse the repository at this point in the history
  11. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1ec5fee View commit details
    Browse the repository at this point in the history
  12. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    6be8711 View commit details
    Browse the repository at this point in the history
  13. Correct File Date

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    844bc1e View commit details
    Browse the repository at this point in the history
  14. Create PetBlaze.java

    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    c6a6ec2 View commit details
    Browse the repository at this point in the history
  15. Adding the Pet Blaze to PetType.java

    Adding it as ServerVersion.earliest as the Blaze comes from MC 1.0
    Chris6ix authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    87a4cac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    711bd80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8be25cf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Create PetCreeper.java

    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    edf1576 View commit details
    Browse the repository at this point in the history
  2. Adding the Pet Creeper to PetType.java

    Adding it as ServerVersion.earliest as the Blaze comes from way before MC 1.0
    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1fc7ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9921a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14aba28 View commit details
    Browse the repository at this point in the history
  5. Create PetEnderman.java

    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    479ba8b View commit details
    Browse the repository at this point in the history
  6. Update PetType.java

    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8f082a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe4a33d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56ac00a View commit details
    Browse the repository at this point in the history
  9. Create PetSkeleton.java

    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    7b99088 View commit details
    Browse the repository at this point in the history
  10. Update PetType.java

    Adding it as ServerVersion.earliest as the Enderman comes from before MC 1.0
    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ec6099a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69228fa View commit details
    Browse the repository at this point in the history
  12. Add Enderman Pet to MessageManager.java

    And fix Enderman color
    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c569e1a View commit details
    Browse the repository at this point in the history
  13. Move the ServerVersion.earliest Pets to one spot

    Just so that they are all together and easier to find and not spread out over the entire file
    Chris6ix authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b65ba77 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update TODO.txt

    Chris6ix authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    fe14ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48bbfe1 View commit details
    Browse the repository at this point in the history
  3. Create PetZombie.java

    Chris6ix authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1e8a5c6 View commit details
    Browse the repository at this point in the history
  4. Adding the Pet Zombie to PetType.java

    Adding it as ServerVersion.earliest as the Zombie comes from way before MC 1.0
    Chris6ix authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    534d42f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83e1fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ed6d14 View commit details
    Browse the repository at this point in the history
  7. Update TODO.txt

    Chris6ix authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d27613e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5108eda View commit details
    Browse the repository at this point in the history
  9. Fix imports

    datatags committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    47f9edb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Trigger rebuild

    datatags committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b6c7706 View commit details
    Browse the repository at this point in the history