Started by Ferryboo on Thu, 06/22/2023 - 13:53 Topic category: Help with Minecraft modding (Java Edition) For some reason it can't compile Jump to top i'd like to add that I've already checked the knowledge base and how to solve the issue, but even though I've done everything in the guide it still doesn't work Jump to top Permalink Log in or register to post comments This is bug of the geckolib plugin. When using plugins, first make sure things work well without them. Then report issue to the plugin authors Jump to top Permalink Log in or register to post comments I solved that problem this way Lock that element and open element code editer click "(element name) Randerer.java" and find import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.blaze3d.vertex.PoseStack;and just add import com.mojang.math.Axis;on import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.blaze3d.vertex.PoseStack; if you done save code and Regenerateit's doneI hope you solve that problem. Good luck Jump to top Permalink Log in or register to post comments
i'd like to add that I've already checked the knowledge base and how to solve the issue, but even though I've done everything in the guide it still doesn't work Jump to top Permalink Log in or register to post comments
This is bug of the geckolib plugin. When using plugins, first make sure things work well without them. Then report issue to the plugin authors Jump to top Permalink Log in or register to post comments
I solved that problem this way Lock that element and open element code editer click "(element name) Randerer.java" and find import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.blaze3d.vertex.PoseStack;and just add import com.mojang.math.Axis;on import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.blaze3d.vertex.PoseStack; if you done save code and Regenerateit's doneI hope you solve that problem. Good luck Jump to top Permalink Log in or register to post comments
i'd like to add that I've already checked the knowledge base and how to solve the issue, but even though I've done everything in the guide it still doesn't work
This is bug of the geckolib plugin.
When using plugins, first make sure things work well without them. Then report issue to the plugin authors
I solved that problem this way
Lock that element and open element code editer
click "(element name) Randerer.java"
and find
import com.mojang.blaze3d.vertex.VertexConsumer;
import com.mojang.blaze3d.vertex.PoseStack;
and just add
on
import com.mojang.blaze3d.vertex.VertexConsumer;
import com.mojang.blaze3d.vertex.PoseStack;
if you done save code and Regenerate
it's done
I hope you solve that problem. Good luck