StorageDrawers icon indicating copy to clipboard operation
StorageDrawers copied to clipboard

RecipeStages Compatibility

Open Diversion98 opened this issue 4 years ago • 1 comments

Hi!

Is it possible to make recipestages compatible with things like a compacting storage drawer? Right now, staged mods/items can't be crafted inside a compacting drawer.

It needs a container or a player. (AE2 and RS uses containers so staged items can be crafted in them).

example: cobblestone -> compressed cobblestone Cobblestone has no stage Compressed cobblestone has stage1 so it cant craft the compressed cobblestone.

This is a request for an enhancement.

Thanks in advance!

Cheers

Diversion98 avatar May 21 '21 10:05 Diversion98

Just to add some more information, RecipeStages requires either a Player, or a Container to add stages to, which Storage Drawers don't provide over here: https://github.com/jaquadro/StorageDrawers/blob/1.16/src/main/java/com/jaquadro/minecraft/storagedrawers/util/CompactingHelper.java#L242

Not providing a player could potentially run into issues with recipes that take experience to craft (extra utilities had one) and I'm sure there are other use cases (basically RecipeStagesisn't the only mod that would have issues)

jaredlll08 avatar May 21 '21 11:05 jaredlll08