Skip to content

Commit

Permalink
Update KnowledgeTome.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Oct 4, 2024
1 parent 94088a1 commit 3b24234
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ public ItemUseHandler getItemHandler() {
research.unlock(p, true);
}
}));

if (p.getGameMode() != GameMode.CREATIVE) {
ItemUtils.consumeItem(item, false);
}
ItemUtils.consumeItem(item, false);
}
};
}
Expand Down

0 comments on commit 3b24234

Please sign in to comment.