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

Commit

Permalink
1.1.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama committed Jun 3, 2023
1 parent 80596a6 commit 97ef253
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[//]: <> (Thanks for the advice KiLAB, now I'm going to ice out the README even more)
[//]: <> (Don't worry, these are comments, they won't actually show on the readme :)

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

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

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

# Can't open the GUI?
Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import net.minecraftforge.gradle.userdev.UserDevExtension
import kotlin.math.max

group = "dev.luna5ama"
version = "1.1.1"
version = "1.1.2"

buildscript {
repositories {
Expand Down Expand Up @@ -135,6 +135,7 @@ modLoader {
tasks {
register<Task>("releaseBuild") {
group = "build"
dependsOn("clean")
finalizedBy("build")

doFirst {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/luna5ama/trollhack/TrollHackMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TrollHackMod {
companion object {
const val NAME = "Troll Hack"
const val ID = "trollhack"
const val VERSION = "1.1.1"
const val VERSION = "1.1.2"
const val DIRECTORY = "trollhack"

@JvmField
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"modid": "trollhack",
"name": "Troll Hack",
"version": "1.1.1",
"version": "1.1.2",
"mcversion": "1.12.2"
}
]

0 comments on commit 97ef253

Please sign in to comment.