13
0
geforkt von Mirrors/Paper
Paper/paper-server/nms-patches/IRecipe.patch

8 Zeilen
172 B
Diff

@@ -11,4 +11,6 @@
ItemStack b();
ItemStack[] b(InventoryCrafting inventorycrafting);
+
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
}