Closed ajbrink88 closed 1 month ago
This one is interesting since I don't see any specific recipe overrides for the drawer recipe https://github.com/ThePansmith/Monifactory/blob/69385f7c298ded81bca1c0f7546a78a77f3b0763/kubejs/server_scripts/mods/functionalstorage.js#L12
Interesting!
If you put a chest in the middle crafting slot, it also gives you a drawer. So there might be 2 recipes for it. One with wood around it and one without. The one with wood can be used to get drawers with different wood types. So, is this behaviour then correct? Since it made 1 drawer by using the recipe with 1 chest and 8x wood planks and 63x the recipe of just a chest in the middle slot.
Fixed in #826
Issue Summary
When crafting drawers from functional storage the amount of wood you are using doesn't matter only the amount of chests in the middle, example:
64 chests surrounded by 8 wooden planks, the output should be 1 drawer.
64 drawers are crafted when shift clicking to craft
Reproduction steps
Relevant log output
No response