From ce4bdd7b5f6df3fe449e9fc784b2969f8b4c6900 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 18 Oct 2020 12:42:56 -0400 Subject: Added Builder Decorations --- items/BUILDER_ONION.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/BUILDER_ONION.json (limited to 'items/BUILDER_ONION.json') diff --git a/items/BUILDER_ONION.json b/items/BUILDER_ONION.json new file mode 100644 index 00000000..c3b714fd --- /dev/null +++ b/items/BUILDER_ONION.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fOnion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"45ce7775-6a5d-3602-900b-a00b60b51ca9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjEzNGFiMTQ1YmQxNzY3NmFjMTBhNmY1YjY1NTRkZDQxMjU2Y2UzYjgyMzlmODdjMDU5MWIxMDVhYTllMDg2In19fQ\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fOnion\"},ExtraAttributes:{id:\"BUILDER_ONION\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_ONION", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +} \ No newline at end of file -- cgit