Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# Version and packaging info
version=3.2.0
maven_group=net.hypercubemc
maven_group=net.irisshaders
archives_base_name=Iris-Installer

# Main class to start with when the jar is run
main_class=net.hypercubemc.iris_installer.NewInstaller
main_class=net.irisshaders.iris_installer.NewInstaller
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.hypercubemc.iris_installer;
package net.irisshaders.iris_installer;

import java.io.BufferedReader;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.hypercubemc.iris_installer;
package net.irisshaders.iris_installer;

import java.io.BufferedOutputStream;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.hypercubemc.iris_installer;
package net.irisshaders.iris_installer;

import org.json.JSONException;
import org.json.JSONObject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.hypercubemc.iris_installer;
package net.irisshaders.iris_installer;

import com.formdev.flatlaf.FlatDarkLaf;
import com.formdev.flatlaf.FlatLightLaf;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JFrame.java to edit this template
*/
package net.hypercubemc.iris_installer;
package net.irisshaders.iris_installer;

import com.formdev.flatlaf.FlatDarkLaf;
import com.formdev.flatlaf.FlatLightLaf;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.hypercubemc.iris_installer;
package net.irisshaders.iris_installer;

import mjson.Json;
import net.fabricmc.installer.client.ProfileInstaller;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.hypercubemc.iris_installer.layouts;
package net.irisshaders.iris_installer.layouts;

/**
THIS PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES (OR CONDITIONS),
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"environment": "*",
"entrypoints": {
"preLaunch": [
"net.hypercubemc.iris_installer.IrisPreLaunch"
"net.irisshaders.iris_installer.IrisPreLaunch"
]
}
}