Aurocosh / divine-favor

Other
4 stars 4 forks source link

Update InventoryCraftingExtensions.kt #29

Closed ewanm89 closed 4 years ago

ewanm89 commented 4 years ago

Off by 1 error causing conflict with crafting stations mod when one tries to check slot with index of 9 when the last slot index is 8:

java.lang.RuntimeException: Slot 9 not in valid range - [0,9)
    at net.minecraftforge.items.ItemStackHandler.validateSlotIndex(ItemStackHandler.java:214)
    at net.minecraftforge.items.ItemStackHandler.getStackInSlot(ItemStackHandler.java:73)
    at com.tfar.craftingstation.CraftingInventoryPersistant.getStackInSlot(CraftingInventoryPersistant.java:30)
    at aurocosh.divinefavor.common.lib.extensions.InventoryCraftingExtensionsKt$asSequence$1.invoke(InventoryCraftingExtensions.kt:7)
Aurocosh commented 4 years ago

Thanks for the fix.