diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2020-12-18 15:41:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 15:41:25 -0500 |
commit | 751a4a538697656826f5875c0ea56a754172b986 (patch) | |
tree | ee20c9a1aa6007103c57a01425ba71eb0e5f4f16 | |
parent | 96092251670b6a75aa3f3003e9b0465af3641acc (diff) | |
download | NotEnoughUpdates-REPO-751a4a538697656826f5875c0ea56a754172b986.tar.gz NotEnoughUpdates-REPO-751a4a538697656826f5875c0ea56a754172b986.tar.bz2 NotEnoughUpdates-REPO-751a4a538697656826f5875c0ea56a754172b986.zip |
Add rancher boots recipe (#333)
* Add rancher boots recipe
* trailing comma go brrrrrrrr
* Whoops
-rw-r--r-- | items/RANCHERS_BOOTS.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/items/RANCHERS_BOOTS.json b/items/RANCHERS_BOOTS.json index 36fe5941..aa40bb2c 100644 --- a/items/RANCHERS_BOOTS.json +++ b/items/RANCHERS_BOOTS.json @@ -29,6 +29,17 @@ "§7§8This item can be reforged!", "§5§lEPIC BOOTS" ], + "recipe": { + "A1": "POLISHED_PUMPKIN:2", + "A2": "POLISHED_PUMPKIN:2", + "A3": "POLISHED_PUMPKIN:2", + "B1": "POLISHED_PUMPKIN:2", + "B2": "FARMER_BOOTS:1", + "B3": "POLISHED_PUMPKIN:2", + "C1": "POLISHED_PUMPKIN:2", + "C2": "POLISHED_PUMPKIN:2", + "C3": "POLISHED_PUMPKIN:2" + }, "internalname": "RANCHERS_BOOTS", "crafttext": "Requires: Pumpkin XI", "clickcommand": "viewrecipe", |