Update ForgeFlower (#7857)
This commit is contained in:
parent
f0b4d5aa22
commit
ea9a831a7f
12 changed files with 49 additions and 49 deletions
|
@ -1064,7 +1064,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // Paper end
|
||||
this.heightmaps = new CompoundTag();
|
||||
|
||||
for(Entry<Heightmap.Types, Heightmap> entry : chunk.getHeightmaps()) {
|
||||
for(Map.Entry<Heightmap.Types, Heightmap> entry : chunk.getHeightmaps()) {
|
||||
@@ -0,0 +0,0 @@ public class ClientboundLevelChunkPacketData {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue