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.

Leaderboard

Popular Content

Showing content with the highest reputation on 05/27/21 in all areas

  1. No problem, glad I could be of help!
  2. I wasn't thinking of it! cool idea, it could be like lucky blocks
  3. your code looks okay this will set the max height to 64, im not 100% sure but it can be that this overwrite your TopSolidRangeConfig if(!(event.getCategory().equals(Biome.Category.NETHER) || !(event.getCategory().equals(Biome.Category.THEEND)))) { This line is completely wrong, if you want to generate your ore in the overworld, because here it is checked whether it is not the end or not the nether, so minecraft will try to generate the ore in all dimensions replace || with && (is not absolutely necessary) you also need to register your ConfigureFeature use this to register your ore private static <FC extends IFeatureConfig> ConfiguredFeature<FC, ?> register(String name, ConfiguredFeature<FC, ?> configuredFeature) { return Registry.register(WorldGenRegistries.CONFIGURED_FEATURE, new ResourceLocation(MOD_ID, name), configuredFeature); } -> Edit: fix the two errors I have described above and register your feature, this should fix your problem
  4. No problem, glad I could help Interesting mod idea, adding dice to Minecraft! Do you have any plans to add functionality/some effect when the dice lands on different numbers?
  5. You have to remove the "the" in "thestoreofneedfulthings", since that is not part of the modid.
  6. I'm with you on the 2-step process (except I have a step before step #1 - try stuff yourself first). We get a lot of repeats over on StackOverflow which has a nice way of handling repeat questions. On other forums it takes me 10 "valuable" seconds to point them to a link of someone else with the same question getting it answered, or sometimes I give them the answer if it's simple enough. My son wanted to learn to mod Minecraft. Searching gave me this result: https://codakid.com/guide-to-minecraft-modding-with-java/ Following the tutorial on there, I was setting up my son's computer using Eclipse. I'm a seasoned developer of 20 years, but I use mainly VS and sometimes Intellij. I'm not well versed in Eclipse. I ran into the same issue as the OP and thanks to his/her post, I found the cause of the issue. It may be trivial to you, but not to me or any other beginner in Forge + Eclipse modding. I've spent 30 minutes so far troubleshooting and searching for a good tutorial for setting up Eclipse with Forge. Many results point to the old way when the Forge folder was the mod folder, but based on what I've read, that's changed yet there's no good walkthrough for setting it up. Perhaps it's not your intent but when you say "making people who are really in need of the forum unable to find help" you're diminishing the legitimacy of their question. It's implying they're not really in need. They may just be getting started. Realize that not everyone is as good at articulating their question into a search or forum post. If we come off as dismissive to people who are trying to learn and get started, we're going to turn them away from their desire to learn and be creative and add to our community. I wouldn't want that for my son, just as I wouldn't want that for anyone else trying to give development a shot.
  7. “Research” in this context means searching (as opposed to asking). The proper method of finding a solution is as follow: 1. Use Google/any relevant method of searching in the specific topic. 2. If step 1 yields no results, ask other people. The reason why step 1 precedes step 2 is it doesn’t require other people’s attention/time. If everyone asks trivial questions/questions that has been asked numerous times before, then the forums would be flooded by the same question. This would take up other forum members/staffs’ time, making people who are really in need of the forum unable to find help.
  8. You're rather rude... You could just help people...
  9. ...Which is still referenced in the 1.14.4 README.
  10. Don't tell ppl "do your research before posting here" as the README.txt file that comes with the MDK of Forge 1.13.2 25.0.9 and 25.0.10 says to use setupDecomWorkspace its obvious that the README.txt file was not updated but you don't have to be a dick.
  11. You mean this part? Then why did you annotate the class for automatic registration if you were just going to fuckoff and register its only method manually?

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.