You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 4th argument on PistonBlock#move is named boolean retract. However, this doesn't match the observed usage of this argument in the decompiled code. I ran some testing with a mixin, and it seems like the argument is true when pushing.
I propose that the argument should be renamed to extend or something similar.
Yarn version is 1.21+build.9.
The text was updated successfully, but these errors were encountered:
The 4th argument on
PistonBlock#move
is namedboolean retract
. However, this doesn't match the observed usage of this argument in the decompiled code. I ran some testing with a mixin, and it seems like the argument istrue
when pushing.I propose that the argument should be renamed to
extend
or something similar.Yarn version is
1.21+build.9
.The text was updated successfully, but these errors were encountered: