diff options
author | Walker Selby <git@walkerselby.com> | 2023-09-26 03:46:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 12:46:48 +0200 |
commit | 6fe8bf28d7aac2511ce5f7bb5e2b08a48807406f (patch) | |
tree | a5f1872af14ff052662d4a546e633f798c5466f9 /items | |
parent | f579c4e31573019f56240019cfaee6e1f74560bc (diff) | |
download | NotEnoughUpdates-REPO-6fe8bf28d7aac2511ce5f7bb5e2b08a48807406f.tar.gz NotEnoughUpdates-REPO-6fe8bf28d7aac2511ce5f7bb5e2b08a48807406f.tar.bz2 NotEnoughUpdates-REPO-6fe8bf28d7aac2511ce5f7bb5e2b08a48807406f.zip |
Remove Duplicate Recipe for Self-Recursive Pickaxe (#992)
Diffstat (limited to 'items')
-rw-r--r-- | items/SELF_RECURSIVE_PICKAXE.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/items/SELF_RECURSIVE_PICKAXE.json b/items/SELF_RECURSIVE_PICKAXE.json index cda8a8ba..db2ebfdf 100644 --- a/items/SELF_RECURSIVE_PICKAXE.json +++ b/items/SELF_RECURSIVE_PICKAXE.json @@ -15,17 +15,6 @@ "", "§9§lRARE SWORD" ], - "recipe": { - "A1": "NULLIFIED_METAL:2", - "A2": "NULLIFIED_METAL:2", - "A3": "NULLIFIED_METAL:2", - "B1": "", - "B2": "WILTED_BERBERIS:24", - "B3": "", - "C1": "", - "C2": "TACTICIAN_MURDER_WEAPON:1", - "C3": "" - }, "internalname": "SELF_RECURSIVE_PICKAXE", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", |