From 89047619c62343b5f1fa26ef825595bcba02ad0a Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 22 Jun 2025 20:25:46 +0200 Subject: feat: Add crafting recipe exporter --- 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 b29411b..03be15e 100644 --- a/src/main/kotlin/features/debug/PowerUserTools.kt +++ b/src/main/kotlin/features/debug/PowerUserTools.kt @@ -57,6 +57,7 @@ object PowerUserTools : FirmamentFeature { val copyItemStack by keyBindingWithDefaultUnbound("copy-item-stack") val copyTitle by keyBindingWithDefaultUnbound("copy-title") val exportItemStackToRepo by keyBindingWithDefaultUnbound("export-item-stack") + val exportUIRecipes by keyBindingWithDefaultUnbound("export-recipe") } override val config -- cgit