
[1.21.1] Neoforge: Game crashing after using Modern Industrialization Fluid pipes with Oritech tank
NielsPilgaard opened this issue ยท 4 comments
Original issue: EnigmaticaModpacks/Enigmatica10#391
Crash report
https://gist.github.com/ImIrgendwas/ff3b4b995bb40e0de7e5341e712739ce
Versions
- Modern-Industrialization-2.2.34.jar
- oritech-neoforge-0.13.2.jar
- Mekanism-1.21.1-10.7.8.70.jar
- Neoforge-21.1.115
- Minecraft 1.21.1
Looks like an implementation error in the Transfer API port of Forgified Fabric API. Specifically, NeoForge allows empty FluidStack
s but Fabric does not allow blank FluidVariant
s.
One may ask why Forgified Fabric API is even being used, when it is clear that it cannot work due to how different the fluid transfer APIs are between Fabric and NeoForge. ๐ค
Hmm ๐ค Can you tell me where the correct place to report this would be? ๐
This particular issue should be fixed in FFAPI. And as a more general remark Oritech should stop using FFAPI. :P