Skip to content

Commit 6d14186

Browse files
committed
Open Source Ready
1 parent f5b0e35 commit 6d14186

File tree

208 files changed

+5336
-6391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+5336
-6391
lines changed

.vscode/launch.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

CREDITS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Hysentials wouldn't be possible without these amazing open-source projects:
2+
- OneConfig LGPL-3.0 (https://github.com/Polyfrost/OneConfig)
3+
- Hytils-Reborn LGPL-3.0 (https://github.com/Polyfrost/Hytils-Reborn)
4+
- VanillaHud LGPL-3.0 (https://github.com/Polyfrost/VanillaHUD)
5+
- Wavey Capes tr7zw (https://github.com/tr7zw/WaveyCapes)
6+
- HyperiumClient LGPL-3.0 (https://github.com/HyperiumClient/Hyperium)
7+
- ChatTriggers MIT (https://github.com/ChatTriggers/ChatTriggers)
8+
- HTSL (https://github.com/BusterBrown1218/HTSL)
9+
- nv-websocket-client Apache License 2.0 (https://github.com/TakahikoKawasaki/nv-websocket-client)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# Hysentials
2-
3-
// Now. I will make a command.
1+
# Hysentials

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44

55
plugins {
6-
// id "dev.architectury.architectury-pack200" version "0.1.3"
76
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
87
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.21'
98
id "cc.polyfrost.loom" version "0.10.0.5"
109
id "net.kyori.blossom" version "1.3.1"
10+
id 'org.spongepowered.mixin' version '0.7.+' apply false
1111
id "java"
1212
id 'maven-publish'
1313
}
@@ -74,20 +74,16 @@ dependencies {
7474

7575
compileOnly('cc.polyfrost:oneconfig-1.8.9-forge:0.2.1-alpha184')
7676
include('cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+')
77-
include("org.java-websocket:Java-WebSocket:1.5.3")
7877
include('org.reflections:reflections:0.10.2')
7978
include('org.json:json:20231013')
8079
include('org.slick2d:slick2d-core:1.0.2') {
8180
exclude module: 'lwjgl'
8281
}
83-
include('com.github.JnCrMx:discord-game-sdk4j:v0.5.5')
8482
include('com.neovisionaries:nv-websocket-client:2.14')
85-
include('com.github.MinnDevelopment:java-discord-rpc:v2.0.2')
8683
include('net.hypixel:mod-api:0.3.1')
84+
include("org.bitbucket.cowwoc:diff-match-patch:1.2")
8785

8886
compileOnly('org.spongepowered:mixin:0.7.+')
89-
90-
compileOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0")
9187
}
9288

9389
processResources {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ org.gradle.jvmargs=-Xmx8G
66

77
mod_name = Hysentials
88
mod_id = hysentials
9-
mod_version = 1.2.1-beta1
10-
dev_version = 1.2.1-dev
9+
mod_version = 1.3.0-beta2
10+
dev_version = 1.3.0-dev
1111

1212
dev = true
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

libs/Hytils-Reborn-1.6.0-beta4.jar

-344 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package Apec.Components.Gui.GuiIngame;
2+
3+
public interface ApecGuiIngameForge {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package cc.polyfrost.oneconfig.hud;
2+
3+
public class Hud {
4+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package cc.polyfrost.oneconfig.internal.gui;
2+
3+
import cc.polyfrost.oneconfig.libs.universal.UScreen;
4+
5+
public class HudGui extends UScreen {
6+
}

0 commit comments

Comments
 (0)