3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 20:40:07 +01:00
Paper/nms-patches/IRecipe.patch
2014-11-28 16:54:14 -06:00

8 Zeilen
172 B
Diff

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