Skip to content

Commit

Permalink
Implemented feedback from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
seelderr committed Jan 24, 2024
1 parent 32046c9 commit 1ffa885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
import com.llamalad7.mixinextras.sugar.Share;
import io.github.opencubicchunks.cc_core.utils.Coords;
import io.github.opencubicchunks.cubicchunks.MarkableAsCubic;
import io.github.opencubicchunks.cubicchunks.mixin.TransformFrom;
import io.github.opencubicchunks.cubicchunks.world.level.cube.CubicChunkSource;
import io.github.opencubicchunks.cubicchunks.world.level.CubicLevel;
import io.github.opencubicchunks.cubicchunks.world.level.cube.CubeAccess;
import io.github.opencubicchunks.cubicchunks.world.level.cube.LevelCube;
import io.github.opencubicchunks.dasm.api.transform.TransformFrom;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;
import net.minecraft.world.DifficultyInstance;
Expand Down

0 comments on commit 1ffa885

Please sign in to comment.