diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 20:36:50 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 20:36:50 -0400 |
commit | 864ca1d6e79a597a5c5dee1b29b175071ae27030 (patch) | |
tree | 91c63d0727dc6c4bdb2a6e171439e1dae19bb711 /items/SERRATED_CLAWS.json | |
parent | f7ada52665fec28d5bda53716dd567460400de65 (diff) | |
download | NotEnoughUpdates-REPO-864ca1d6e79a597a5c5dee1b29b175071ae27030.tar.gz NotEnoughUpdates-REPO-864ca1d6e79a597a5c5dee1b29b175071ae27030.tar.bz2 NotEnoughUpdates-REPO-864ca1d6e79a597a5c5dee1b29b175071ae27030.zip |
some more stuff
Diffstat (limited to 'items/SERRATED_CLAWS.json')
-rw-r--r-- | items/SERRATED_CLAWS.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/items/SERRATED_CLAWS.json b/items/SERRATED_CLAWS.json index e0f64624..dd712b5b 100644 --- a/items/SERRATED_CLAWS.json +++ b/items/SERRATED_CLAWS.json @@ -19,9 +19,18 @@ "", "§9§lRARE PET ITEM" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GOLD_BLOCK:6", + "A3": "", + "B1": "ENCHANTED_GOLD_BLOCK:6", + "B2": "PET_ITEM_SHARPENED_CLAWS_UNCOMMON:1", + "B3": "ENCHANTED_GOLD_BLOCK:6", + "C1": "", + "C2": "ZOG_ANVIL:1", + "C3": "" + }, "internalname": "SERRATED_CLAWS", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file |