Skip to content

Commit

Permalink
Fixed issue #749 - Basic Densifier output doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRLegends committed Mar 28, 2023
1 parent 9a21d41 commit 62ff1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public boolean isItemValidForSlot(int slotID, ItemStack itemstack) {
case 0:
return itemstack != null && ItemElectricBase.isElectricItem(itemstack.getItem());
case 1:
return itemstack.getItem() == ExtraPlanets_Items.IODIDE_SALT;
return true;
case 2:
return FluidUtil.isValidContainer(itemstack);
}
Expand Down

0 comments on commit 62ff1c3

Please sign in to comment.