fix a bunch of compile errors

This commit is contained in:
Jake Potrebic
2023-06-07 15:28:06 -07:00
parent 074728fe8c
commit 3121dbe3fe
16 changed files with 22 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ @Override
+ public void tick() {
+ if (this.mob.getY() <= Bee.this.level.getMinBuildHeight()) {
+ if (this.mob.getY() <= Bee.this.level().getMinBuildHeight()) {
+ this.mob.setNoGravity(false);
+ }
+ super.tick();