diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-12 19:18:52 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-12 19:18:52 +0000 |
| commit | a4052ffee8bc7c6c8a69eba5120b5c6c2d951b0f (patch) | |
| tree | 970921e587c0972ed4bf8a82a18bbad8dee10458 /data/testData.json | |
| parent | addf95bc7e1e694cd9ba7797c8b0847bfecaf54c (diff) | |
Add items
Diffstat (limited to 'data/testData.json')
| -rw-r--r-- | data/testData.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/testData.json b/data/testData.json index c01d6c3..268a780 100644 --- a/data/testData.json +++ b/data/testData.json @@ -380,5 +380,14 @@ }, "permission-required": true } + }, + "items": { + "coolsword": { + "type": "defined", + "configuration": { + "type": "DIAMOND_SWORD", + "name": "Super cool sword" + } + } } }
\ No newline at end of file |
