more compile fixes

This commit is contained in:
Jake Potrebic
2023-06-08 14:13:43 -07:00
parent 957d248aff
commit dc11e08746
4 changed files with 7 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ .getHolderOrThrow(net.minecraft.world.level.biome.Biomes.PLAINS);
+ player.connection.send(new net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket(
+ new net.minecraft.world.level.chunk.EmptyLevelChunk(worldserver1, player.chunkPosition(), plains),
+ worldserver1.getLightEngine(), null, null, true, false)
+ worldserver1.getLightEngine(), null, null)
+ );
+ }
+ // Paper end