Skip to content

Commit

Permalink
Fire text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Statuxia committed Dec 29, 2023
1 parent 4de7394 commit 0af8b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public enum GriefAction {

FIRE_CHARGE(getFireCharge(), Component.text(" sets ")),
FIRE_CHARGE(getFireCharge(), Component.text(" sets the fire on ")),
GET_ITEM(getGetItem(), Component.text(" took ")),
PUT_ITEM(getPutItem(), Component.text(" put ")),
BREAK_BLOCK(getBreakBlock(), Component.text(" broke ")),
Expand Down

0 comments on commit 0af8b66

Please sign in to comment.