Skip to content

Commit dffca62

Browse files
committed
added tips on how to get ichor
1 parent 46e8ff8 commit dffca62

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: src/main/kotlin/dev/sterner/client/event/MalumCodexEvent.kt

+6
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ object MalumCodexEvent {
155155
VoidBoundItemRegistry.TEAR_OF_CRIMSON.get()
156156
)
157157
)
158+
.addPage(
159+
HeadlineTextPage(
160+
"void.dimensional_tear",
161+
"void.dimensional_tear.4"
162+
)
163+
)
158164
.setEntryVisibleWhen {
159165
VoidBoundApi.hasTearKnowledgeClient()
160166
}

Diff for: src/main/resources/assets/voidbound/lang/en_us.json

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
"malum.gui.book.entry.page.text.void.dimensional_tear.1": "Accumulated essence of its dimension, poring down from its roof. The secrets of the well needs to be discovered, after which one has to discover the dimensions secrets",
181181
"malum.gui.book.entry.page.text.void.dimensional_tear.2": "A Brimstone liquid accumulated in the Nether, pouring down ever so slightly from the Netherrack",
182182
"malum.gui.book.entry.page.text.void.dimensional_tear.3": "A Ender liquid accumulated in the End, crying from the End Stone",
183+
"malum.gui.book.entry.page.text.void.dimensional_tear.4": "Maybe the Grimcult knows more about this",
183184

184185
"malum.gui.book.entry.void.ichor": "Ichor",
185186
"malum.gui.book.entry.void.ichor.description": "Blood of the Gods",

0 commit comments

Comments
 (0)