-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rftools modular storage dupes IC2c stacked crafting recipes #84
Comments
@McJty to provide a bit of insight. This shouldn't be to hard to be accounted for. |
@Speiger StackCrafting? What? I don't understand |
@McJty Stackcrafting is the ability to consume more then 1 item in a slot. The idea being instead of creating 5 layers of components you simply craft more of common items you need/have anyways. |
Hmm that's going to be very hard to support. To fix the duping problem I think I'm just going to disallow recipes like that. At least for now |
@McJty i looked into your code. The assemble/getRemainingItems function looks exactly the same on how i implemented it. The thing I noticed. So this looks like that RFStorage has issues with Oredicted items specifically, and not stackcrafting itself. I hope that helps you. (I tested it in my dev space to make sure ic2c isn't the problem here) |
MC version: 1.19.2
Forge: 43.3.5
Ic2c: IC2Classic-1.19.2-2.0.8.jar
Rftools: rftoolsstorage-1.19-4.1.2.jar
Mcjtylib: mcjtylib-1.19-7.2.5.jar
Crafting any recipe that uses ic2c stacked crafting results in tons of materials being duplicated, here is a video of it happening:
rftoolsbug.mp4
The text was updated successfully, but these errors were encountered: