ForgePatch/src/main/java/net/minecraftforge/oredict
planetguy32 fd59ab261f Fix infinite loop in RecipeSorter
If recipe is multiple levels of inheritance from Object and not categorized, cls=cls.getSuperclass(); needs to be repeated more than once. It must therefore be moved to inside the while loop.
2014-04-12 20:04:02 -07:00
..
OreDictionary.java * Fixed Items.glowstone to Items.glowstone_dust 2014-02-28 02:54:50 -05:00
RecipeSorter.java Fix infinite loop in RecipeSorter 2014-04-12 20:04:02 -07:00
ShapedOreRecipe.java Fix warnings in Forge codebase. 2014-01-17 21:55:48 -08:00
ShapelessOreRecipe.java Fix warnings in Forge codebase. 2014-01-17 21:55:48 -08:00