Update patches to latest 1.21.4 #1
@ -1725,6 +1725,7 @@ public final class CraftServer implements Server {
|
||||
|
||||
if (recipe.isPresent()) {
|
||||
RecipeHolder<CraftingRecipe> recipeCrafting = recipe.get();
|
||||
inventoryCrafting.setCurrentRecipe(recipeCrafting);
|
||||
if (craftResult.setRecipeUsed(craftPlayer.getHandle(), recipeCrafting)) {
|
||||
itemstack = recipeCrafting.value().assemble(inventoryCrafting.asCraftInput(), craftWorld.getHandle().registryAccess());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user