Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Docs + small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed May 22, 2019
1 parent c01ae28 commit 08d26d0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# OptiFabric
# 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)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/java/me/modmuss50/optifabric/mod/Optifabric.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 08d26d0

Please sign in to comment.