tth05
tth05
I mean, there's already the "oredict" option
> Crafting oredict items is currently not supported in the crafting engine. So if you have for example "oak log" in the pattern, then the engine will extract everything that...
Well, this conversation is a bit all over the place, but anyways. Here's a starting point of how it would work: The missing logic would be right here: https://github.com/tth05/morerefinedstorage/blob/mc1.12/src/main/java/com/raoulvdberge/refinedstorage/apiimpl/autocrafting/engine/task/Task.java#L511-L550 This...
> I'm not that familiar with how Minecraft internals work, but unless there is some type of caching, this sounds like it has potential for lag whenever an autocraft is...
No it should be fine. It's just that if you need wood and your recipe uses Oak Wood, the engine won't try to craft Acacia Wood. It will only be...
I don't have time nor motivation to work on this currently.
Yes, currently there are a few places where the system will force load chunks. I remember some commits in the upstream repository about this, which could probably be backported to...