We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2ed80 commit 250d102Copy full SHA for 250d102
src/main/kotlin/dev/sterner/common/item/CheatersCodexItem.kt
@@ -19,6 +19,7 @@ class CheatersCodexItem(properties: Properties) : Item(properties) {
19
component.hasWellKnowledge = true
20
component.hasNetherKnowledge = true
21
component.hasEndKnowledge = true
22
+ component.hasIchorKnowledge = true
23
24
component.hasReceivedEndMessage = true
25
component.hasReceivedNetherMessage = true
0 commit comments