diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-15 09:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 09:29:45 +0100 |
commit | 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 (patch) | |
tree | 3787dbd8e19e900d9f1d0ad360b221347b62a3ee /items/BOX_OF_SEEDS.json | |
parent | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (diff) | |
download | NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.gz NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.bz2 NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.zip |
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
Diffstat (limited to 'items/BOX_OF_SEEDS.json')
-rw-r--r-- | items/BOX_OF_SEEDS.json | 25 |
1 files changed, 25 insertions, 0 deletions
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 |