diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-24 17:56:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 15:56:09 +0000 |
commit | f3dd8444ddb89d01e4ff3a44c99774f06049501e (patch) | |
tree | 0bcc65d9ea30a7f591ddae557e21b55c9c5fb72b /items/SUPREME_CHOCOLATE_BAR.json | |
parent | 8f2145bae826b4cc8ab2a5ff10eccc0f3c6fae58 (diff) | |
download | NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.tar.gz NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.tar.bz2 NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.zip |
0.20.1.0 changes (#1174)
* 0.20.1.0 changes
* Fixed hollow and fervor armor
Diffstat (limited to 'items/SUPREME_CHOCOLATE_BAR.json')
-rw-r--r-- | items/SUPREME_CHOCOLATE_BAR.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/SUPREME_CHOCOLATE_BAR.json b/items/SUPREME_CHOCOLATE_BAR.json new file mode 100644 index 00000000..6522ea4e --- /dev/null +++ b/items/SUPREME_CHOCOLATE_BAR.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aSupreme Chocolate Bar", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d4e4853-594f-3604-a9c6-3e2c5a353e76\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTk3OTUyOTAwNywKICAicHJvZmlsZUlkIiA6ICJlZjVjZjkzYWFhMTY0ZTMyODQ4NDYxYjIzNGQ1YWJhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfXzciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjU0YjdmM2YyYTZmMGQxYzJjMDU0Njc4MTI4ZWMyMzIyNjE5YWVmZmYwZjQ1MGMzOTBkNmE0MWI1OTUwMzAyZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Bring §63,000 §7of these to §5Carrolyn §7in\",1:\"§7§5Scarleton §7to permanently gain §c+5❤\",2:\"§cHealth §7and §6+12☘ Cocoa Beans\",3:\"§6Fortune§7.\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aSupreme Chocolate Bar\"},ExtraAttributes:{id:\"SUPREME_CHOCOLATE_BAR\"}}", + "damage": 3, + "lore": [ + "§7Bring §63,000 §7of these to §5Carrolyn §7in", + "§7§5Scarleton §7to permanently gain §c+5❤", + "§cHealth §7and §6+12☘ Cocoa Beans", + "§6Fortune§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "SUPREME_CHOCOLATE_BAR", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |