From 08d26d0df6269441775bf460ab761683431828c2 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 22 May 2019 20:40:50 +0100 Subject: [PATCH] Docs + small changes --- README.md | 31 ++++++++++++++++++- gradle.properties | 2 +- .../modmuss50/optifabric/mod/Optifabric.java | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff6f61f7..2f4e92d7 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ -# OptiFabric \ No newline at end of file +# OptiFabric + +![](https://ss.modmuss50.me/javaw_2019-05-22_20-33-34.jpg) + +## Installing + +After installing fabric for 1.14, you will need to place the OptiFabric mod jar as well as the optifine installer in the mods folder. + +Note currently only fabric api 0.2.7 is supported, you can download it from [here](https://minecraft.curseforge.com/projects/fabric/files/2702281). + +## Links + +### [OptiFabric Download](https://github.com/modmuss50/OptiFabric/releases) + +### [OptiFabric Download](#) (current 1.14 builds are only on their discord) + +## Issues + +If you happen to find an issue and you believe it is to od with OptiFabric and not Optifine or a mod please open an issue [here](https://github.com/modmuss50/OptiFabric/issues) + + +Note Fabric, Optifine and OptiFabric are still all in beta, so things will be broken. + +## Screenshots + +Feel free to open a PR with more screenshots. + +![](https://ss.modmuss50.me/javaw_2019-05-22_20-36-25.jpg) + +![](https://ss.modmuss50.me/javaw_2019-05-22_19-49-41.jpg) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c25e587d..d8d7e72c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ minecraft_version=1.14 yarn_mappings=1.14+build.21 loader_version=0.4.7+build.147 -mod_version = 1.0.0 +mod_version = 0.1.0 maven_group = me.modmuss50 archives_base_name = optifabric diff --git a/src/main/java/me/modmuss50/optifabric/mod/Optifabric.java b/src/main/java/me/modmuss50/optifabric/mod/Optifabric.java index 431bd51e..7e99acca 100644 --- a/src/main/java/me/modmuss50/optifabric/mod/Optifabric.java +++ b/src/main/java/me/modmuss50/optifabric/mod/Optifabric.java @@ -18,7 +18,7 @@ public static void checkForErrors() { if (OptifineVersion.error != null) { YesNoScreen yesNoScreen = new YesNoScreen(t -> { if (t) { - SystemUtil.getOperatingSystem().open(""); + SystemUtil.getOperatingSystem().open("https://github.com/modmuss50/OptiFabric/blob/master/README.md"); } else { MinecraftClient.getInstance().scheduleStop(); }