mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-21 22:57:01 +01:00
fix typo
This commit is contained in:
parent
82b7d968c0
commit
a546e18e18
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public final class TestPlugin extends JavaPlugin implements Listener {
|
||||||
|
|
||||||
static final String MODERN = """
|
static final String MODERN = """
|
||||||
item:
|
item:
|
||||||
/e ==: org.bukkit.inventory.ItemStack
|
==: org.bukkit.inventory.ItemStack
|
||||||
v: 3837
|
v: 3837
|
||||||
type: SHULKER_BOX
|
type: SHULKER_BOX
|
||||||
meta:
|
meta:
|
||||||
|
|
Loading…
Reference in a new issue