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

Port to 1.21.3 #81

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Port to 1.21.3 #81

merged 1 commit into from
Jan 6, 2025

Conversation

joakibj
Copy link
Contributor

@joakibj joakibj commented Dec 26, 2024

Should have the same features as the 1.21.1 version.
Known issue with partially translucent horses hiding other entities is still there, not experienced enough with modding to figure it out yet.
You can find the built artifact on my forks github actions for testing.
Port to 1.21.4 should be easy (have it ready). Not sure how relevant 1.21.3 is, players could maybe skip this

resolves #79

Changes

  • Bumped version to 2.2.0
  • Extended the EntityRenderState for rideable entities with id and flag for playerPassenger
  • Extended the EntityModel for rideable and equippable models with flag for playerPassenger
  • Prefixed Unique methods and fields with horsebuff modid
  • Replaced accesswidener with Shadow fields and used Identifier.of instead of constructor
  • Removed portalPatch config
  • Updated mixin extras to 0.4.1
  • Updated from java 17 to java 21 in gradle build
  • Updated gradle wrapper to 8.11
  • Updated build github action
  • Updated README with more precise descriptions

* Bumped version to 2.2.0
* Extended the EntityRenderState for rideable entities with id and flag for playerPassenger
* Extended the EntityModel for rideable and equippable models with flag for playerPassenger
* Prefixed Unique methods and fields with horsebuff modid
* Replaced accesswidener with Shadow fields and used Identifier.of instead of constructor
* Removed portalPatch config
* Removed portalPatch, fairBreeds from lang-files
* Updated mixin extras to 0.4.1
* Updated from java 17 to java 21 in gradle build
* Updated gradle wrapper to 8.11
* Updated build github action
* Updated README with more precise descriptions
@joakibj joakibj mentioned this pull request Dec 26, 2024
@CodeF53 CodeF53 merged commit 46a44b9 into CodeF53:main Jan 6, 2025
@mistrk7
Copy link

mistrk7 commented Jan 6, 2025

Not good enough. do it again

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.

1.21.3 support
3 participants