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

merging APdev changes to mine #1

Closed
wants to merge 3 commits into from
Closed

Conversation

wolfebersahd
Copy link
Owner

Describe in detail what your pull request accomplishes

Related issues:

Checklist

  • Unit tests
  • Proper internationalization
  • Tested
  • Performance tested

drfiveminusmint and others added 3 commits September 14, 2024 13:56
* Test potential origin of bug

It could be possible that cancelling these events has some adverse effects.

* Disable old fix

* Disable another potential origin

* debug messages for monitoring

* Potentially detect more piston events

* fix events

* detect processing

* Test potential fix

* Update IWorldHandler.java

* Try to catch problems in the WorldHandler

* Update IWorldHandler.java

* Use NMS code to fix pistons

* Update IWorldHandler.java

* Remove old fixes and 1.21 implementation

Also removed debug messages

* Missed a debug message

* Fix unintentional wildcard imports
* changed hardcoded sink limit to be dynamic

Changed hardcoded sink limit from `y < 5` to `y < (craft.getWorld().getMinHeight() + 5)` preserving the original 4 block buffer but accounting for the new minimum world heights of 1.18+

* Adjusted X, Y, Z lengths by +1

Adjusted X, Y, Z, lengths by +1 to compensate for coordinate vs block math.

* Fixed missing `. `

* fixed missing `)` too
@wolfebersahd wolfebersahd deleted the branch wolfe's-version December 17, 2024 13:36
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.

2 participants