Skip to content

Commit cf35577

Browse files
committed
Fix hexdoc error and add recipe page for evaluator
1 parent cc1268e commit cf35577

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/debugging.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@
1414
anchor: "debugger",
1515
text: "hexdebug.category.items.entry.debugging.page.thwack",
1616
},
17+
// TODO: actually document this
18+
{
19+
type: "patchouli:crafting",
20+
recipe: "hexdebug:evaluator",
21+
anchor: "evaluator",
22+
},
1723
],
1824
}

doc/hexdoc.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export_dir = "src/hexdoc_hexdebug/_export/generated"
2020
[textures]
2121
missing = [
2222
"hexdebug:debugger/*",
23+
"hexdebug:evaluator/*",
2324
]
2425

2526
[template]

0 commit comments

Comments
 (0)