Galacticraft icon indicating copy to clipboard operation
Galacticraft copied to clipboard

[1.7+] API Bug: Custom Oxygen Tanks are not considered in GC Player Rendering of Oxygen Tanks

Open MJRLegends opened this issue 5 years ago • 0 comments

1.8+ : https://github.com/micdoodle8/Galacticraft/blob/MC1.8/src/main/java/micdoodle8/mods/galacticraft/core/client/render/entities/layer/LayerOxygenTanks.java#L68-L73

1.7.10: https://github.com/micdoodle8/Galacticraft/blob/MC1.7/src/main/java/micdoodle8/mods/galacticraft/core/entities/player/GCPlayerHandler.java#L244-L282

Would be amazing if you could fix in everything all the way back to 1.7.10 since this is a api bug so affect other mods...

From my testing i just got nothing rendering but in bug report https://github.com/MJRLegends/ExtraPlanets/issues/549 they have some how got a missing texture to render? could be other addons doing stuff here??

MJRLegends avatar Jul 12 '20 01:07 MJRLegends