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
295 changed files with 3371 additions and 1546 deletions
Showing only changes of commit 13c80a5eb3 - Show all commits

View File

@ -12,10 +12,10 @@ import org.jetbrains.annotations.ApiStatus;
import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.NullMarked;
/** /**
* Called when a player uses sheers on a block. * Called when a player uses shears on a block.
* <p> * <p>
* This event is <b>not</b> called when breaking blocks with shears but instead only when a * This event is <b>not</b> called when a player breaks blocks with shears, but rather when a
* player uses the sheer item on a block to garner drops from said block and/or change its state. * player uses the shears on a block to collect drops from it and/or modify its state.
* <p> * <p>
* Examples include shearing a pumpkin to turn it into a carved pumpkin or shearing a beehive to get honeycomb. * Examples include shearing a pumpkin to turn it into a carved pumpkin or shearing a beehive to get honeycomb.
*/ */