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/FROZEN_BAIT.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/FROZEN_BAIT.json')
-rw-r--r-- | items/FROZEN_BAIT.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/FROZEN_BAIT.json b/items/FROZEN_BAIT.json new file mode 100644 index 00000000..dd18fffd --- /dev/null +++ b/items/FROZEN_BAIT.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Frozen Bait", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ccd28435-4b77-3627-81fa-b8db12f3f9cb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE4YzI5OTBhYjU1NzE2NTRlNTEzODE3NjkyODhjMGVlOGUzMTZmODhiYWVlYjk1OTY2ZWUyOTZkNmI5MjgwYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Bait\",1:\"§8Consumes on Cast\",2:\"\",3:\"§7Increases your chance to catch\",4:\"§7Winter Sea Creatures during the\",5:\"§7§cSeason of Jerry §7by §a35%§7.\",6:\"\",7:\"§9§lRARE BAIT\"],Name:\"§9Frozen Bait\"},ExtraAttributes:{id:\"FROZEN_BAIT\"}}", + "damage": 3, + "lore": [ + "§8Fishing Bait", + "§8Consumes on Cast", + "", + "§7Increases your chance to catch", + "§7Winter Sea Creatures during the", + "§7§cSeason of Jerry §7by §a35%§7.", + "", + "§9§lRARE BAIT" + ], + "internalname": "FROZEN_BAIT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |