Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion common/src/main/resources/assets/snitchmod/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"key.snitchmod.toggleOverlay": "Toggle Snitch overlay",
"key.snitchmod.togglePlacement": "Toggle Snitch placement helper",
"key.snitchmod.togglePreviewSnitchFieldKey": "Show a Snitch field preview",
"key.snitchmod.jalistAuto": "Run auto jalist",
"key.snitchmod.toggleSnitchGoneStatusKey": "Toggle the gone status of a looked at Snitch",
"category.snitchmod": "Snitch Mod"
"key.category.snitchmod.category": "Snitch Mod"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void onInitializeClient() {
e.printStackTrace();
}
});
WorldRenderEvents.BEFORE_TRANSLUCENT.register(((context) -> {
WorldRenderEvents.END_MAIN.register(((context) -> {
try {
handleRenderBlockOverlay(context.matrices());
} catch (Exception e) {
Expand Down
Loading