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. Your log says they are not the same. Are you sure you are connecting to the right server?
  2. It's not something I know a lot about. This link tries to explain the change in 1.18: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md Here's the vanilla overworld config (for the latest 1.20 snapshot at time of writing): https://github.com/misode/mcmeta/blob/9d422bf8fe4824657260721682e5527ef608ce67/data/minecraft/worldgen/noise_settings/overworld.json#LL386C2-L386C2 From what I understand, they are only available when the chunk generator uses the NoiseGenerationSettings and only to carvers. So you shouldn't really rely on them being available. e.g. if somebody changes their overworld to "flat" you won't have any data. The way mojang do this kind of thing is to have different structures based on the biome. e.g. see the different villages. https://github.com/misode/mcmeta/tree/data/data/minecraft/structures/village If you still want to try to figue out how to get hold of the data, I would start with NoisedBasedChunkGenerator.topMaterial() but notice that method is deprecated in 1.18.2 and doesn't exist in 1.19.4 (the CarvingContext and SurfaceSystem methods still exist but are also deprecated).
  3. This is a support forum. We don't teach you how to write mods. You need to write your mod for yourself then come back with questions when it doesn't work as expected (after you have tried to figure it for yourself). Post a project on github that reproduces your problem when asking questions.
  4. Override shouldRender() for your renderer to check that flag. The vanilla arrow renderers don't check it.
  5. Use java 17 https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/?do=findComment&comment=533997
  6. Broken config file. If yout don't have a backup, delete the file and it will be recreated with default values.
  7. One of your mods is trying to load a client side class. The error does not say which one. The logs/debug.log might have more information?
  8. Same issue with terrablender Usually if a configuration is broken, you can just delete it and it will recreate the file with default values.
  9. Looks like some issue with not enough crashes configuration file? Contact the mod author for help.
  10. There is no real error in that log. Post the launcher_log.txt There is a lot of this But that doesn't look to be the cause the crash?
  11. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/#comment-537530
  12. https://forums.minecraftforge.net/topic/119273-cant-download-forge-it-says-error/?do=findComment&comment=523804
  13. Try a mod like https://www.curseforge.com/minecraft/mc-mods/spark Read their documentation/wiki for how to use it. If you want help here, you need to post your logs/debug.log
  14. That log doesn't show you starting forge. If you are posting the launcher_log.txt you need to do it directly after the crash. Restarting the launcher will clear the log. You should normally post the logs/debug.log
  15. https://forums.minecraftforge.net/topic/117960-1192-trying-to-give-player-creative-flight-in-survival-mode/?do=findComment&comment=519089
  16. minecraft:pig usually means a mod is not registering one of its entities properly. The logs/debug.log might have more information?
  17. @DavidTMYou need to start your own thread and post the logs. Error code 1 is a very general error, it just means the launcher doesn't know the cause.
  18. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530
  19. If you know the problem is with quark, you should contact the mod author. The issue appears to be this recent change: https://github.com/VazkiiMods/Quark/commit/1983ff42603cd822a763a37dd75c9d0105095f2c the author probably meant to use the google Lists class instead of the similar apache Lists class? The latter doesn't exist on the server.
  20. https://forums.minecraftforge.net/topic/119273-cant-download-forge-it-says-error/?do=findComment&comment=523804
  21. This is a launcher issue, not forge. https://bugs.mojang.com/browse/MCL-20622 i.e. your disk is full or some other issue with that file (maybe permissions?) means it cannot open/replace it See the linked https://bugs.mojang.com/browse/MCL-11722 for possible solutions But 1.16.5 is no longer supported in this forum. https://forums.minecraftforge.net/topic/91712-supported-version-directory/ So you will need to find a general minecraft help forum if you want further help with this launcher issue.
  22. Maybe? https://forums.minecraftforge.net/topic/123829-a-solution-to-failed-to-log-in-the-authentication-servers-are-currently-not-reachable-please-try-again/#comment-537860
  23. One of your mod files is broken. The error does not say which one. Probably it didn't download properly.

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.