Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit cb2ca9e

Browse files
committed
1.1.1 Hotfix
1 parent 908db92 commit cb2ca9e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[//]: <> (Thanks for the advice KiLAB, now I'm going to ice out the README even more)
22
[//]: <> (Don't worry, these are comments, they won't actually show on the readme :)
33

4-
[![Download button](https://img.shields.io/badge/client-download-success.svg)](https://github.com/Luna5ama/TrollHack/releases/download/1.1.0/TrollHack-1.0.0.jar)
4+
[![Download button](https://img.shields.io/badge/client-download-success.svg)](https://github.com/Luna5ama/TrollHack/releases/download/1.1.1/TrollHack-1.0.0.jar)
55
![Current version](https://img.shields.io/badge/version-1.0.0-blue)
66
![Download count](https://img.shields.io/github/downloads/Luna5ama/TrollHack/latest/total)
77

@@ -28,10 +28,10 @@ Crashing with `java.lang.IllegalAccessError: tried to access field net.minecraft
2828
- Please remove `-Xverify:none` from your launch JVM arguments.
2929

3030
Before opening an issue, please consider the following:
31-
- Are you on the very latest version? In this case, it should be 1.1.0
31+
- Are you on the very latest version? In this case, it should be 1.1.1
3232
- Did you compile it yourself, or did you use the release?
3333
- Are your graphics drivers up to date?
34-
- Are you using fast render? (If your version is below 1.1.0, you must upgrade to fix the fast render crash)
34+
- Are you using fast render? (If your version is below 1.1.1, you must upgrade to fix the fast render crash)
3535
If you're sure you've tried everything, open an issue. [How to ask a good question](https://stackoverflow.com/help/how-to-ask)
3636

3737
# Can't open the GUI?

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import net.minecraftforge.gradle.userdev.UserDevExtension
55
import kotlin.math.max
66

77
group = "dev.luna5ama"
8-
version = "1.1.0"
8+
version = "1.1.1"
99

1010
buildscript {
1111
repositories {

src/main/kotlin/dev/luna5ama/trollhack/TrollHackMod.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class TrollHackMod {
6161
companion object {
6262
const val NAME = "Troll Hack"
6363
const val ID = "trollhack"
64-
const val VERSION = "1.1.0"
64+
const val VERSION = "1.1.1"
6565
const val DIRECTORY = "trollhack"
6666

6767
@JvmField

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"modid": "trollhack",
44
"name": "Troll Hack",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"mcversion": "1.12.2"
77
}
88
]

0 commit comments

Comments
 (0)