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.21.3] Expose vanilla model generators for modded usages #1696

Draft
wants to merge 33 commits into
base: 1.21.x
Choose a base branch
from

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    6a64748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c38d967 View commit details
    Browse the repository at this point in the history
  3. Allow modders to use ModelProvider

    Expose everything from ItemModelGenerators and BlockModelGenerators
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    2ddb712 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3200546 View commit details
    Browse the repository at this point in the history
  5. Expose more helpers

    Support modded paths in ModelTemplate.create
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    605cf13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cc2d67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a14d76 View commit details
    Browse the repository at this point in the history
  8. Add note to ModelProvider

    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    bf4f268 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c2c5c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9467bf8 View commit details
    Browse the repository at this point in the history
  11. Fix typo in parameter name

    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    fcf0dcb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a654f3b View commit details
    Browse the repository at this point in the history
  13. Add custom VariantProperty allowing modders to specify block model bu…

    …ilders rather then ResLoc
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    b73dcca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4296547 View commit details
    Browse the repository at this point in the history
  15. Allow setting custom properties onto model templates

    Allow setting render types for model templates
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    ad204ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e954387 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a4e1c45 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84ad83e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    64516c8 View commit details
    Browse the repository at this point in the history
  20. Add more custom data to model templates

    Allow setting custom data from TexturedModel
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1c9f586 View commit details
    Browse the repository at this point in the history
  21. Prepend model folders and append namespaces when missing

    Allow specifying render typed by strings (defaulting to "minecraft" namespace)
    Add mod and minecraft model path helpers
    Fix block models generating empty content
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3875f15 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0117aa5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eb2951a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    95f12ba View commit details
    Browse the repository at this point in the history
  25. Reorder constructors and parameters

    Making them more consistent and the patches easier to read
    ApexModder committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    d990399 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa87f0a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6e4795b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3c9a30e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ccc5a19 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a605c7b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    70bc73a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7ce92d7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    937460d View commit details
    Browse the repository at this point in the history