aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/debug/PowerUserTools.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-06-22 20:25:46 +0200
committerLinnea Gräf <nea@nea.moe>2025-06-22 20:25:46 +0200
commit89047619c62343b5f1fa26ef825595bcba02ad0a (patch)
treed1f8d7801ccc75ab39ba2620c278dd2bee095feb /src/main/kotlin/features/debug/PowerUserTools.kt
parent05ca14b623bd02260f22198151a6868f8ef48b9e (diff)
downloadFirmament-89047619c62343b5f1fa26ef825595bcba02ad0a.tar.gz
Firmament-89047619c62343b5f1fa26ef825595bcba02ad0a.tar.bz2
Firmament-89047619c62343b5f1fa26ef825595bcba02ad0a.zip
feat: Add crafting recipe exporter
Diffstat (limited to 'src/main/kotlin/features/debug/PowerUserTools.kt')
-rw-r--r--src/main/kotlin/features/debug/PowerUserTools.kt1
1 files changed, 1 insertions, 0 deletions
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