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

Fixed Villager Position when Sleeping #933

Merged
merged 4 commits into from
Jul 11, 2020
Merged

Fixed Villager Position when Sleeping #933

merged 4 commits into from
Jul 11, 2020

Conversation

Jakeahorner
Copy link
Contributor

This edits the position of a villager with the tag SLEEPING and will set it to the direction of the bed

This is my first Pull Request and I am also new to Java so forgive me for any mistakes

@rtm516
Copy link
Member

rtm516 commented Jul 11, 2020

All of these changes should be moved to org.geysermc.connector.entity.living.merchant.VillagerEntity

@rtm516 rtm516 added the PR: Bugfix When a PR contains a bugfix label Jul 11, 2020
@Camotoy
Copy link
Member

Camotoy commented Jul 11, 2020

It may be worth testing if there is a Java edge case where other entities sleep. Otherwise, I agree.

@Jakeahorner
Copy link
Contributor Author

I don't think any other entity have the ability to sleep. I will move the changes to the VillagerEntity file

Copy link
Member

@Camotoy Camotoy left a comment

Choose a reason for hiding this comment

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

Since RTM went over whitespacing this is all I've got besides the potential VillagerEntity move. Nice job for your first PR!

@Jakeahorner
Copy link
Contributor Author

I believe that is all of the requested changes

@Jakeahorner Jakeahorner requested review from Camotoy and rtm516 July 11, 2020 02:23
@Jakeahorner Jakeahorner requested a review from rtm516 July 11, 2020 15:58
@Redned235
Copy link
Member

Manually resolved some of the spacing and indentation problems. Thanks for your contribution!

@Redned235 Redned235 dismissed stale reviews from rtm516 and Camotoy July 11, 2020 17:19

Resolved.

@Redned235 Redned235 merged commit 4daa568 into GeyserMC:master Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Bugfix When a PR contains a bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants