Many javadoc fixes thanks to Celtic Minstrel
This commit is contained in:
@@ -60,7 +60,7 @@ public class FurnaceRecipe implements Recipe {
|
||||
* @return The input material.
|
||||
*/
|
||||
public MaterialData getInput() {
|
||||
return (MaterialData) ingredient;
|
||||
return ingredient;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user