Embers' Construct

Embers' Construct

95.5k Downloads

Seems no register for Taiga

Caishangqi opened this issue ยท 6 comments

commented

Hi, I add embers construct, petwer and Taiga, but it only register petwer and tinkers construct material and melting, there are no registration of Taiga material.
image
embers Construct register Petwer material
image
It seems have no registration for Taiga material
image
image

commented

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.

commented

Thanks :3

commented

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.

commented
  1. Alloying already worked because the fluids just get copied over (as long as the tinkers smeltery is enabled of course)
  2. Stamping does now work again
  3. Melting does still not work due to an unidentified problem
commented

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

commented

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