Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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.
  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.
  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.
  4. 0 points
    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.
  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).

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.