Skip to content

Commit

Permalink
Fix InstrumentPlayedEvent docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Jun 11, 2023
1 parent 63ad241 commit a138681
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import net.minecraftforge.registries.ForgeRegistries;

/**
* An event that fires when an instrument produces a sound.
* This event is fired on the server-side Forge event bus
* An event fired when an instrument sound has been produced.
* This event is fired on the Forge event bus
*/
@Cancelable
public class InstrumentPlayedEvent extends Event {
Expand Down

0 comments on commit a138681

Please sign in to comment.