This repository was archived by the owner on May 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed
kotlin/dev/luna5ama/trollhack Expand file tree Collapse file tree 5 files changed +19
-7
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.0.1 /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.0 /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.0.1
31+ - Are you on the very latest version? In this case, it should be 1.1.0
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.0.1 , you must upgrade to fix the fast render crash)
34+ - Are you using fast render? (If your version is below 1.1.0 , 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 1+ import dev.fastmc.loader.ModPackagingTask
12import dev.fastmc.loader.ModPlatform
23import dev.fastmc.remapper.mapping.MappingName
34import net.minecraftforge.gradle.userdev.UserDevExtension
45import kotlin.math.max
56
67group = " dev.luna5ama"
7- version = " 1.0.1 "
8+ version = " 1.1.0 "
89
910buildscript {
1011 repositories {
@@ -132,6 +133,17 @@ modLoader {
132133}
133134
134135tasks {
136+ register<Task >(" releaseBuild" ) {
137+ group = " build"
138+ finalizedBy(" build" )
139+
140+ doFirst {
141+ named<ModPackagingTask >(" modPackaging" ) {
142+ dictSize.set(32 * 1024 * 1024 )
143+ }
144+ }
145+ }
146+
135147 afterEvaluate {
136148 getByName(" reobfJar" ).enabled = false
137149 }
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.0.1 "
64+ const val VERSION = " 1.1.0 "
6565 const val DIRECTORY = " trollhack"
6666
6767 @JvmField
Original file line number Diff line number Diff line change @@ -1037,7 +1037,7 @@ internal object ZealotCrystalPlus : Module(
10371037 val packet = placePacket(placeInfo, EnumHand .MAIN_HAND )
10381038 onMainThread {
10391039 val slot = player.getCrystalSlot() ? : return @onMainThread
1040- spoofHotbarBypass (slot) {
1040+ spoofHotbar (slot) {
10411041 connection.sendPacket(packet)
10421042 }
10431043 }
Original file line number Diff line number Diff line change 22 {
33 "modid" : " trollhack" ,
44 "name" : " Troll Hack" ,
5- "version" : " 1.0.1 " ,
5+ "version" : " 1.1.0 " ,
66 "mcversion" : " 1.12.2"
77 }
88]
You can’t perform that action at this time.
0 commit comments