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/WINTER_FRAGMENT.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/WINTER_FRAGMENT.json')
-rw-r--r-- | items/WINTER_FRAGMENT.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/WINTER_FRAGMENT.json b/items/WINTER_FRAGMENT.json new file mode 100644 index 00000000..85a72200 --- /dev/null +++ b/items/WINTER_FRAGMENT.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Winter Fragment", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c248325-901b-32ee-af93-bda19a6723fd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY3NGMyZTRjMGIyMjJlNDJlOGNkZGYzYmE4ZjZiNTQ2YzUxMDNhZGEyYzljMTU0NjFhYmMzZmEzZjQyNTA5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7A magical shard capturing the\",1:\"§7warmth and joy of winter\",2:\"§7festivities.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Winter Fragment\"},ExtraAttributes:{id:\"WINTER_FRAGMENT\"}}", + "damage": 3, + "lore": [ + "§7A magical shard capturing the", + "§7warmth and joy of winter", + "§7festivities.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC" + ], + "internalname": "WINTER_FRAGMENT", + "clickcommand": "", + "modver": "2.1.1-PRE" +}
\ No newline at end of file |