ClickingButtons.java
Code:
case 15147:
							if (c.smeltInterface) {
								c.smeltType = 2349;
								c.smeltAmount = 1;
								c.getSmithing().startSmelting(c.smeltType);
							}
						break;

						case 15151:
							if (c.smeltInterface) {
								c.smeltType = 2351;
								c.smeltAmount = 1;
								c.getSmithing().startSmelting(c.smeltType);
							}
						break;


						case 15159:
							if (c.smeltInterface) {
								c.smeltType = 2353;
								c.smeltAmount = 1;
								c.getSmithing().startSmelting(c.smeltType);
							}
						break;


						case 29017:
							if (c.smeltInterface) {
								c.smeltType = 2359;
								c.smeltAmount = 1;
								c.getSmithing().startSmelting(c.smeltType);
							}
						break;

						case 29022:
							if (c.smeltInterface) {
								c.smeltType = 2361;
								c.smeltAmount = 1;
								c.getSmithing().startSmelting(c.smeltType);
							}
						break;

						case 29026:
							if (c.smeltInterface) {
								c.smeltType = 2363;
								c.smeltAmount = 1;
								c.getSmithing().startSmelting(c.smeltType);
							}
			break;
im looking for a smelt that smelts all of the ores continuously? not just one on the first click of interface. just click on the bar on interface and it smelts all of them in ur invi. thanks.