mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Fix J9 usage
This commit is contained in:
@@ -22,6 +22,7 @@ package me.shedaniel.architectury.platform;
|
||||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
import net.minecraft.client.gui.screens.Screen;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.nio.file.Path;
|
||||
@@ -58,7 +59,8 @@ public interface Mod {
|
||||
/**
|
||||
* @deprecated Use {@link #getFilePaths()} instead
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
Path getFilePath();
|
||||
|
||||
Collection<String> getAuthors();
|
||||
|
||||
Reference in New Issue
Block a user