Blood-Asp / GT5-Unofficial

Decompiled and modified version of GT5.07.07
160 stars 97 forks source link

GT5U creative inventory crashes game when flasks should be rendered #1564

Open Ubus99 opened 4 years ago

Ubus99 commented 4 years ago

The Mod crashes whenever GT_FlaskRenderer.java:82 is called. crash-2020-05-26_09.55.57-client.txt

Ubus99 commented 4 years ago

Bug only happens with IC2 Classic

Ubus99 commented 4 years ago

IC2 classic has no ic2.core.util.DrawUtil class...

draknyte1 commented 4 years ago

I'll take a look at it, see how much of that code can be rewritten into GT itself. Alternatively You could ask Speiger to implement an equivalent into IC2C.

Ubus99 commented 4 years ago

Makes sense, I just assumed since IC2Classic was the default in the build.gradle that it was supported

MauveCloud commented 4 years ago

@draknyte1 It looks to me like GT5u already has a class that could be used instead: https://github.com/Blood-Asp/GT5-Unofficial/blob/unstable/src/main/java/gregtech/common/render/GT_RenderUtil.java