Advertisement
Guest User

Untitled

a guest
Aug 13th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Caused by: java.lang.RuntimeException: Slot 9 not in valid range - [0,9)
  2. at net.minecraftforge.items.ItemStackHandler.validateSlotIndex(ItemStackHandler.java:197) ~[ItemStackHandler.class:?]
  3. at net.minecraftforge.items.ItemStackHandler.getStackInSlot(ItemStackHandler.java:71) ~[ItemStackHandler.class:?]
  4. at net.blay09.mods.craftingcraft.container.ItemHandlerCrafting.getStackInSlot(ItemHandlerCrafting.java:28) ~[ItemHandlerCrafting.class:?]
  5. at net.minecraft.inventory.InventoryCrafting.getStackInRowAndColumn(InventoryCrafting.java:52) ~[InventoryCrafting.class:?]
  6. at mods.waterstrainer.crafting.RecipeBaitPot.getCraftingResult(RecipeBaitPot.java:24) ~[RecipeBaitPot.class:?]
  7. at mods.waterstrainer.crafting.RecipeBaitPot.matches(RecipeBaitPot.java:13) ~[RecipeBaitPot.class:?]
  8. at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:331) ~[CraftingManager.class:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement