Enigmatica 9: Expert - E9E

Enigmatica 9: Expert - E9E

135k Downloads

Cannot slice bread with Create Mechanical Saw.

sniggyfigbat opened this issue ยท 2 comments

commented

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

commented

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!

commented

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.