Skip to content

Commit

Permalink
Set the OneSix mainClass to the ModdedLaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jul 27, 2023
1 parent 424662d commit 7295d43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gaming32"
version = "1.0.4"
version = "1.0.5"

application {
mainClass.set("io.github.gaming32.prcraftinstaller.PrcraftInstaller")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
import org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream;
import org.apache.commons.compress.archivers.zip.ZipFile;
import org.apache.commons.compress.utils.IOUtils;
import org.apache.commons.compress.utils.SeekableInMemoryByteChannel;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.input.SequenceReader;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/onesix/net.minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"type": "release",
"uid": "net.minecraft",
"version": "1.3.1",
"mainClass": "net.minecraft.modding.impl.ModdedLaunch",
"minecraftArguments": "--username ${auth_player_name} --gameDir ${game_directory} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type}"
}

0 comments on commit 7295d43

Please sign in to comment.