Skip 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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. Maybe you have the one of the problems reported here? https://github.com/search?q=failed+to+create+model+minecraft%3Apig&type=issues Otherwise, the error does not say which mod is causing the problem. You will have to experiment with removing mods until you find the mod that is not registering its entities properly. Backup your world(s) before removing mods.
  2. Broken config file, if you don't have a backup, delete it and it will be recreated with default values.
  3. Can't help you unless you post the installer log with the full error. But to be honest as soon as I see the message "failed to download version manifest" that usually means you have some network issue that I'm not inclined to help with. One of the most common causes of that error is you previously used a hacked version of minecraft. This forum is for helping with forge, not fixing random (self inflicted?) issues with people's broken pcs.
  4. I told you on your other thread That crash report lists them now that rubidium is not totally crashing the game without reporting its error. Find the part that begins "A detailed walkthrough..." and you can see it has the usual broken client side only mods: oculus, legendary tool tips, not enough animations, etc.
  5. Unless what you are actually doing is just creating a ghost entity on the client?
  6. Don't know then. Looks like a job for your debugger.
  7. I'm no expert on that, but I would guess it is something in your custom resource pack that is either broken or not compatible with your graphics card/monitor settings?
  8. Issue with immersive portals, contact the mod author.
  9. The vanilla block models don't set the render_type in their models (that's a forge thing). They register them programmatically. Which means the render type used comes from the block not the model. Since you haven't set a render type for your block, it will use the default, which is solid. So do one of; * Programmatically register your block's render type as translucent: https://github.com/search?q=ItemBlockRenderTypes&type=code * Copy the vanilla model and make your own with a render_type specified
  10. Please don't post logs in the forum, use a file sharing site. The error you describe in your title is not in that log, so I will guess it is probably the wrong log? Also, you have a ridiculously old version of optifine. Download the latest preview release (the one that says it is actually compatible with forge 40.2.1).
  11. Issue with immersive portals, check you have the latest version then contact the mod author.
  12. Ask the dawncraft modpack authors on their discord.
  13. The "nogui" option is for minecraft. 🙂 If you want to install the server without using a gui, use --installServer /path/to/where/you/want/to/install/it Use --help for the full options You will also want to likely use java 17 to run the server, since mixin (used by a lot of mods) does not support java 20
  14. This is not the optifine support forum. But it is very unlikely you can use 2 totally different "optimisation"/overhaul mods at the same time, i.e. optifine and oculus likely don't play nicely together.
  15. There's no error in that log, post the launcher_log.txt But you are doing this wrong. If you think you can just put a large number of random mods in the mods folder and it will work, it won't. Those kind of modpacks take teams of experienced modpack developers weeks or months to get right and yet they still get lots of bug reports: https://github.com/AllTheMods/ATM-8/issues (1000+ issues to date) Build your modpack one mod at a time or in small groups and test it. That way you will know which mod is causing problems. If you don't want to do that, use a modpack built by somebody else that is prepared to do it.
  16. One of your mods is trying to load client classes on the server. The error message does not say which one. I can see you have rubidium (a broken client side only mod) installed. You probably have others you don't want/need on the server?
  17. Install the missing mod and for others contact the mod authors.
  18. Broken config file. If you don't have a backup, delete the file and it should be recreated with default values.
  19. public void tick() { -- snip -- this.setClimbing(this.horizontalCollision); super.tick(); } The entity tick() happens on both the client and server. But "horizontalCollision" will probably only be calculated on the server - or more accurately for isControlledByLocalInstance() https://forums.minecraftforge.net/topic/119553-1192-solved-cannot-get-passengers-of-an-entity-when-there-are-multiple-instances-of-the-entity-in-the-world/#comment-524427
  20. I just installed the latest 1.19.4 server using java 17 with no problems. It's impossible to say what your problem is without seeing the installer log.
  21. AFAIK, the installer works with any version of java back to java 8 Minecraft since 1.17 1.18 requires java 17 and mixin (used by many mods) does not work with java 19 or 20

Important Information

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

Account

Navigation

Search

Search

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.