From 751a4a538697656826f5875c0ea56a754172b986 Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> Date: Fri, 18 Dec 2020 15:41:25 -0500 Subject: Add rancher boots recipe (#333) * Add rancher boots recipe * trailing comma go brrrrrrrr * Whoops --- items/RANCHERS_BOOTS.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'items/RANCHERS_BOOTS.json') 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", -- cgit