June 16, 201312 yr List<ItemStack> itemstacks = FuelAtomicSeparatorRecipes.smelting().getSmeltingResult(this.furnaceItemStacks[0]); for(ItemStack i:itemstacks){ if (i == null) return false; if (this.furnaceItemStacks[2] == null) return true; if (!this.furnaceItemStacks[2].isItemEqual(i)) return false; int result = furnaceItemStacks[2].stackSize + i.stackSize; return (result <= getInventoryStackLimit() && result <= i.getMaxStackSize()); } BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech.
June 17, 201312 yr Author Thank you for that! But I am not sure how to fix the errors in the smeltItem method, and the canSmelt() in the can smelt method. But thank you for helping me with the other stuff! thank you.
June 17, 201312 yr Thank you for that! But I am not sure how to fix the errors in the smeltItem method, and the canSmelt() in the can smelt method. But thank you for helping me with the other stuff! thank you. That was for the smeltItem method! BEWARE OF GOD --- Co-author of Pentachoron Labs' SBFP Tech.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.