diff --git a/IF/src/main/java/com/github/stefvanschie/inventoryframework/gui/GuiItem.java b/IF/src/main/java/com/github/stefvanschie/inventoryframework/gui/GuiItem.java index 93ddba845..d5e0de171 100644 --- a/IF/src/main/java/com/github/stefvanschie/inventoryframework/gui/GuiItem.java +++ b/IF/src/main/java/com/github/stefvanschie/inventoryframework/gui/GuiItem.java @@ -150,7 +150,7 @@ public GuiItem(@NotNull ItemStack item) { * @param key the key to identify this item with * @since 0.10.10 */ - private GuiItem(@NotNull ItemStack item, @Nullable Consumer action, + public GuiItem(@NotNull ItemStack item, @Nullable Consumer action, @NotNull Logger logger, @NotNull NamespacedKey key) { this.logger = logger; this.keyUUID = key;