diff --git a/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java b/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java index 9cab080..0d11b38 100644 --- a/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java +++ b/src/main/java/de/studiocode/invgui/resourcepack/ForceResourcePack.java @@ -19,7 +19,7 @@ public class ForceResourcePack implements Listener { private final HashMap tasks = new HashMap<>(); - private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.1/InvGuiRP.zip"; + private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.2/InvGuiRP.zip"; private boolean activated = true; private ForceResourcePack() {