BuildCraft version: 7.99.21
Forge version: 14.23.5.2808
Link to crash report or log: https://paste.dimdev.org/fofovexiyi.mccrash
Singleplayer or multiplayer: Singleplayer
Steps to reproduce: Launch fresh forge install with optifine and buildcraft
Additional information: Using Optifine HD_U_E3
Extra info:
You can replicate this if you do a fresh install of forge and your config.
I did find a workaround and that was too launch the game without mods and setting mipmap levels below 4.
My first guess would be to change
|
current.generateMipmaps(level); |
So that it is (level - 1)
BuildCraft version: 7.99.21
Forge version: 14.23.5.2808
Link to crash report or log: https://paste.dimdev.org/fofovexiyi.mccrash
Singleplayer or multiplayer: Singleplayer
Steps to reproduce: Launch fresh forge install with optifine and buildcraft
Additional information: Using Optifine HD_U_E3
Extra info:
You can replicate this if you do a fresh install of forge and your config.
I did find a workaround and that was too launch the game without mods and setting mipmap levels below 4.
My first guess would be to change
BuildCraft/common/buildcraft/lib/client/sprite/AtlasSpriteSwappable.java
Line 130 in 82a488c
So that it is (level - 1)