13
0
geforkt von Mirrors/Paper
Paper/src
toastedtruth 803268867e Fix written books crashing the server. Fixes BUKKIT-4945
CraftBukkit modifies the IRecipe interface, adding new methods, so all
classes that implement IRecipe need to be imported and modified to add the
new methods.

Extending ShapelessRecipes implements the added methods and allows
RecipeBookClone to work with the Recipes API in a way that is consistent
with similar recipes, even if the recipe information present in the API
isn't technically correct.
2013-12-02 21:03:56 -07:00
..
main Fix written books crashing the server. Fixes BUKKIT-4945 2013-12-02 21:03:56 -07:00
test/java/org/bukkit Update CraftBukkit to Minecraft 1.7.2 2013-11-30 19:26:12 -06:00