fix: transposed crafting recipe export
This commit is contained in:
@@ -25,8 +25,8 @@ import moe.nea.firmament.util.useMatch
|
|||||||
object ExportRecipe {
|
object ExportRecipe {
|
||||||
|
|
||||||
|
|
||||||
val xNames = "ABC"
|
val xNames = "123"
|
||||||
val yNames = "123"
|
val yNames = "ABC"
|
||||||
|
|
||||||
val slotIndices = (0..<9).map {
|
val slotIndices = (0..<9).map {
|
||||||
val x = it % 3
|
val x = it % 3
|
||||||
|
|||||||
Reference in New Issue
Block a user