Compile issues 1

This commit is contained in:
Bjarne Koll
2024-10-25 13:19:23 +02:00
parent f37c1be91e
commit 4c984f6e46
5 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ @Override
+ public void fluidTick() {
+ this.getNMSFluid().tick(this.world.getMinecraftWorld(), this.position);
+ this.getNMSFluid().tick(this.world.getMinecraftWorld(), this.position, this.getNMS());
+ }
+
+ @Override