Added a few template electrolyzer recipes
This commit is contained in:
parent
6353b9dc06
commit
10837c46ff
2 changed files with 34 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue