ReikaKalseki / Reika_Mods_Issues

The issue tracker for all of my mods - RotaryCraft, its addons, ChromatiCraft, and everything else.
46 stars 13 forks source link

[DragonAPI] Incompatibility with SkinPort #2436

Open charagarlnad opened 4 years ago

charagarlnad commented 4 years ago

SkinPort backports the 1.8+ skin system, and it seems that it's changes are incompatible with DragonAPI in a way that players will always render on top of any blocks using the alpha layer, but everything else works fine: 2020-04-18_17 26 27

cc: @zlainsama

ReikaKalseki commented 4 years ago

That has nothing to do with SkinPort; that is something that happens natively in DAPI. It has not been serious enough to spent a large amount of effort to fix.

charagarlnad commented 4 years ago

Are you sure? As soon as I remove SkinPort, the issue goes away, even in a large modpack: 2020-04-22_02 37 22

I'm assuming that SkinPort's replacement player renderer is not getting DragonAPI's player render pass patch with a cursory look, but I'm not knowledgeable enough about rendering to be sure.

ReikaKalseki commented 4 years ago

I have seen this issue myself since I added it, but it is possible that it was also an effect of something like FastCraft or Optifine.