fix: transposed crafting recipe export

This commit is contained in:
Linnea Gräf
2025-06-22 21:43:06 +02:00
parent c74930d6cb
commit fbc44e2139

View File

@@ -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