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.

All Activity

This stream auto-updates

  1. Past hour

  2. Pe_bro_1 joined the community
  3. Today

  4. Solstice SMP is a Minecraft Java survival server built around a seasonal faction war, five factions racing to collect a shattered crystal's scattered shards before the Solstice returns. Full rundown of how the factions and shard war actually work is in the PC Servers thread if you want the details: Read the forum thread here! Still in a whitelist beta, and looking for a few people who'd love to help out! I need BETA-testers a.s.a.p. No pay, this is a volunteer project, but real input into systems that are still being decided, not busywork on something already finished. Testers: We've made some cool stuff already, and need you to test it out! Builders: the hub exists, but the arena around the shared altar and a few faction areas still need actual construction. This is happening right now. Quest and lore writers: season 1's story exists as a full written design, not yet built in-game. If you like writing quests or fleshing out lore, this is the single biggest open piece of the project. Moderators: looking for people who want to help run the Discord day to day as it grows, not just hold a title. Apply through the Discord, there's a proper application flow (a few questions about what you're interested in, experience, availability): https://discord.gg/eya8jUt2Bs Happy to answer questions here about how any of the systems work first, if you want a better feel for the project before applying.
  5. Huismus joined the community
  6. minweyna joined the community
  7. sarah90112 joined the community
  8. The Academic Papers UK joined the community
  9. Yesterday

  10. Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) and post full logs as directed there.
  11. ysf55 joined the community
  12. 596Castureeeeeee joined the community
  13. Obiphett joined the community
  14. I keep getting this exit code when I start up minecraft. how to a correct it?
  15. Imbehaver69 started following YaBoiAqua
  16. Last week

  17. ALEJO20218167 joined the community
  18. Logboi joined the community
  19. For a detailed explanation, I'm making a mod that is going to have craft-able Enchanted Books (among many other things). I want to be able to craft books in a crafting table, but I can't seem to either 1) Hardcode an item to be enchanted a certain way. I can only get it to "be enchanted" with a glimmer effect. or 2) Add NBT data to crafting recipes, as this functionality was only natively supported by Minecraft in 1.20.5 (if i'm remember the version number correctly) If anyone could assist with this it would be greatly appreciated. Thank you.
  20. This log is for neoforge, which is not supported here on the minecraft forge forums.
  21. Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) and post full logs as described.
  22. Failed to get entry for 10020, was issue with mellow said to send you this
  23. For some reason, Sodium Options API will not work. It requires Reese's Sodium Options, yet Reese's Sodium Options does not work as it says it's incompatible with SOAPI version 0.0 and above.
  24. Maybe sodium addons can fix it - add https://www.curseforge.com/minecraft/mc-mods/sodium-options-api and https://www.curseforge.com/minecraft/mc-mods/dynamiclights-reforged
  25. yes! thank you so much, i didnt know iris could break mods!
  26. itsimpulsive changed their profile photo
  27. Does it work without Iris?
  28. Hello, my MC keeps crashing when I try to generate a world and I am unsure why. Here's the report. https://pastebin.com/f7gWRn5u Edit: SOLVED! Had to downgrade Iris a beta form.
  29. Crash Notes Game crashes before I can even get to the menus
  30. that fixed it. seems like it was the new version of jei that made it stop working
  31. Make a test without the mod distraction_free_recipes - looks like it runs into a conflict with JEI Maybe EMI is required, too
  32. PastebinCrash Logs - Pastebin.comPastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. Game Crashes when I join world I'd really appreciate if someone could help.
  33. I managed to get spark loader working by changing ModernFix configs, and I found that one issue was with Cataclysm projectile entities not despawning. I will leave the server on for some more hours and if it starts lagging again, I will provide a new debug log and spark profiler log.
  34. Hello, I have been running my own 1.20.1 Forge server for at least a year now, updating the modpack and adding mods along the way as my playerbase grew. Recently, I have had an issue where when the server is online for a while (used to be 8 hours, now it is 3), it starts to lag heavily, to the point of being borderline unplayable. I cannot figure out what it is using Spark profiler because Spark crashes instantly on my server. When I checked the debug file, I noticed that it was spamming something about "FabricRegistrySync" trying to start "registry saves" and "not saving empty registry data". I do not have Sinytra Connector installed so I have no idea what could be causing this. I hope someone can figure it out. https://mclo.gs/e1JVml1 - debug. Again, no spark because it crashes on my server.
  35. Earlier

  36. Het_ui8 started following Mods
  37. Hello I am Odd from Oddly Vanilla! We are looking to build a fun and friendly community. Oddly Vanilla will be mostly vanilla. Server is set to open this Saturday. 9/5 at 9am ET. After server opens, we will be actively looking for staff positions to fill including a builder position! A great place to come and play games with your friends! Oddly Vanilla Server Information: -Thievery is permitted. -Within 3000 blocks of spawn PVP is not permitted. -After 3000 blocks of spawn PVP is permitted. -No unnatural world border. -Raiding is permitted including minor griefing. (No major griefing). FREE VEX PET COSMETIC FOR PLAYERS WHO ARE ONLINE THE DAY OF RELEASE! Click me to join the Discord! Click me to check out our Website!
  38. Aah I think Forge just fixed this issue. With an amplifier of 125, you should get a huge amount of health, but Vanilla is limited. Bypassing this limit results in a negative value, which kills you. Forge probably added some functions to catch overflowing values, which I think is essential for modded content
  39. There was no crash, it's just that in vanilla (no mods or mod loaders) a splash potion with Instant Health at amplifier/potency 125 would kill anything that is splashed with it, but with forge installed it does absolutely nothing The command for the potion is: /give @p splash_potion{CustomPotionEffects:[{Id:6b,Amplifier:125b,Duration:1}]} Without Forge - It will kill any entity/player that you splash with it, even players in creative mode With Forge - It does nothing
  40. I've been using Apex Hosting for a modded 1.20.1 server with my friends recently, and the one-click modpack installer saves so much time. Bisect is also amazing if you need quick support when a modpack crashes on startup.
  41. Add the crash-report And which command do you 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.