diff options
author | Linnea Gräf <nea@nea.moe> | 2025-06-22 20:25:46 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-06-22 20:25:46 +0200 |
commit | 89047619c62343b5f1fa26ef825595bcba02ad0a (patch) | |
tree | d1f8d7801ccc75ab39ba2620c278dd2bee095feb /src/main/kotlin/features/debug/PowerUserTools.kt | |
parent | 05ca14b623bd02260f22198151a6868f8ef48b9e (diff) | |
download | Firmament-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.kt | 1 |
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 |