@@ -154,7 +154,7 @@
|
||||
|
||||
@@ -462,14 +546,14 @@
|
||||
|
||||
world.getCraftingManager().a((MinecraftKey) entry.getKey()).ifPresent((irecipe) -> {
|
||||
world.getCraftingManager().getRecipe((MinecraftKey) entry.getKey()).ifPresent((irecipe) -> {
|
||||
list.add(irecipe);
|
||||
- a(world, vec3d, entry.getIntValue(), ((RecipeCooking) irecipe).getExperience());
|
||||
+ a(world, vec3d, entry.getIntValue(), ((RecipeCooking) irecipe).getExperience(), entityhuman, itemstack, amount); // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user