diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 /items/RANDOM_CENTURY_CAKE_PACK.json | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
Diffstat (limited to 'items/RANDOM_CENTURY_CAKE_PACK.json')
-rw-r--r-- | items/RANDOM_CENTURY_CAKE_PACK.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/RANDOM_CENTURY_CAKE_PACK.json b/items/RANDOM_CENTURY_CAKE_PACK.json new file mode 100644 index 00000000..40bccdb4 --- /dev/null +++ b/items/RANDOM_CENTURY_CAKE_PACK.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Random Century Cake Bundle", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0b5d9dc7-67ec-373a-89dd-2f3225f1518b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjYwZDViYTJlZTY5MTMyNmFiMDJmZTBjNGY3OGQ4YzI2OWZhN2FlMjM4NWMwNDcwMzEzMTJjMjMwNzM2OWJjZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume to unwrap a randomized\",1:\"§7assortment of §d5 §7century\",2:\"§7cakes.\",3:\"\",4:\"§eRight-click to consume!\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Random Century Cake Bundle\"},ExtraAttributes:{raffle_year:300,raffle_win:\"year_300_small_15\",id:\"RANDOM_CENTURY_CAKE_PACK\"}}", + "damage": 3, + "lore": [ + "§7Consume to unwrap a randomized", + "§7assortment of §d5 §7century", + "§7cakes.", + "", + "§eRight-click to consume!", + "", + "§6§lLEGENDARY" + ], + "internalname": "RANDOM_CENTURY_CAKE_PACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |