This repository was archived by the owner on May 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
kotlin/dev/luna5ama/trollhack Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
3030Before 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)
3535If 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?
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import net.minecraftforge.gradle.userdev.UserDevExtension
55import kotlin.math.max
66
77group = " dev.luna5ama"
8- version = " 1.1.0 "
8+ version = " 1.1.1 "
99
1010buildscript {
1111 repositories {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments