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

Commit b1c1628

Browse files
committed
Fix compile
1 parent 5a27a7a commit b1c1628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ca/spottedleaf/starlight/mixin/common/chunk/WorldChunkMixin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public void setSkyNibbles(SWMRNibbleArray[] nibbles) {
5555
public void onTransitionToFull(World world, ProtoChunk protoChunk, CallbackInfo ci) {
5656
this.setBlockNibbles(((NibbledChunk)protoChunk).getBlockNibbles());
5757
this.setSkyNibbles(((NibbledChunk)protoChunk).getSkyNibbles());
58-
this.setWasLoadedFromDisk(((NibbledChunk)protoChunk).wasLoadedFromDisk());
5958
}
6059

6160
@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"))

0 commit comments

Comments
 (0)