mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
1.21.9 but without cloth-config
This commit is contained in:
-6
@@ -19,12 +19,6 @@ public class FabricPlatformHelper implements IPlatformHelper {
|
||||
return FabricLoader.getInstance().isModLoaded(modId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDevelopmentEnvironment() {
|
||||
|
||||
return FabricLoader.getInstance().isDevelopmentEnvironment();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Path getConfigPath(String file) {
|
||||
return FabricLoader.getInstance().getConfigDir().resolve(file);
|
||||
|
||||
Reference in New Issue
Block a user