Skip to content

Commit 97ef0d6

Browse files
Update src/main/java/ch/njol/skript/events/EvtHarvestBlock.java
Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
1 parent 44d8b74 commit 97ef0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ch/njol/skript/events/EvtHarvestBlock.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public class EvtHarvestBlock extends SkriptEvent {
2424
"[player] [block|crop] harvest[ing] [of %-itemtypes/blockdatas%]")
2525
.description("""
2626
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.
27+
A block being harvested is when a block drops items and the state of the block is changed, but the block is not broken.
28+
An example is harvesting berries from a berry bush.
2929
""")
3030
.examples("""
3131
on player block harvest:

0 commit comments

Comments
 (0)