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

Cannot slice bread with Create Mechanical Saw. #459

Closed
sniggyfigbat opened this issue Jul 3, 2023 · 2 comments
Closed

Cannot slice bread with Create Mechanical Saw. #459

sniggyfigbat opened this issue Jul 3, 2023 · 2 comments
Labels

Comments

@sniggyfigbat
Copy link

Modpack Version

1.8.0

Describe your issue.

The Some Assembly Required page suggests I should be able to run bread through a Create sawmill and get a bunch of Bread Slices, but unfortunately this doesn't seem to be an available recipe. Does this need to get added to the Create recipe list?

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

Yes

User Modifications

Fixed various Thermal recipes, see #451.

Did the issue happen in singleplayer or on a server?

Server

Discord Username

No response

@sniggyfigbat sniggyfigbat added the Bug Modpack specific bug. label Jul 3, 2023
@sniggyfigbat
Copy link
Author

sniggyfigbat commented Jul 3, 2023

Pretty sure the fix is to add the following (or something like it) to the recipes json in \kubejs\server_scripts\base\recipes\create\cutting.js:

{
    input: [Item.of('minecraft:bread')],
    outputs: [Item.of('some_assembly_required:bread_slice', 4)],
    processingTime: 30,
    id: `${id_prefix}bread_slice_from_bread`
}

EDIT: Eyyyy! Makin' that bread! Works like a charm!

@MuteTiefling
Copy link
Contributor

Yep, these all got lost by the blanket removal of sawing recipes to unify log/plank recipes.

I've just gone ahead and re-added them all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants