diff options
author | Linnea Gräf <nea@nea.moe> | 2025-06-22 22:45:16 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-06-22 22:45:16 +0200 |
commit | 1ab9094bde904b9671acf29c700e3c98d503c8fe (patch) | |
tree | ea0c2dc731a46a65a30748be01720c096ab3f83d /src/main/kotlin/features/debug/PowerUserTools.kt | |
parent | fbc44e21393758ddf92397446d8e19f3f39a7317 (diff) | |
download | Firmament-1ab9094bde904b9671acf29c700e3c98d503c8fe.tar.gz Firmament-1ab9094bde904b9671acf29c700e3c98d503c8fe.tar.bz2 Firmament-1ab9094bde904b9671acf29c700e3c98d503c8fe.zip |
feat: Add npc location 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 03be15e..7c1df3f 100644 --- a/src/main/kotlin/features/debug/PowerUserTools.kt +++ b/src/main/kotlin/features/debug/PowerUserTools.kt @@ -58,6 +58,7 @@ object PowerUserTools : FirmamentFeature { val copyTitle by keyBindingWithDefaultUnbound("copy-title") val exportItemStackToRepo by keyBindingWithDefaultUnbound("export-item-stack") val exportUIRecipes by keyBindingWithDefaultUnbound("export-recipe") + val exportNpcLocation by keyBindingWithDefaultUnbound("export-npc-location") } override val config |