Ender Tank recipe cannot be auto crafted with Refined storage
demethan opened this issue ยท 4 comments
Modpack Version
1.1.2
Describe your issue.
RS won't find the "surprising substantial satchel" in your inventor to craft the ender tank. I have to go look for it and manually set the crafting grid. I assume it is because each satchel is bound to a different "Entity"!
I haven't tested in a single player game.
Crash Report
None
Latest Log
No response
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Server
just craft the satchel at the same time you craft the tank. you can fully automate this with rs
Just like you need an intermediary system for many magic crafts, so to do you need one here, even for the three by three craft. Refined storage simply isn't capable of dealing with this, and that was known when the recipes were created.
You'll have to build your own smart external system.
Thankfully, RS natively supports large crafts now, so you can easily encode at many items into the recipe and hand them all handled externally, only returning the final result that RS can detect to the system.
I don't see a reason to change this. Your meant to have to think a little for automating these cleanly.
duplicate of #4714 , will have to use your noodle for this one! it is fully possible to automate these.. check our wiki for some helpful tips!
https://wiki.enigmatica.net/enigmatica6/gameplay/how-to.../occultism-automating-rituals
edit: noticed u meant hand crafting with + from jei... yes this is the same as with any item that has custom nbt, you often have to grab the item from storage and insert yourself manually.