diff options
author | nea <nea@nea.moe> | 2023-06-25 02:04:19 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-25 02:04:19 +0200 |
commit | 51480a259e8129715a0123248fa0e8e29412f932 (patch) | |
tree | 4c237c57f7b38c61b43560ed2c19504c32170778 /items/BEDWARS_WOOL.json | |
parent | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (diff) | |
download | NotEnoughUpdates-REPO-51480a259e8129715a0123248fa0e8e29412f932.tar.gz NotEnoughUpdates-REPO-51480a259e8129715a0123248fa0e8e29412f932.tar.bz2 NotEnoughUpdates-REPO-51480a259e8129715a0123248fa0e8e29412f932.zip |
More NPCs
Diffstat (limited to 'items/BEDWARS_WOOL.json')
-rw-r--r-- | items/BEDWARS_WOOL.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/BEDWARS_WOOL.json b/items/BEDWARS_WOOL.json new file mode 100644 index 00000000..d8e0a623 --- /dev/null +++ b/items/BEDWARS_WOOL.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fTree-like Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Good for bridging.\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fTree-like Wool\"},ExtraAttributes:{id:\"BEDWARS_WOOL\"}}", + "damage": 12, + "lore": [ + "§7Good for bridging.", + "", + "§f§lCOMMON" + ], + "internalname": "BEDWARS_WOOL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |