Skip to content

Commit

Permalink
fixed pair import
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoCrypt committed May 28, 2022
1 parent ce3fc38 commit 45ad3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ loader_version=0.13.3
fabric_version=0.47.10+1.18.2
satin_version=1.7.2

mod_version = 5.2.0
mod_version = 5.2.1
maven_group = net.ludocrypt
archives_base_name = limlib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.Random;

import com.ibm.icu.impl.Pair;
import com.mojang.datafixers.util.Pair;

import net.ludocrypt.limlib.api.world.maze.MazeComponent.CellState;
import net.minecraft.util.BlockRotation;
Expand Down

0 comments on commit 45ad3e2

Please sign in to comment.