diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-02-05 10:08:44 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-02-05 10:08:44 +0800 |
| commit | ea634e7ba29146d4ebc2c05b61257fa6c3b0642e (patch) | |
| tree | cd6caf4e9b77e13b21d1c890bf38604109fd93f2 /api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java | |
| parent | f5b59076cece9e95e76158b17b64fec27616b68b (diff) | |
| download | RoughlyEnoughItems-ea634e7ba29146d4ebc2c05b61257fa6c3b0642e.tar.gz RoughlyEnoughItems-ea634e7ba29146d4ebc2c05b61257fa6c3b0642e.tar.bz2 RoughlyEnoughItems-ea634e7ba29146d4ebc2c05b61257fa6c3b0642e.zip | |
More relocation
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java')
| -rw-r--r-- | api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java b/api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java index e2eaba192..dfdc73725 100644 --- a/api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java +++ b/api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java @@ -28,8 +28,8 @@ import com.google.common.collect.Sets; import com.google.common.collect.UnmodifiableIterator; import it.unimi.dsi.fastutil.ints.IntArrayList; import it.unimi.dsi.fastutil.ints.IntList; -import me.shedaniel.rei.api.EntryStack; -import me.shedaniel.rei.api.entry.EntryStacks; +import me.shedaniel.rei.api.ingredient.EntryStack; +import me.shedaniel.rei.api.ingredient.util.EntryStacks; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; import net.minecraft.util.Mth; |
