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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. https://forge.gemwire.uk/wiki/BlockEntityWithoutLevelRenderer
  2. See the javadoc for forge's ISkyRenderHandler The vanilla code can be found in LevelRenderer.renderSky() It's meant for your own custom dimensions. Doing this for the overworld is likely to lead to conflicts with other mods trying to do the same thing.
  3. This is crash within java itself. You need to contact Microsoft: Or you can try using a different java, e.g. adoptium is currently 17.0.5: https://adoptium.net/ to see if that fixes your problem. You will need to change your launcher/installation configuration to tell it which java to use.
  4. Click it. If it doesn't run: https://johann.loefflmann.net/en/software/jarfix/index.html
  5. You know the 1.19 create code is not on the main branch? https://github.com/Creators-of-Create/Create/tree/mc1.19/dev
  6. This is very old. The optifine download page says it is compatible with forge 40.0.24 If you click on the "Preview versions" for 1.18.2 you can find a version that the optifine developers tested with forge 40.1.73 The bug report I linked for you on your other thread explicitly says the latest optifine release "OptiFine HD U H9_pre1" is not compatible with forge 40.1.80 and after. https://forums.minecraftforge.net/topic/118048-game-crashes-when-joining-world/#comment-519407 I don't know why you started a new thread for the same issue? Anyway, these are not the optifine support forums. Issues with optifine should be asked wherever optifine provides support.
  7. Your actual error is you have a 1.16.5 mod called ebodyguards You should check if there is a version for 1.19.2 The mod with the name "modone" is: It's could be the error you saw for that mod is caused by the other error?
  8. Refer to the optifine download page for compatible versions of forge and optifine (including preview versions). There is currently no version of optifine compatible with forge 40.1.84 https://github.com/sp614x/optifine/issues/7136
  9. Update your java or install a recent version like: https://adoptium.net/ That version of java is very old and contains expired trust certificates.
  10. Known optifine issue: https://github.com/sp614x/optifine/issues/7127
  11. That is a file url it is only accessible on your machine. You need copy the file to a file sharing site. like https://gist.github.com But ideally we want the debug.log not the latest.log see my footer.
  12. Post a link to your logs/debug.log It should have a stacktrace for that error which will include the name of the jar.
  13. Try a browser other than chrome. Or try this: https://forums.minecraftforge.net/topic/117694-adfocus-is-acting-up/#comment-518222 Or you can also try clearing your cache/cookies to see if that fixes it.
  14. You have a conflict between canary and radium Check you have the latest versions of these mods then contact the mod author(s).
  15. Your jsons should be in data/debrismod/loot_tables/blocks/ Happy now. 🙂
  16. Pretty sure if you are tesselating blocks using the model renderer then you need to provide a different model that uses those textures. You don't specify the textures directly. The whole point of models is that it has prebaked a lot of the information about the texture to make the rendering faster. But you don't have to use a model. You can draw what you like in a BlockEntityRenderer
  17. I don't know then. You have some network issue where it can't connect to those sites. But what the problem is unclear. You need somebody who knows how to debug network problems to find out what is causing it. Maybe your ISP can help?
  18. I went back and looked at your log and noticed this: So you also have the same problem connecting to forge's website when it checks to see if there is an updated version. It could be an issue with your firewall or antivirus software stopping these connections?
  19. There is nothing strange in your hosts file. And you say it works with vanilla which should be doing the same thing. Forge does not modify this code. What launcher are you using? It is the launcher that handles the authentication and then passes a token for forge to use. Try logging out and logging back in.
  20. If you fixed this, you need to post the logs/debug.log We can't help if we can't see the error.
  21. It says it can't connect to the minecraft site due to a timeout. Looks like a network issue to me. Post your c:\windows\system32\drivers\etc\hosts, replace "c:\windows" with wherever you have windows installed.
  22. You have an old of version of optifine. There is currently no compatible version of optifine with forge 40.1.84 There is a preview version of optifine reportedly compatible with forge 40.1.73 - 40.1.79. https://github.com/sp614x/optifine/issues/7136 Refer to the optifine download page for their compatible/supported versions.
  23. Post a link to your logs/debug.log from when you have the problem.
  24. The forge version that added this feature is: https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.2-40.1.84/forge-1.18.2-40.1.84-changelog.txt So supplementaries needs at least that version.
  25. Your question is unanswerable. We have no psychic powers. Since you don't seem to know what information you need to provide, the best way to get help is to put your code on github where we can see everything in context. Not just incomplete random snippets (or nothing at all in the case of your latest change). I would bet if you put random garbage in your loot table json, it does not produce an error in the log file? Which would mean it is not getting loaded at all. But this is a guess, and we wouldn't have to play a guessing game if you provided all the information.

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.