Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added recipe for frostie_wheel #30174

Merged
merged 1 commit into from
May 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/mods/blazemod/blaze_blob_recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reversible?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's true for all parts that are craftable directly from a gelatinous/oozing/gray mass, so I added it to the gelacier wheel. I confess I don't know what I does, I was just trying to keep the style consistent. Should it get a second look?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's okay if similar other recipes are reversible.

"autolearn": true,
"components": [ [ [ "frostie", 1 ] ], [ [ "water", 200 ] ] ]
},
{
"result": "fuzzlegrow",
"type": "recipe",
Expand Down