aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt b/src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt
index 75ab943..9306c84 100644
--- a/src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt
+++ b/src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt
@@ -25,8 +25,8 @@ import moe.nea.firmament.util.useMatch
object ExportRecipe {
- val xNames = "ABC"
- val yNames = "123"
+ val xNames = "123"
+ val yNames = "ABC"
val slotIndices = (0..<9).map {
val x = it % 3