From 7d489aff38c343105b0fb706402e6ed785a19afc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:08:31 +0200 Subject: Added SOME of the new items (alot missing) (#1150) --- items/FLAWLESS_CITRINE_GEM.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/FLAWLESS_CITRINE_GEM.json (limited to 'items/FLAWLESS_CITRINE_GEM.json') diff --git a/items/FLAWLESS_CITRINE_GEM.json b/items/FLAWLESS_CITRINE_GEM.json new file mode 100644 index 00000000..b07f7e99 --- /dev/null +++ b/items/FLAWLESS_CITRINE_GEM.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5☘ Flawless Citrine Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d0c45c57-d904-382c-a78c-ac8d498a820c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODQ3NzA2NTU2NywKICAicHJvZmlsZUlkIiA6ICJhYWZmMDUwYTExOTk0NzM1YjEyNDVlNDk0MGFlZjY4NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMYXN0SW1tb3J0YWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA2YjRmNjNkM2QzYTM5Yzk4NTY1YWY0ODU4YTUxMzViZTc3NGFkNjcyZWIyMzZiYjY1YWRmYzhjYjM0MjVlOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A near perfect version of §4Citrine§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its owner extra\",4:\"§7§6☘ Foraging Fortune§7; others say it\",5:\"§7might §ehighlight treasures§7.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5☘ Flawless Citrine Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_CITRINE_GEM\"}}", + "damage": 3, + "lore": [ + "§7A near perfect version of §4Citrine§7.", + "", + "§7§7Some say that when §eharnessed", + "§eproperly§7, it can give its owner extra", + "§7§6☘ Foraging Fortune§7; others say it", + "§7might §ehighlight treasures§7.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "FINE_CITRINE_GEM:16", + "A3": "", + "B1": "FINE_CITRINE_GEM:16", + "B2": "FINE_CITRINE_GEM:16", + "B3": "FINE_CITRINE_GEM:16", + "C1": "", + "C2": "FINE_CITRINE_GEM:16", + "C3": "" + }, + "internalname": "FLAWLESS_CITRINE_GEM", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit