
Seems no register for Taiga
Caishangqi opened this issue ยท 6 comments
If Taiga is initialized after Embers Construct, the materials get added after Embers Construct add the recipes. Although that may not be the causd, it's pretty likely and I will check it tomorrow (it's currently 11:25pm in Germany). Stuff like that should be fixed by initializing it after Taiga. That is the general rule of thumb.
The problem wasn't the one I mentioned before. The actual problem was that the name taiga registered the fluids under had a "_fluid" suffix and therefore didn't match the material identifiers. I will fix it and get in touch again when I'm finished.
- Alloying already worked because the fluids just get copied over (as long as the tinkers smeltery is enabled of course)
- Stamping does now work again
- Melting does still not work due to an unidentified problem
Okay, it's pretty weird but somehow the line that actually registers the final recipe was missing. I'm now wondering how other melting recipes still work without it but I have everything fixed now.
- Fixed Melting Recipes not registering
- When dealing with fluids, "fluid" pre- and suffixes are now also checked to provide better support
Fixed with f8af191
Okay, it's pretty weird but somehow the line that actually registers the final recipe was missing. I'm now wondering how other melting recipes still work without it but I have everything fixed now.
- Fixed Melting Recipes not registering
- When dealing with fluids, "fluid" pre- and suffixes are now also checked to provide better support
Fixed with f8af191
thanks a lot, really help me :3