Force-override updateY to be public

Related: #494
This commit is contained in:
embeddedt 2024-12-16 09:56:38 -05:00 committed by GitHub
parent ba6d0d20fc
commit 639f0e2c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ public class SurfaceRulesContextMixin {
* @reason Reuse supplier object instead of creating new ones every time
*/
@Overwrite
protected void updateY(int stoneDepthAbove, int stoneDepthBelow, int waterHeight, int blockX, int blockY, int blockZ) {
public void updateY(int stoneDepthAbove, int stoneDepthBelow, int waterHeight, int blockX, int blockY, int blockZ) {
++this.lastUpdateY;
var getter = this.biome;
if(getter == null) {