Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
Showing only changes of commit 0767902699 - Show all commits

View File

@@ -577,7 +577,7 @@ public class CraftBlock implements Block {
}
}
return result == InteractionResult.CONSUME && (event == null || !event.isCancelled()); // Paper - CONSUME is returned on success server-side (see BoneMealItem.applyBoneMeal and InteractionResult.sidedSuccess(boolean))
return result == InteractionResult.SUCCESS && (event == null || !event.isCancelled());
}
@Override