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/SPINE_FOSSIL.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/SPINE_FOSSIL.json (limited to 'items/SPINE_FOSSIL.json') diff --git a/items/SPINE_FOSSIL.json b/items/SPINE_FOSSIL.json new file mode 100644 index 00000000..eedc8d72 --- /dev/null +++ b/items/SPINE_FOSSIL.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Spine Fossil", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f86c37f9-68b0-3911-a293-7d7a71a4a43b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODY0MzQyOTQxNiwKICAicHJvZmlsZUlkIiA6ICJiZWNlZGU1YmRkODY0YTkwOTc3MTRmODk0ZWUxNmE3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYW1hQ29tcG9zZXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA4YWMxODAwMGQ3YTNkMWI3NmNlODkyNmE0OGMyMmYyNTI4OWZmMDRhYjc5YmY3Y2ZhMTQyZjNmMDcxM2NhYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A well-preserved set of neural\",1:\"§7spines. Whatever possessed these\",2:\"§7was an adept swimmer.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§6Spine Fossil\"},ExtraAttributes:{id:\"SPINE_FOSSIL\"}}", + "damage": 3, + "lore": [ + "§7A well-preserved set of neural", + "§7spines. Whatever possessed these", + "§7was an adept swimmer.", + "", + "§6§lLEGENDARY" + ], + "internalname": "SPINE_FOSSIL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit