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

Commit 16e8819

Browse files
committed
Bump light version again
Tuinity had some problems, and it bumped the version. So we must also.
1 parent 758dc8d commit 16e8819

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/ca/spottedleaf/starlight/mixin/common/world/ChunkSerializerMixin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import ca.spottedleaf.starlight.common.chunk.ExtendedChunk;
55
import ca.spottedleaf.starlight.common.light.SWMRNibbleArray;
66
import ca.spottedleaf.starlight.common.util.WorldUtil;
7-
import ca.spottedleaf.starlight.common.world.ExtendedWorld;
87
import net.minecraft.nbt.CompoundTag;
98
import net.minecraft.nbt.ListTag;
109
import net.minecraft.server.world.ServerWorld;
@@ -24,7 +23,7 @@
2423
@Mixin(ChunkSerializer.class)
2524
public abstract class ChunkSerializerMixin {
2625

27-
private static final int STARLIGHT_LIGHT_VERSION = 2;
26+
private static final int STARLIGHT_LIGHT_VERSION = 3;
2827

2928
private static final String UNINITIALISED_SKYLIGHT_TAG = "starlight.skylight_uninit";
3029
private static final String STARLIGHT_VERSION_TAG = "starlight.light_version";

0 commit comments

Comments
 (0)