From 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:29:45 +0100 Subject: New stuff from garden update (#853) * New stuff from garden update * Fixed some items * Fixed nbt * Added new items * Fixed things idk * Fixed lores * Added reqs * Added sunder and missing dicer * Added reqs, new items and fixed some * +1 soul * Added island --- items/BOX_OF_SEEDS.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/BOX_OF_SEEDS.json (limited to 'items/BOX_OF_SEEDS.json') diff --git a/items/BOX_OF_SEEDS.json b/items/BOX_OF_SEEDS.json new file mode 100644 index 00000000..c0b3928c --- /dev/null +++ b/items/BOX_OF_SEEDS.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Box of Seeds", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"44418bf4-766c-38cd-ba44-67747ec44b5d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmMzZjg1NGJiNjUyNjVhYjNmZjJlMzYyNjY5YTVmODA2YWI4NGRjMjQwYTRiOTlmOWE2MmFiNzI2NzcyOGJhMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Box of Seeds\"},ExtraAttributes:{id:\"BOX_OF_SEEDS\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_SEEDS:32", + "A3": "", + "B1": "ENCHANTED_SEEDS:32", + "B2": "ENCHANTED_SEEDS:32", + "B3": "ENCHANTED_SEEDS:32", + "C1": "", + "C2": "ENCHANTED_SEEDS:32", + "C3": "" + }, + "internalname": "BOX_OF_SEEDS", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Seeds VII", + "infoType": "" +} \ No newline at end of file -- cgit