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.

MBektic

Members
  • Joined

  • Last visited

  1. Thank you, that was all i was missing. You also replied so fast, I wish I saw this 2 hours earlier because I would have not wasted more time lol!
  2. Hey maybe you can help me out. I'm learning how to mod Minecraft, and the guides are written for older versions which has mostly been fine, since I've been able to figure out what needs to get changed by checking the forge api blog post for 1,.19.3 and looking over the code but this has stumped me. I created two files src/main/resources/data/mod/worldgen/configured_feature/myore_ore.json and src/main/resources/data/mod/worldgen/placed_feature/myore_ore_lower.json (which are essentially clones of the coal ore ones) But I cannot for the life figure out how to actually register the features. I assumed it would be something like this but maybe I'm way off. public static Feature MYORE_ORE_BURIED = registerConfiguredFeature(MYORE_ORE_BURIED_KEY) public static final RegistryKey<ConfiguredFeature<?, ?>> MYORE_ORE_BURIED_KEY = ConfiguredFeatures.of("myore_ore_buried"); private static Feature registerConfiguredFeature(String name, RegistryKey registryKey) { return Registry.register(Registries.FEATURE, registryKey, {no clue what this third parameter is supposed to be}); }

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.