Update to latest resource pack

This commit is contained in:
NichtStudioCode 2021-02-03 20:51:12 +01:00
parent e87ef108e6
commit f3ad577a86
2 changed files with 5 additions and 2 deletions

@ -59,7 +59,10 @@ public enum CustomItem {
RED_X(10000041),
CHECKMARK(10000042),
LIGHT_CHECKMARK(10000043),
GREEN_CHECKMARK(10000044);
GREEN_CHECKMARK(10000044),
ANVIL_OVERLAY_PLUS(10000045),
ANVIL_OVERLAY_ARROW(10000046);
private final ItemBuilder itemBuilder;
private final Item item;

@ -19,7 +19,7 @@ public class ForceResourcePack implements Listener {
private final HashMap<Player, BukkitTask> tasks = new HashMap<>();
private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.4/InvGuiRP.zip";
private String resourcePackUrl = "https://github.com/NichtStudioCode/InvGuiRP/releases/download/v0.5/InvGuiRP.zip";
private boolean activated;
private ForceResourcePack() {