Added a few template electrolyzer recipes

This commit is contained in:
joflashstudios 2015-06-27 03:28:16 -04:00
parent 6353b9dc06
commit 10837c46ff
2 changed files with 34 additions and 2 deletions

View file

@ -30,7 +30,7 @@ public class ItemDusts extends ItemTR {
if (name.equalsIgnoreCase("gunpowder")) {
return new ItemStack(Items.gunpowder, count);
}
throw new InvalidParameterException("The gem " + name + " could not be found.");
throw new InvalidParameterException("The dust " + name + " could not be found.");
}
public static ItemStack getDustByName(String name)