From ade8c57c5ffd98e19ac1aede58193ef3e2e79253 Mon Sep 17 00:00:00 2001 From: MrHrulgin <6834262+MrHrulgin@users.noreply.github.com> Date: Wed, 1 May 2019 22:51:18 -0700 Subject: [PATCH] Added recipe for frostie_wheel The description already exists, there are items in the vehicle installation list that require it, but there's no recipe. I added the recipe, matching water demands to the highest tier of wheel and skill requirements to other gelacier-based items. --- data/mods/blazemod/blaze_blob_recipes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/mods/blazemod/blaze_blob_recipes.json b/data/mods/blazemod/blaze_blob_recipes.json index 6fb08165efce8..35915b7cd5cf9 100644 --- a/data/mods/blazemod/blaze_blob_recipes.json +++ b/data/mods/blazemod/blaze_blob_recipes.json @@ -202,6 +202,18 @@ [ [ "mutagen", 3 ], [ "iv_mutagen", 1 ] ] ] }, + { + "result": "frostie_wheel", + "type": "recipe", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "cooking", + "difficulty": 8, + "time": 15000, + "reversible": true, + "autolearn": true, + "components": [ [ [ "frostie", 1 ] ], [ [ "water", 200 ] ] ] + }, { "result": "fuzzlegrow", "type": "recipe",