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.

Wouink

Members
  • Joined

  • Last visited

  1. Oh I did not know that... but problem solved in 1.18.2, thanks for your help!
  2. Hi, I'm upgrading my mod to Forge 1.18.2 (latest version -- 40.0.12) and I can't find a way to register my custom RecipeType. In 1.18.1, I was using this code: public static final ResourceLocation Furniture_Recipe_Loc = new ResourceLocation(Furnish.MODID, "furniture_making"); public static final RecipeType<FurnitureRecipe> Furniture_Recipe = RecipeType.register(Furniture_Recipe_Loc.toString()); Now it fails to load because "Registry is already frozen (trying to add key ResourceKey[minecraft:recipe_type / furnish:furniture_making])". I've had a similar issue with blocks registering and solved it by converting all my block declarations to RegistryObject<Block> declarations, therefore using a DeferredRegister. The problem is there is no RECIPE_TYPE registry in ForgeRegistries (only RECIPE_SERIALIZERS) which makes creating a DeferredRegister impossible. There is also no RegistryEvent.Register<RecipeType>. Any help would be appreciated! - Wouink

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.