diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-29 21:55:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 15:55:05 -0400 |
commit | 9a7121c380f91006ab8d4e14e29d0cf0ca7226ba (patch) | |
tree | 3ea4f748b70c5cece98de109954908fec4b06a41 /items/BRAIDED_GRIFFIN_FEATHER.json | |
parent | 173ed871b253674af7dec169935fcfbc6114e6f8 (diff) | |
download | NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.tar.gz NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.tar.bz2 NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.zip |
Added and fixed some Stuff (#530)
* Stuff
* Another Fix
Diffstat (limited to 'items/BRAIDED_GRIFFIN_FEATHER.json')
-rw-r--r-- | items/BRAIDED_GRIFFIN_FEATHER.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/BRAIDED_GRIFFIN_FEATHER.json b/items/BRAIDED_GRIFFIN_FEATHER.json index b796698d..a59f08cb 100644 --- a/items/BRAIDED_GRIFFIN_FEATHER.json +++ b/items/BRAIDED_GRIFFIN_FEATHER.json @@ -1,11 +1,22 @@ { "itemid": "minecraft:string", - "displayname": "§f§f§5Braided Grffin Feather", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§f§f§5Braided Grffin Feather\"},ExtraAttributes:{id:\"BRAIDED_GRIFFIN_FEATHER\"},AttributeModifiers:[]}", + "displayname": "§f§f§5Braided Griffin Feather", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§f§f§5Braided Griffin Feather\"},ExtraAttributes:{id:\"BRAIDED_GRIFFIN_FEATHER\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§5§lEPIC" ], + "recipe": { + "A1": "GRIFFIN_FEATHER:32", + "A2": "SOUL_STRING:64", + "A3": "GRIFFIN_FEATHER:32", + "B1": "SOUL_STRING:64", + "B2": "GRIFFIN_FEATHER:32", + "B3": "SOUL_STRING:64", + "C1": "GRIFFIN_FEATHER:32", + "C2": "SOUL_STRING:64", + "C3": "GRIFFIN_FEATHER:32" + }, "internalname": "BRAIDED_GRIFFIN_FEATHER", "crafttext": "", "clickcommand": "viewrecipe", |