From 2cf4ff06ff8293e5fe4958a12738d851a2fcd74a Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 5 Jul 2025 20:08:17 +0200 Subject: feat(power): highlight non overlay items --- src/main/kotlin/features/debug/PowerUserTools.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/features/debug/PowerUserTools.kt') diff --git a/src/main/kotlin/features/debug/PowerUserTools.kt b/src/main/kotlin/features/debug/PowerUserTools.kt index 7c1df3f..1a7b2cf 100644 --- a/src/main/kotlin/features/debug/PowerUserTools.kt +++ b/src/main/kotlin/features/debug/PowerUserTools.kt @@ -59,6 +59,7 @@ object PowerUserTools : FirmamentFeature { val exportItemStackToRepo by keyBindingWithDefaultUnbound("export-item-stack") val exportUIRecipes by keyBindingWithDefaultUnbound("export-recipe") val exportNpcLocation by keyBindingWithDefaultUnbound("export-npc-location") + val highlightNonOverlayItems by toggle("highlight-non-overlay") { false } } override val config -- cgit