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.

Leaderboard

Popular Content

Showing content with the highest reputation since 06/24/25 in all areas

  1. Posting this because I spent more time on it than I’d like to admit, and I’ve seen others hit the same wall. The problemMy custom block registered correctly, appeared in the creative tab, but rendered as a missing texture cube. No errors at runtime, just a purple-black block. What I checked firstRegistry name was correct Blockstate JSON existed Model JSON paths looked fine Textures were in the right folder Everything looked correct. The actual issueThe problem was a mismatch between the blockstate JSON and model file names. Example mistake: blockstates/my_block.json models/block/myblock.json Forge does not warn you when these names don’t match exactly. The fixMake sure naming is consistent everywhere: blockstates models/block models/item registry name Also ensure that: JSON files are lowercase no extra underscores or hyphens exist resource reload cache is cleared Restarting the client after fixing resource paths helped immediately. TakeawayIf your block exists but renders wrong, the issue is almost always: naming mismatch resource path typo cached resource reload Hopefully this saves someone else an hour.
  2. Unfortunately, it seems that Invision has decided that everything is locked down and no longer customizable. Their attitude to anyone who wants to edit anything is 'Just accept it we know best and screw you for even insinuating that you want to customize your own site' So there isn't much we can do about the layout of actual features. Best bet for the editor is that psudo markdown works, so typing ` around words make code blocks. Only options is to start writing bespoke modifications to the forum's php code itself, which I really don't want to do. I would of stayed on v4 but the version of PHP that it supports is going EOL and Invision has stated they have no intentions of upgrading it. They also removed the central community for finding plugins/community addons. Overall it is my feeling that they are intentionally trying to kill off self-hosting communities by removing features and locking things down, in an effort to force everyone into using their paid hosting services. My HOPE is that someone in the overall forum community will write an exporter for Invision to something like SMF. Which is what we were originally on before old team members decided enterprise software is better.
  3. 2 points
    For some reason I can't place anything inside smithing table on forge 1.20.1, it doesn't show up as a recipe for netherite either in the JEI menu.
  4. Forge for 1.21.6 and newer uses EventBus 7, which is a major rewrite. You can read the migration guide here, this explains how to cancel events.
  5. This has already been the de-facto standard for quite a while now, but figured it would be a good idea to properly formalise it and make it clear for everyone. TL;DR: You can ask and offer support for Forge on any MC version, as long as you're not demanding it from staff and can accept that older versions may receive less attention due to people moving on to newer, shinier things. Tiered support policy There are now essentially three tiers of support: full, legacy and minimal. Full support This tier has dedicated channels for help on the Discord, gets priority for documentation, new features and bugfixes, and is generally considered the main focus for Forge development and support. Triage actively ports and backports things as needed for versions within this tier where time allows. The MC versions covered by this follows the existing "LTS" system. In other words, the latest MC version and select versions before it are covered by this tier. We recommend people consider using the newest version possible, as it's likely to be fully supported for longer. Exact versions covered under the full support tier can be found near the top of the FAQ. Legacy support This tier is for older versions of MC that are no longer covered by the full support tier. This tier gets less attention, but is still supported to some extent. To be clear, this is not a "no support" tier, but it is not the main focus. You're welcome to ask for help, submit PRs and help out, but please be aware that you may not get a response as quickly as these versions are generally not as popular anymore and may not have as many people around to help. Staff may still choose to work on these legacy versions and help people, but please don't demand it from them. Please note that due to the nature of the old toolchains used for building legacy versions, developing mods using the default MDK may not work. We also cannot easily publish updates to some of these old versions without your help - if you're interested in fixing this, please reach out to us. Minimal support This is rare and usually only applies to versions of MC where there's no legitimate reason to be using them. A real-world example of this is 1.20.3, which had a data loss bug that was fixed in 1.20.4 shortly after. All mods made for 1.20.3 work on 1.20.4, so there's no reason to use 1.20.3. We will help you update to the fixed version instead, but that's about it.
  6. This FAQ has many guides and solutions - reading this before asking for help could save you a lot of time, as it accounts for the vast majority of issues people run into that we're aware of but can't fix on our end. Supported versions and platforms We only support Forge here. We cannot help you with Fabric, Spigot, etc... We support all versions under the tiered support policy. Full support for 26.1.2, 1.21.11, 1.21.10, 1.21.8, 1.21.5, 1.21.4, 1.21.3, 1.21.1, 1.20.6, 1.20.4 and 1.20.1 Legacy support for all other versions Minimal support for select versions (e.g. 1.20.3 - use 1.20.4 instead) More details here. Rules Piracy (aka "cracked launchers") and cheats (aka "PvP clients", "x-ray mods", etc...) are strictly forbidden here. When you need help, please always make a new thread. Do not post in old support threads. When making a new thread, you must include a link to your log on https://pastebin.com or https://paste.ee. Instructions on where to find this and how to upload it are in this forum post. Exit/error codes Here's a list of exit codes and what they mean: Error code 0: Someone clicked "Quit game" and the game closed successfully Error code 1 and -1: The game crashed, refer to the log and/or crash report for details Error code -1073741819: A game library crashed. Update your drivers and make sure you're using the right Java version Where can I find the debug.log and crash report? Official Minecraft launcher Spoiler CurseForge app Spoiler MultiMC/PolyMC/Prism launcher Spoiler Where can I find the installer log? Spoiler Where can I find the launcher log? Most of the time you don't need to share this, so only share it when asked by a support volunteer or when you're unable to find any debug.log or crash report. Official Minecraft launcher Spoiler CurseForge app Spoiler What version of Java do I need? | Minecraft version | Forge version | Java version | |-------------------|---------------|--------------| | 26.1 or newer | 62.x or newer | 25 | | 1.20.6 - 1.21.11 | 50.x - 61.x | 21 | | 1.18 - 1.20.4 | 38.x - 49.x | 17 | | 1.17.1 | 37.x | 16 | | 1.16.5 or older | 36.x or older | 8 | How do I install Java? Windows Spoiler macOS Spoiler Linux Spoiler How do I install the Forge client to the official Minecraft Launcher? Spoiler How do I install the Forge server? Spoiler Where can I find the forge.jar to start my server? Spoiler Forge immediately crashes on launch without any mods installed, how do I fix it? Spoiler Where can I find Forge mods? https://www.curseforge.com/minecraft/search?page=1&gameFlavorsIds=1 Make sure you download the right version of a mod for your Minecraft version. My game is lagging, how can I find the culprit? Spoiler How do I update my drivers? Spoiler
  7. Turns out, Farmer's Delight had an update recently that caused incompatibility between Fungi Delight and several other addons. I'll just wait for Fungi Delight to update. Thank you for your help.
  8. Neoforge is not supported on these forums, the best place to get support for Neoforge is from Neoforge.
  9. There is an issue with the mod cold_sweat - remove it or try other builds
  10. Thats weird, I just did a bit of testing and these were my results. (Used neruina fto check for ticking) (Other mods mean all the other mods that I think aren't causing an issue), Other mods + added ftb chunks -> no error Other mods + FTBchunks + quark -> armour stand entity ticking crash Other mods + Alexs caves alone -> no crash Other mods + Alex caves + T.O Iron's spells addon -> causes entity ticking <--- could be more than entity ticking If quark has no issue in the latest logs then uhhh im not too sure. (I'll probably just play with neruina removing all the ticking entities), but thanks for your help.
  11. 1 point
    the world is loading in with no connection lost screens and not crashing when i respawn! hopefully it stays that way. thanks so much for your help friend! may ur pillow forever stay cool on both sides :)
  12. 1 point
    Make a test without Raxiores
  13. 1 point
    Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  14. i deleted it and it works now tysm!!
  15. Delete the curios-server.toml file in your config folder If there is no such file, check your worldsave, serverconfig folder
  16. Okay after changing to Eclipse and talking with the people in the server, I have solved the issue. Not only was I referencing the mod in my dependencies (build.gradle and mods.toml) but I also had the .jar in my /run/mods directory. It was the second causing the issue. We figured this out as I was able to build my mod and run it together with BW in a regular forge 1.20.1 instance. I believe it was also necessary to add the previously mentioned MixinGradle Plugin to the build.gradle file. Thanks to everyone for your help!
  17. At a cursory glance on the website, that product does not work with MinecraftForge as a mod. Neoforge is a different mod loader, they have their own support. People may have looked at your post, but not know an answer, so asking for replies from viewers as you did is probably not very useful. If you're looking for a chat room vs a forum, you should join the discord.
  18. Not sure who will even see this, but i have been searching for a standalone mod for minecraft that would give you a Zenkai Boost from DBZ. IDEA: in combat with enemies, dropping to 2 hearts (this threshold might change depending on how many hearts total you have) and surviving will grant you a health and damage boost permanently (1-2%). Lower than 2 hearts gives either more bonus, or grants you haste/speed/jump boost (again 1-2%). Is this a possibility? I haven't seen it anywhere else except in a small addition mod to the DBC (dragonblock c) pack. I have next to no experience with Java and even less with creating mods.
  19. snailmail is not working
  20. In ItemTags there is a tag for VILLAGER_PLANTABLE_SEEDS, I would probably start by adding my seed to that tag. Look through the vanilla MC code, see how the regular wheat seed is used, and it should give you some pointers in the right direction. If you need more help, share your code (github is great, and for more than just that), and be descriptive about what is working/not working, what you did to test, etc.
  21. Delete the forge-client.toml file (config folder) and test it again
  22. I am working on an update to my Coffee and Tea Mod and I recently was able to get it so that so that Coffee and Tea Bushes spawn naturally through out the world with terrain generation. However, now I would like to see if it is possible to spawn my custom crops in the villager farms. Any ideas? My code is available on GitHub here: https://github.com/RichardsProjects/Richard-s-Coffee-And-Tea-Mod
  23. 1 point
    Add the new crash-report - maybe there are more broken toml files
  24. Re posting from another site but this modpack is gold and is criminally underrated, like PLAY THIS, but first help me with this grout, cept for this problem, to make grout to progress it's flint clay + clay thrown in molten slaked lime, all good, butttt molten slaked lime is like lava and burns the ingredients leaving me grout-less, it's the only way to progress and there is anti cheat that has been updated and can no longer be turned off with the method the author gave :). https://github.com/Origins-Eternity/Evolution-Reset/issues/4. Their r pictures of the world too, many hours, also lmk if anyone has time to play I work most of the time so it's a lot of odd hours, an ik Gregtech is better experienced alone anyway.
  25. 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. 🙏
  26. I have no idea - is enough RAM allocated? Do other pre-configured modpacks work? Maybe use such a modpack as working base and add new mods one by one
  27. 1 point
    The mod that causes the problem with the smithing table is VMinus.
  28. 1 point
    I have the same problem, but after research I still can't find a solution. Can you give me your list of mods so I know if we have one in common, and if that's the reason?
  29. Looks like some kind of bug with vampiricageing - or a conflict with unusualprehistory
  30. Update the AMD drivers: https://www.amd.com/en/support/downloads/previous-drivers.html/graphics/radeon-600-500-400/radeon-rx-500-series/radeon-rx-560.html
  31. oh wait, i just launched it. it didn't crash this time. strange... 🤔
  32. Make a test without crittersandcompanions
  33. Ended up figuring it out. I had to delete the cache folder in C:\Users\<User>\.gradle\.
  34. Please post your settings.gradle and build.gradle files so they can be checked for errors
  35. I found the cause of the issue after digging into the code with the help of ChatGPT. The problem came from Starlight (Forge version 1.1.2), which was causing light calculation errors on Create mod entities. I simply removed Starlight from the server, and the issue was fully resolved. For reference, here’s my setup where the problem occurred: Forge: 47.4.0 (Minecraft 1.20.1) Create: 1.20.1-6.0.6 Starlight: Forge 1.1.2 (this is the version I removed) If anyone else runs into entity rendering issues with Create and sees light-related crashes, try removing Starlight as a workaround.
  36. I found another reddit thread that said updating both bclib and better end to the most recent versions for 1.20.1 fix it, and it worked.
  37. thank you for the help, i deleted yungscavebiomes and now it works
  38. That was the issue, thank you.
  39. Ok, I also want Valkyrien Skies, Eureka, and Clockwork, but they always seem to break the Modpack is there anything Recommended for me to do to fix sed issue?
  40. I completely deleted curse forge and the Minecraft profiles off of my pc hard drive and reinstalled curse forge and now it works again so i must of have a corrupt file somewhere. Thanks for the help though.
  41. Make a test without all Create addons
  42. When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
  43. Hello! I think what you made is awesome! Sadly, I do not have discord. But I hope we can become great friends later on! Have a blessed weekend!
  44. This is a message to anyone in the future who spends hours trying to figure this out. No search for .func_226896_b_() had any mention of this. I wasn't until I started to learn that these methods are named weird because of minecrafts obfuscation and that they eventually do make them human re-able. This is when I started to suspect that this happened with .func_226896_b_() and just started to guess what it might be by typing in the properties area. So yeah, to any future searchers, .notSolid() replaces .func_226896_b_()

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.