Hi, I've created a new projectile that is basically a retextured fire ball that I want it to be shot whenever I use an item that I created.
I've already registered the entity but I do not know it what folder do I add the textures of it or how to render it.
I would really like some guidance on that because I haven't found any tutorials for that anywhere for 1.19.
MC Version?
Mounting entity has offsets:
public void updateRiderPosition()
{
if (this.riddenByEntity != null)
{
this.riddenByEntity.setPosition(this.posX, this.posY + this.getMountedYOffset() + this.riddenByEntity.getYOffset(), this.posZ);
}
}
public double getYOffset()
{
return 0.0D;
}
public double getMountedYOffset()
{
return (double)this.height * 0.75D;
}
Your entity mounting player has probably bad height and/or offsets.
So I'm making a server for my friends and I to play but I switched some of the mods up from the original modpack I used (minecolonies) no I'm getting an error "Failed to connect to there server. Internal exception: com.google.gson.JsonParseException: Error loading registry data: unknown element: ResourceKey{minecraft:worldgen/configured_feature/biomesoplenty:eyeblub}" I'm assuming this means I'm missing a file or the server cant find the registry but for the life of me idk where it is or where i would even put it if my guess is correct.
The version you are using is no longer supported on this forum.
Please update to a modern version of Minecraft to receive support.
Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).