From 6104964f60bac00a4ac1359bd244d361e50786bd Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 27 Aug 2020 19:36:00 +0800 Subject: Migrate from yarn to mojmap Signed-off-by: shedaniel --- .../src/main/java/me/shedaniel/rei/api/REIPluginEntry.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java') diff --git a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java index 220318753..6bf43e5a5 100644 --- a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java +++ b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java @@ -25,7 +25,7 @@ package me.shedaniel.rei.api; import net.fabricmc.loader.api.SemanticVersion; import net.fabricmc.loader.util.version.VersionParsingException; -import net.minecraft.util.Identifier; +import net.minecraft.resources.ResourceLocation; import org.jetbrains.annotations.ApiStatus; /** @@ -53,6 +53,6 @@ public interface REIPluginEntry { /** * @return the unique identifier of the plugin. */ - Identifier getPluginIdentifier(); + ResourceLocation getPluginIdentifier(); } -- cgit