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

Commit

Permalink
Move SaveUtil into util package
Browse files Browse the repository at this point in the history
  • Loading branch information
Spottedleaf committed Jul 3, 2021
1 parent b402814 commit 2b7d7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ca.spottedleaf.starlight.common;
package ca.spottedleaf.starlight.common.util;

import ca.spottedleaf.starlight.common.chunk.ExtendedChunk;
import ca.spottedleaf.starlight.common.light.SWMRNibbleArray;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ca.spottedleaf.starlight.mixin.common.world;

import ca.spottedleaf.starlight.common.SaveUtil;
import ca.spottedleaf.starlight.common.util.SaveUtil;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.world.entity.ai.village.poi.PoiManager;
Expand Down

0 comments on commit 2b7d7ae

Please sign in to comment.