We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c861c64 commit 124fbe0Copy full SHA for 124fbe0
src/main/java/net/neganote/gtutilities/common/item/OmniBreakerItem.java
@@ -99,6 +99,11 @@ public boolean isEnchantable(ItemStack stack) {
99
return true;
100
}
101
102
+ @Override
103
+ public boolean isBookEnchantable(ItemStack stack, ItemStack book) {
104
+ return super.isBookEnchantable(stack, book);
105
+ }
106
+
107
@Override
108
public void appendHoverText(@NotNull ItemStack stack, @Nullable Level level,
109
@NotNull List<Component> tooltipComponents, @NotNull TooltipFlag isAdvanced) {
0 commit comments