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/FRUIT_BOWL.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/FRUIT_BOWL.json')
-rw-r--r-- | items/FRUIT_BOWL.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/FRUIT_BOWL.json b/items/FRUIT_BOWL.json new file mode 100644 index 00000000..1ac93174 --- /dev/null +++ b/items/FRUIT_BOWL.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Fruit Bowl", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fda93d5d-ed04-3098-b898-182f8ee4d99b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWExOGFmNjY1Zjg2NTJmMWJlM2FkY2I3ZDc2ZTZlZTY0MzlkMjBhZTAxOGU5ZWRjY2UzODk0YmY1MTM1MGVhZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Click on a player while holding\",1:\"§7this item to add the name of\",2:\"§7their profile to this item.\",3:\"\",4:\"§7Find one of each default profile\",5:\"§7name to reset this item and\",6:\"§7permanently gain §3+1☯ Farming\",7:\"§3Wisdom §7and §6250,000 Coins§7.\",8:\"\",9:\"§7Names missing:\",10:\"§7§bApple§7, §bBanana§7, §bBlueberry§7,\",11:\"§7§bCucumber§7, §bCoconut§7, §bGrapes§7,\",12:\"§7§bKiwi§7, §bLemon§7, §bLime§7,\",13:\"§7§bMango§7, §bOrange§7, §bPapaya§7,\",14:\"§7§bPineapple§7, §bPeach§7, §bPear§7,\",15:\"§7§bPomegranate§7, §bRaspberry§7,\",16:\"§7§bStrawberry§7, §bTomato§7,\",17:\"§7§bWatermelon§7, §bZucchini.\",18:\"\",19:\"§8May only gain the bonus once!\",20:\"\",21:\"§9§lRARE\"],Name:\"§9Fruit Bowl\"},ExtraAttributes:{id:\"FRUIT_BOWL\"}}", + "damage": 3, + "lore": [ + "§7Click on a player while holding", + "§7this item to add the name of", + "§7their profile to this item.", + "", + "§7Find one of each default profile", + "§7name to reset this item and", + "§7permanently gain §3+1☯ Farming", + "§3Wisdom §7and §6250,000 Coins§7.", + "", + "§7Names missing:", + "§7§bApple§7, §bBanana§7, §bBlueberry§7,", + "§7§bCucumber§7, §bCoconut§7, §bGrapes§7,", + "§7§bKiwi§7, §bLemon§7, §bLime§7,", + "§7§bMango§7, §bOrange§7, §bPapaya§7,", + "§7§bPineapple§7, §bPeach§7, §bPear§7,", + "§7§bPomegranate§7, §bRaspberry§7,", + "§7§bStrawberry§7, §bTomato§7,", + "§7§bWatermelon§7, §bZucchini.", + "", + "§8May only gain the bonus once!", + "", + "§9§lRARE" + ], + "internalname": "FRUIT_BOWL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |