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 Minecraft 1.21-rc1 #50

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Port to Minecraft 1.21-rc1 #50

merged 2 commits into from
Jun 14, 2024

Conversation

MushroomMif
Copy link
Contributor

Ported Stimuli to Minecraft 1.21-rc1 and bumped it's version to 0.4.12.
Also, I noticed that when player tries to shear a bogged and a shearing event is cancelled, mushrooms on the bogged are still visually disappear so I fixed this by sending packet EntityTrackerUpdateS2CPacket with sheared to false

Copy link

@Restioson Restioson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want to update to 1.21 proper, if there are any changes 😅 also should be in a new branch rather than 1.20.6 I imagine but I don't suppose there's anything you can do on your end about that

@Mixin(BoggedEntity.class)
public interface BoggedEntityAccessor {
@Accessor
static TrackedData<Boolean> getSHEARED() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All caps ?

@Patbox Patbox changed the base branch from 1.20.6 to 1.21 June 14, 2024 07:02
@Patbox Patbox merged commit 7db8fa7 into NucleoidMC:1.21 Jun 14, 2024
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.

3 participants