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

Commit 2b7d7ae

Browse files
committed
Move SaveUtil into util package
1 parent b402814 commit 2b7d7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/ca/spottedleaf/starlight/common/SaveUtil.java renamed to src/main/java/ca/spottedleaf/starlight/common/util/SaveUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ca.spottedleaf.starlight.common;
1+
package ca.spottedleaf.starlight.common.util;
22

33
import ca.spottedleaf.starlight.common.chunk.ExtendedChunk;
44
import ca.spottedleaf.starlight.common.light.SWMRNibbleArray;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ca.spottedleaf.starlight.mixin.common.world;
22

3-
import ca.spottedleaf.starlight.common.SaveUtil;
3+
import ca.spottedleaf.starlight.common.util.SaveUtil;
44
import net.minecraft.nbt.CompoundTag;
55
import net.minecraft.server.level.ServerLevel;
66
import net.minecraft.world.entity.ai.village.poi.PoiManager;

0 commit comments

Comments
 (0)