Narlecks Posted March 30, 2020 Posted March 30, 2020 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. Quote
Animefan8888 Posted March 30, 2020 Posted March 30, 2020 On 3/30/2020 at 4:01 PM, 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. Expand The first float is the entityYaw and the second one is the partial ticks. Quote 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.
Narlecks Posted March 30, 2020 Author Posted March 30, 2020 On 3/30/2020 at 4:04 PM, Animefan8888 said: The first float is the entityYaw and the second one is the partial ticks. Expand Ty! Quote
Recommended Posts
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.