Skip to content

Commit

Permalink
Bump dependencies from 1.1.7 to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 16, 2024
1 parent daebc20 commit 43a914b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 252 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
include(implementation("dev.xdpxi:dependencies:1.1.7"))
include(implementation("dev.xdpxi:dependencies:1.1.8"))

modImplementation("net.fabricmc:fabric-loader:0.16.9")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.108.1+")
Expand Down
Binary file not shown.
50 changes: 0 additions & 50 deletions src/client/java/dev/xdpxi/xdlib/EarlyLoadingBarPreLaunch.java

This file was deleted.

6 changes: 0 additions & 6 deletions src/client/java/dev/xdpxi/xdlib/XDsLibraryClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import dev.xdpxi.xdlib.config.configManager;
import dev.xdpxi.xdlib.config.pluginManager;
import dev.xdpxi.xdlib.gui.PreLaunchWindow;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents;
import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents;
import net.fabricmc.loader.api.FabricLoader;
import net.minecraft.client.MinecraftClient;
Expand Down Expand Up @@ -135,10 +133,6 @@ public void onInitializeClient() {
}
});

if (isWindows() && FabricLoader.getInstance().getEnvironmentType() == EnvType.CLIENT && isNoEarlyLoaders()) {
ClientLifecycleEvents.CLIENT_STARTED.register(client -> PreLaunchWindow.remove());
}

if (WorldCloudHeights.isEmpty()) {
WorldCloudHeights.put("minecraft:overworld", 182.0F);
}
Expand Down
124 changes: 0 additions & 124 deletions src/client/java/dev/xdpxi/xdlib/gui/PluginDownloader.java

This file was deleted.

68 changes: 0 additions & 68 deletions src/client/java/dev/xdpxi/xdlib/gui/PreLaunchWindow.java

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"icon": "assets/xdlib/icon.png",
"environment": "*",
"entrypoints": {
"preLaunch": [
"dev.xdpxi.xdlib.EarlyLoadingBarPreLaunch"
],
"main": [
"dev.xdpxi.xdlib.XDsLibrary"
],
Expand Down

0 comments on commit 43a914b

Please sign in to comment.