Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin authored Jul 22, 2020
1 parent 96862b7 commit b098416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ForgeHax
[![](https://img.shields.io/badge/download-1.12.2%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/master/lastSuccessfulBuild/)
[![](https://img.shields.io/badge/download-1.15.2%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.15/lastSuccessfulBuild/artifact/build/libs/)
[![](https://img.shields.io/badge/download-1.16.1%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.16/lastSuccessfulBuild/artifact/build/libs/)

[![Build Status](https://jenkins.nhackindustries.com/buildStatus/icon?job=ForgeHax/master)](https://jenkins.nhackindustries.com/job/ForgeHax/job/master)
[![](https://img.shields.io/matrix/forgehax:nerdsin.space.svg?label=%23forgehax%3Anerdsin.space&logo=matrix)](https://matrix.to/#/#forgehax:nerdsin.space)

Expand All @@ -9,7 +11,7 @@ A Minecraft cheat that runs as a Forge mod.
## Installing

1. Download the latest version of [Minecraft Forge](https://files.minecraftforge.net/) for the corresponding ForgeHax Minecraft version (this is important if you want to run older versions of ForgeHax).
2. Download the latest ForgeHax build ([1.12-master](https://jenkins.nhackindustries.com/job/ForgeHax/job/master/lastSuccessfulBuild/), [1.15](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.15/lastSuccessfulBuild/artifact/build/libs/)). Do NOT install the jar that ends with `-sources.jar`. That one contains the source code and isn't compiled.
2. Download the latest ForgeHax build. Do NOT install the jar that ends with `-sources.jar`. That one contains the source code and isn't compiled.
3. Place the ForgeHax jar into the `.minecraft/mods/` directory. If you want to organize by Minecraft version, you can place it under `.minecraft/mods/{mc.version}` where `mc.version` is the version of Minecraft running (ex: `.minecraft/mods/1.12.2`).
4. Launch Minecraft using the Forge profile. ForgeHax should now be loaded.

Expand Down

0 comments on commit b098416

Please sign in to comment.