Posted March 30, 20205 yr Hi, i'm trying to update my mod to 1.15.2, but i have a problem replacing the renderer, I don't know one of the parameters of doRender() doRender(AbstractClientPlayerEntity, float, float, MatrixStack, IRenderTypeBuffer, int) i know the integer is getLight and one of the floats is getPartialRenderTick but i don't know which one is the other float.
March 30, 20205 yr 1 minute ago, Narlecks said: i know the integer is getLight and one of the floats is getPartialRenderTick but i don't know which one is the other float. The first float is the entityYaw and the second one is the partial ticks. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
March 30, 20205 yr Author 3 minutes ago, Animefan8888 said: The first float is the entityYaw and the second one is the partial ticks. Ty!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.