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. The entity moves once per tick (1/20th of a second) or at 20 TPS (ticks per second). There are usually more frames drawn (FPS) than the game ticks (or should be). To smooth this out Minecraft has a notion of "partial tick". If you look at the vanilla renderers there are plenty of places where it "Lerps" (linear interpolates) between an original and end value based on this partial tick.
  2. Check you have the latest version then contact the mod author. And it looks like you are missing "the one probe" (TOP)
  3. https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/?do=findComment&comment=533997
  4. https://docs.minecraftforge.net/en/latest/legacy/porting/
  5. https://forums.minecraftforge.net/topic/123416-exit-code-1/?do=findComment&comment=536369
  6. https://forums.minecraftforge.net/topic/123416-exit-code-1/?do=findComment&comment=536369
  7. https://github.com/MinecraftForge/MinecraftForge/blob/9a25527a54011378c1a1e6b3b6dd0e90bd52fafb/src/main/java/net/minecraftforge/client/event/ScreenEvent.java#L847
  8. Check you have the latest version then contact the mod author. imm_ptl = immersive portals
  9. Check you have the latest version then contact the mod author.
  10. Check you have the latest versions then contact the mod author.
  11. Check you have the latest version the contact the mod author.
  12. Looks like arsmagicalegacy wants you to install TOP (the one probe) or you have the wrong version? If you can't figure it out, contact the mod author and ask what them what you need.
  13. The wiki has a whole section on "Game Effects": https://forge.gemwire.uk/wiki/Main_Page And here's a list of mods on github where people have managed to figure it out for themselves: https://github.com/search?l=Java&o=desc&q=BrewingRecipeRegistry&s=indexed&type=Code
  14. The error does not say which mod is causing the problem, the logs/debug.log might have more information. Likely candidates are the ones underlined below: Check you have the latest versions then contact the mod authors.
  15. Check you have the latest version then contact the mod author. But I would guess they will tell you try it without optifine.
  16. Check you have the latest version then contact the mod author.
  17. That's the latest.log not the debug.log - and it's not complete It shows the same information as the bottom of your other log you posted. It loads the textures then it just stops with no crash. That's the kind of log you would expect if you closed the window while it was loading. I think you have an issue where you don't know where the files are for your minecraft/forge. I think the simplest solution would be: * Backup your whole .minecraft folder by renaming it (you want to keep all your saves). * Reinstall minecraft and forge That way you will only have one version installed and it should be easier for you to locate things.
  18. Some issue with a connected textures item model. The error message doesn't say which one, but I would guess it is one of the items in your inventory? Check you have the latest version of CTM. Then contact the mod author.
  19. Looks like the wrong log given the date and the previous crash report you posted above was using Forge 45.0.49 And please don't post logs in the forum, use a file sharing site.
  20. If you really did delete the file, it wouldn't give that parse error message because there would be nothing for it to parse. Are you sure you are removing the correct file? You don't post your debug.log so I can't tell you the exact location. Also you don't post the updated error. When this happens its usually because you didn't shutdown your computer properly and the changed files don't get flushed to disk. So the problem can happen with multiple config files. Check the new error message for the file name. It's probably a different config file.
  21. you already are using optifine, but its the wrong version

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.