Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/31/22 in all areas

  1. 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.
    1 point
  2. A lot of mods use mixin which doesn't support java 19. You need to install and use java 17 if you have any of those.
    1 point
  3. 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.
    1 point
  4. 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.
    0 points
  5. 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).
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.