WIP: fix scissoring

This commit is contained in:
Linnea Gräf
2024-12-09 19:13:03 +01:00
parent 911db95dd0
commit 1aa9a14eec
6 changed files with 20 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ class SBCraftingRecipe(override val neuRecipe: NEUCraftingRecipe) : SBRecipe() {
add(slot)
val item = display.neuRecipe.inputs[i + j * 3]
if (item == NEUIngredient.SENTINEL_EMPTY) continue
slot.entry(SBItemEntryDefinition.getEntry(item)) // TODO: make use of stackable item entries
slot.entry(SBItemEntryDefinition.getEntry(item))
}
}
add(