From f3dd8444ddb89d01e4ff3a44c99774f06049501e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:56:09 +0200 Subject: 0.20.1.0 changes (#1174) * 0.20.1.0 changes * Fixed hollow and fervor armor --- items/REFINED_DARK_CACAO_TRUFFLE.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/REFINED_DARK_CACAO_TRUFFLE.json (limited to 'items/REFINED_DARK_CACAO_TRUFFLE.json') diff --git a/items/REFINED_DARK_CACAO_TRUFFLE.json b/items/REFINED_DARK_CACAO_TRUFFLE.json new file mode 100644 index 00000000..8e9e893e --- /dev/null +++ b/items/REFINED_DARK_CACAO_TRUFFLE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Refined Dark Cacao Truffle", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"167cf08f-2fc5-34ed-8a58-04712142fe03\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTQ2MjU4ODQwNSwKICAicHJvZmlsZUlkIiA6ICJmZjQ3NzI5YmQwZDI0YWYwOThiMTFjMGE3ZTFiMGVlZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtYXRzY2FuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRmOTkxMjE1ZTI1OGQ2NWY3N2VlZGViNjkzNTZmNTUyMWJiMjRjYjlkZDQ3NzY1ZTM4ZjUyYTg5MmQ3OTg5YWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Consume to gain §6+30§6☘ Global\",1:\"§6Fortune §7for §a60m§7!\",2:\"\",3:\"§6Aged Like Fine Dark Chocolate\",4:\"§7Consuming this grants permanent\",5:\"§7§6+1§6☘ Global Fortune§7.\",6:\"\",7:\"§7You may consume §a5 §7of these before\",8:\"§7they lose their magical energy.\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§6Refined Dark Cacao Truffle\"},ExtraAttributes:{id:\"REFINED_DARK_CACAO_TRUFFLE\"}}", + "damage": 3, + "lore": [ + "§7Consume to gain §6+30§6☘ Global", + "§6Fortune §7for §a60m§7!", + "", + "§6Aged Like Fine Dark Chocolate", + "§7Consuming this grants permanent", + "§7§6+1§6☘ Global Fortune§7.", + "", + "§7You may consume §a5 §7of these before", + "§7they lose their magical energy.", + "", + "§6§lLEGENDARY" + ], + "internalname": "REFINED_DARK_CACAO_TRUFFLE", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit