From b09d5d229d6134a9346b0a702bff4ccccf66e5d0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:05 +0200 Subject: Reforge Stones and Rainbow Names + removing Item + update things (#503) * Reforge Stones and Rainbow Names * Removing dupe json with the wrong name * Fixing other Stuff * Another Rainbow name * Another Fix * Rainbow name * Rainbow Name * Another Fix * First Part * Fuck * Part 2 * Part 3 * Part 4 * copy paste ftw --- items/RAW_SOULFLOW.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/RAW_SOULFLOW.json (limited to 'items/RAW_SOULFLOW.json') diff --git a/items/RAW_SOULFLOW.json b/items/RAW_SOULFLOW.json new file mode 100644 index 00000000..28cf4cf2 --- /dev/null +++ b/items/RAW_SOULFLOW.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRaw Soulflow", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0411d14d-f9fb-3395-b96f-b9fb16c47d16\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODEzZmYwZmJjODE3MWEzMDYyYjZiZDVjYWNmN2FhMmVmZGZlOGRlMzk5NDYyYjJlMDMwYzlkYzljNjAifX19\"}]}},display:{Lore:[0:\"§7Hold and right-click to consume,\",1:\"§7gaining §3+1⸎ Soulflow§7!\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aRaw Soulflow\"},ExtraAttributes:{id:\"RAW_SOULFLOW\"}}", + "damage": 3, + "lore": [ + "§7Hold and right-click to consume,", + "§7gaining §3+1⸎ Soulflow§7!", + "", + "§a§lUNCOMMON" + ], + "internalname": "RAW_SOULFLOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit