CD4017BE / InductiveAutomation

Minecraft tech mod
MIT License
5 stars 2 forks source link

The problem with fluid #2

Open deevee1982 opened 8 years ago

deevee1982 commented 8 years ago

Why I have this problem with mod:

https://scr.hu/mVno0m

CD4017BE commented 8 years ago

Which version of the mod are you using? What other mods do you have installed? Are you using resource packs (if so, try without)? The mod often used steam or other fluids registered by other mods if they initialize first. So it could be a problem with their fluid texture or the way these textures are registered. So its probably enougth if you only list the mods that potentially contain steam.

deevee1982 commented 8 years ago

Newest version (I updated it manually to fix problem).

I use this mod pack: http://minecraft.curseforge.com/projects/extreme-1-8-9-mega-pack/relations/dependencies

Without resourcepack

CD4017BE commented 8 years ago

Ok there are a LOT of mods in that pack... Because Forge is loading mods in alphabetical order try adding an 'A' in front of the mod's filename by renaming the file and check if the rendering bug is still there.

If you like you could then keep changing the first letter (going up through the alphabet) until the bug happens again to find out which mod's steam caused the rendering problem.

In the meantime I will check if I can find anything suspicious in my rendering code.