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.

All Activity

This stream auto-updates

  1. Today
  2. retro1234 joined the community
  3. Hey, sorry about this. There was an oversight with my fix so I've made a pull request to have it resolved. When LexManos or Paint_Ninja are available, it'll be merged. For now, please continue to use 60.0.5. Thanks for letting me know of the issue again. 🙏
  4. OK, got a similar warning as above with .5 but FallingTree is working fine. I'm not sure if it's a FallingTree or Forge issue.
  5. Thanks. May still be issues. [19:51:42] [main/WARN] [ne.mi.co.ForgeHooks/WP]: The following mods have version differences that were not resolved: forge (version 59.0.1 -> 1.21.10-60.0.7) Things may not work well. Also had trouble running FallingTree mod but currently verifying that's not a me thing. Yep, not a me thing. [19:54:52] [main/ERROR] [ne.mi.fm.lo.ModSorter/LOADING]: Missing or unsupported mandatory dependencies: Mod ID: 'forge', Requested by: 'fallingtree', Expected range: '[60,)', A ctual version: '1.21.10-60.0.7' Going to see how .5 does.
  6. Yesterday
  7. I've fixed this in Forge 60.0.7. Please update. Thank you!
  8. evan.117 joined the community
  9. Was upgrading from 1.21.9. Failed with an error. Reinstalled 1.21.9, good. Installed 1.21.10-60.0.5, also good. Error is [17:35:50] [main/ERROR] [ne.mi.fm.lo.mo.ModDiscoverer/SCAN]: Locator net.minecra ftforge.fml.loading.moddiscovery.ClasspathLocator@7dc51783 found an invalid mod file net.minecraftforge.fml.loading.moddiscovery.ModFileInfo@4b61d0c6 net.minecraftforge.fml.loading.moddiscovery.InvalidModFileException: Illegal version number specified ${forge_version} (forge-1.21.10-60.0.6-universal.jar) I can add more info if needed but I'm guessing this was just a whoops.
  10. Richy_T joined the community
  11. Locdraper joined the community
  12. nccck joined the community
  13. tedso6767 joined the community
  14. ChyungMyung joined the community
  15. me1ona joined the community
  16. Margaret White joined the community
  17. aroapalan changed their profile photo
  18. aroapalan joined the community
  19. Last week
  20. Most likely, this is no longer relevant for you, but I will still leave my answer, because I had the same problem, and I did not find a clear answer anywhere. To ensure your server players have the quests you created, all you need to do is transfer the necessary files to the server. Players don't need to install anything on their end, except for mod. You need to find .minecraft>config>ftbquests>quests. In quests should be folder and two files. So all you need to do is use existing ones or create folders config>ftbquests>quests, and copy the contents of the quests folder.
  21. https://pastebin.com/4gPVnQAF - ocean chunk crash, no betterrandomsourceconcurrencycrash
  22. Currently stuck on making a custom effect for forge 1.20.1 Im trying to add a certain number of hearts to a player once they consume a potion/custom item, i tried doing it with the vanilla effects and it didn't work the way i wanted it to work, so now im trying to make a custom effect that adds this configurable amount of hearts So far Ive been following KaupanJoes tutorial for both 1.21 and 1.20 and the effect doesn't seem to give any errors nor does its registration, however i cant seem to get it to work with applying it to the item itself ```package com.curseofaros.item; import com.curseofaros.effect.ModEffects; import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.effect.MobEffects; import net.minecraft.world.food.FoodProperties; public class ModFoods { public static final FoodProperties FLASK_OF_LIFE = new FoodProperties.Builder() .fast() .alwaysEat() .nutrition(0) .saturationMod(0) .effect(() -> new MobEffectInstance(MobEffects.HEAL, 1, 2), 1.0f) .build(); public static final FoodProperties MEDIUM_POTION = new FoodProperties.Builder() .fast() .alwaysEat() .nutrition(0) .saturationMod(0) .effect(() -> new MobEffectInstance(ModEffects.MEDIUM_POTION_EFFECT.get())) .build(); public static final FoodProperties SMALL_POTION = new FoodProperties.Builder() .fast() .alwaysEat() .nutrition(0) .saturationMod(0) .effect(() -> new MobEffectInstance(MobEffects.HEAL, 1, 3), 1.0f) .build(); } (Sorry for the real shi formatting, don't really know how to do it smh, note im also fairly new to Java so i don't know a lot, please be patient and let me know if the error is simply a lack of understand of Java principles)
  23. Add the crash-report without the mod better_randomsource_concurrency_crash
  24. crashlog: https://pastebin.com/mW43VxdU (was ran through mclo.gs beforehand but realized i need to make it a pastebin, may have artifacts from mclo.gs) Context: had same crash from loading ocean chunks, just had it again from tp'ing to a Yung's Better Nether Fortress. I have BetterRandomSourceConcurrencyCrash enabled.
  25. Try older builds of Create The latest Modern Industrialization build for 1.20.1 was released in 2024 So this mod may only compatible with Create 5
  26. It does work but upon further testing it appears that Create and Modern Industrialization don't work together> Before it worked with just Synitra and after I added Create it crashed with the error I mentioned. It stinks because I like MI much better then GregTech
  27. I appear to be having some kind of error running my modpack. It crashes with the above error and I have no idea what it means Crashlog: https://pastebin.com/eeaTLwaP Latest: https://pastebin.com/TtK5L4Ww
  28. Read the FAQ (orange banner at top of page) and post full logs as described there to an external site, and provide the link here.
  29. These are the forge forums, you would need to ask wherever neoforged support is given.
  30. Hello, i'm trying to launch a server with additional mods i've added myself, and it isn't launching - but scrolling through the debug.log i came across [main/TRACE] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Failed to load resource META-INF/jarjar/metadata.json from MixinSquared-0.2.0-beta.6.jar, it does not contain dependency information. which came up a lot - im just wondering if this could be why my server won't launch
  31. Also did you quit making this?
  32. [main/ERROR]:Failed reading REFMAP JSON from : java.lang.NullPointerException Cannot invoke "org.spongepowered.asm.mixin.refmap.ReferenceMapper.setResourceName(String)" because "mapper" is null this is the error message i keep getting when trying to launch minecraft from the launcher with my mods but i just can't figure out what this error message means. i'm new to making mod packs but i have tried making 3 separate mod packs with different mods but i still run into this issue and i am starting to think there might be a conflict between 2 different mods but again i have no idea since this is the only error message i get. any idea's?
  33. Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  34. Earlier
  35. i have downloaded a mod called All in One (Modded One Block) and downloaded it through essentials mod to play with my friends, it starts to load up and start loading into the game but then i get the crash report and get sent back to the launcher with the error code "The game crashed: rendering overlay Error: com.electronwill.nightconfig.core.io.WritingException: An I/O error occured".
  36. There typically isnt a place to commission mods. Mods are made by hobbyist programmers in their spair time. You could try some general minecraft modding discords, but I dont have any to recommend.
  37. minecraftLibrary is required for dev time for it to load. jarJar should be enough for runtime. be sure you're running the latest forge. And make sure you post your debug log.
  38. How did u update the version, I can’t figure it out for the life of me

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.