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

Commit

Permalink
Bump light version again
Browse files Browse the repository at this point in the history
Tuinity had some problems, and it bumped the version. So
we must also.
  • Loading branch information
Spottedleaf committed Jan 5, 2021
1 parent 758dc8d commit 16e8819
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import ca.spottedleaf.starlight.common.chunk.ExtendedChunk;
import ca.spottedleaf.starlight.common.light.SWMRNibbleArray;
import ca.spottedleaf.starlight.common.util.WorldUtil;
import ca.spottedleaf.starlight.common.world.ExtendedWorld;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.ListTag;
import net.minecraft.server.world.ServerWorld;
Expand All @@ -24,7 +23,7 @@
@Mixin(ChunkSerializer.class)
public abstract class ChunkSerializerMixin {

private static final int STARLIGHT_LIGHT_VERSION = 2;
private static final int STARLIGHT_LIGHT_VERSION = 3;

private static final String UNINITIALISED_SKYLIGHT_TAG = "starlight.skylight_uninit";
private static final String STARLIGHT_VERSION_TAG = "starlight.light_version";
Expand Down

0 comments on commit 16e8819

Please sign in to comment.