try {
y = Integer.parseInt(arguments[1]);
} catch(NumberFormatException e) {
throw new IllegalArgumentException("The second parameter (the y coordinate) contains an invalid number. Check for invalid characters!");
}
locatedTextures.add(new LocatedTexture(TextureSupplier.getTexture(Paths.MOD_ID + "textures/pressureChamberRecipe.png"), x, y, 1 / GuiWiki.TEXT_SCALE));
//Look up the recipe
if(arguments[2].equals("disenchanting")) {
handleDisenchanting(x, y, locatedStacks);