RaphiMC / ImmediatelyFast

Speed up immediate mode rendering in Minecraft
https://modrinth.com/mod/immediatelyfast
GNU Lesser General Public License v3.0
281 stars 22 forks source link

ImmediatelyFast + Vampirism (1.20.1) #201

Open Lukebb04 opened 4 months ago

Lukebb04 commented 4 months ago

The eyes and fangs dont show up if you become a vampire

RaphiMC commented 4 months ago

Please upload a game log and screenshots with and without ImmediatelyFast

Lukebb04 commented 4 months ago

This is what im using

KakashoLin commented 4 months ago

On our server, the red eyes work, but I have never seen any fangs on player vampires.

Cheaterpaul commented 3 months ago

Minecraft: 1.20.1 Forge: 47.2.20 Vampirism: 1.10.7 ImmediatelyFast: 1.2.15+1.20.4

With Immediately Fast: image

Without: image

With Immediately Fast & Glowing eyes: image

Vampirism uses a RenderLayer to draw the eyes and fangs over the player's face using VampirePlayerHeadLayer.

The only difference between the glowing and not glowing part is the RenderType here. For the glowing eyes we use RenderType#eyes and for the not glowing eyes the RenderType#entityCutoutNoCull.