diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/MAGIC_TOP_HAT.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
Added new items from the winter update and fixed some items (#1051)
* Added new items from the winter update and fixed some items
* Added new sack items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added another missing item
* Added Toy and Hoodie
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/MAGIC_TOP_HAT.json')
-rw-r--r-- | items/MAGIC_TOP_HAT.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/MAGIC_TOP_HAT.json b/items/MAGIC_TOP_HAT.json new file mode 100644 index 00000000..c825419f --- /dev/null +++ b/items/MAGIC_TOP_HAT.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Magic Top Hat", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce74af94-474a-3d75-9eeb-f978520ba808\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzE1YzVjOWYyNzliMTE2NGVjZDVlNjdlMTQ0Nzg4MDIxODRiYjAzMDMxZDFhOWZmMzVlNDZiODYzYTljMDZiYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at §bKat §7to upgrade\",1:\"§7§eSnowman Pets §7to §dMythic\",2:\"§d§7rarity.\",3:\"\",4:\"§7§8§oA hat so charming, even\",5:\"§8§orabbits wish to call it home.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Magic Top Hat\"},ExtraAttributes:{id:\"MAGIC_TOP_HAT\"}}", + "damage": 3, + "lore": [ + "§7Use at §bKat §7to upgrade", + "§7§eSnowman Pets §7to §dMythic", + "§d§7rarity.", + "", + "§7§8§oA hat so charming, even", + "§8§orabbits wish to call it home.", + "", + "§6§lLEGENDARY" + ], + "internalname": "MAGIC_TOP_HAT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |