Thank you thats very helpful but I havent been able to find any documenation abt Tekkit and its changes to Bukkit like adding these materials on runtime...
I have however ran the following while tekkit is running:
Material temp = Material.getMaterial(140);
for (Material current : temp.getClass().getEnumConstants()) {
getLogger().info("Material: " + current);
}
I have now got a full list of Materials that tekkit 3.1.2 uses.
However I dont think I can set Nether Iron in McJobs for example (135:3) as X135 would be nether coal and for example Material.getMaterial("X135:3")returns null...
If you could point me to some Tekkit documentation about or the search keywords you have used to find this information I should be able to do some more tests and research... (I have tried searching for javadocs, documentation, api's, etc (my Google broken for the first time ever? ))