Skip to content

Commit

Permalink
[publish] 6.0.12 Update XSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Jan 8, 2024
1 parent 8318677 commit 8bf6303
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 166 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2022 Crypto Morin
* Copyright (c) 2023 Crypto Morin
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -41,7 +41,7 @@

/**
* <b>NoteBlockMusic</b> - Write music scripts for Minecraft.<br>
* You can write small text scripts for Minecraft <a href="https://minecraft.gamepedia.com/Note_Block">note blocks</a>
* You can write small text scripts for Minecraft <a href="https://minecraft.wiki/w/Note_Block">note blocks</a>
* without needing to use any redstone or building to make your music.
* This class is independent of XSound.
*
Expand Down Expand Up @@ -128,7 +128,7 @@ public static XSound getSoundFromInstrument(@NotNull Instrument instrument) {
* The character paseed to this method is assumed to be uppercase,
* otherwise it needs to be {@code ch & 0x5f} manually.
* <p>
* https://minecraft.gamepedia.com/Note_Block#Notes
* https://minecraft.wiki/w/Note_Block#Notes
*
* @param ch the character of the note tone.
* @return the note tone or null if not found.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2022 Crypto Morin
* Copyright (c) 2023 Crypto Morin
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 8bf6303

Please sign in to comment.