diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-09 16:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 16:50:07 +0100 |
commit | 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c (patch) | |
tree | 4c2eb88eb51676686b296476386f685afafea5de /items/RARE_KUUDRA_CHUNK.json | |
parent | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (diff) | |
download | NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.gz NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.bz2 NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.zip |
XTREE (#870)
* XTREE
* Lava Rod
* Fixed lore of most Furniture items
* Fixed 2 npc things
* Fixed rare flying fish perk
* Fixed Lulonaut
* Added Bingo Card (extreme)
* Fixed Skin lore
* Fixed lore of sb menu
* Fixed Ice essence and glacial scythe
* Fixed Tac Sword Lore
lf approves
* New Kuudra Update stuff
* Fixed lore of nether sack items
* I love hypixel
Diffstat (limited to 'items/RARE_KUUDRA_CHUNK.json')
-rw-r--r-- | items/RARE_KUUDRA_CHUNK.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/RARE_KUUDRA_CHUNK.json b/items/RARE_KUUDRA_CHUNK.json new file mode 100644 index 00000000..8f8d5d55 --- /dev/null +++ b/items/RARE_KUUDRA_CHUNK.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Meaty Kuudra Chunk", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a338e10b-5c70-3092-b840-9bb35e3c9921\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDA5MzY4YTBkYzAzYjU3YTdkNjhlMmIyYzA1YjcyMDQ3YmQ2NWMyNzZjMDE0ZDk5Mzk3NmE3NDdiMjQ0NmM5OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7A chunk of Kuudra\u0027s enchanted\",1:\"§7flesh, capable of upgrade your\",2:\"§7§cKuudra Pet§7 to §9Rare§7\",3:\"§7rarity!\",4:\"\",5:\"§7§eRight click on your Kuudra Pet\",6:\"§eto apply this upgrade!\",7:\"\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§9§lRARE\"],Name:\"§9Meaty Kuudra Chunk\"},ExtraAttributes:{id:\"RARE_KUUDRA_CHUNK\"}}", + "damage": 3, + "lore": [ + "§7A chunk of Kuudra\u0027s enchanted", + "§7flesh, capable of upgrade your", + "§7§cKuudra Pet§7 to §9Rare§7", + "§7rarity!", + "", + "§7§eRight click on your Kuudra Pet", + "§eto apply this upgrade!", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE" + ], + "internalname": "RARE_KUUDRA_CHUNK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |