We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d8b74 commit 97ef0d6Copy full SHA for 97ef0d6
src/main/java/ch/njol/skript/events/EvtHarvestBlock.java
@@ -24,8 +24,8 @@ public class EvtHarvestBlock extends SkriptEvent {
24
"[player] [block|crop] harvest[ing] [of %-itemtypes/blockdatas%]")
25
.description("""
26
Called when a player harvests a block.
27
- A block being harvested is when a block drops items and the state of the block is changed and not broken.
28
- Such as harvesting berries from a berry bush.
+ A block being harvested is when a block drops items and the state of the block is changed, but the block is not broken.
+ An example is harvesting berries from a berry bush.
29
""")
30
.examples("""
31
on player block harvest:
0 commit comments