Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Spottedleaf committed Nov 23, 2020
1 parent 5a27a7a commit b1c1628
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void setSkyNibbles(SWMRNibbleArray[] nibbles) {
public void onTransitionToFull(World world, ProtoChunk protoChunk, CallbackInfo ci) {
this.setBlockNibbles(((NibbledChunk)protoChunk).getBlockNibbles());
this.setSkyNibbles(((NibbledChunk)protoChunk).getSkyNibbles());
this.setWasLoadedFromDisk(((NibbledChunk)protoChunk).wasLoadedFromDisk());
}

@Inject(method = "<init>(Lnet/minecraft/world/World;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/biome/source/BiomeArray;Lnet/minecraft/world/chunk/UpgradeData;Lnet/minecraft/world/TickScheduler;Lnet/minecraft/world/TickScheduler;J[Lnet/minecraft/world/chunk/ChunkSection;Ljava/util/function/Consumer;)V", at = @At("TAIL"))
Expand Down

0 comments on commit b1c1628

Please sign in to comment.