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.

Featured Replies

Posted

Hello, I'm trying to port the Drinkbeer mod (https://www.curseforge.com/minecraft/mc-mods/drink-beer-forge) from 1.18.1. to 1.18.2

Minecraft starts fine, but it gives me an error when I try to create a new world. Here is the entire console log I got from IntelliJ: https://pastebin.com/zky892iN

I'm not the author of the mod, but the mod has been discontinued since 1.17, later ported to 1.18.1 by Naetheline and I want to port it to 1.18.2.

Thank you all

Edited by Draconix Dust

  • Draconix Dust changed the title to Problem porting Drink Beer mod to 1.18.2
  • Author
9 minutes ago, diesieben07 said:

You need to use DeferredRegister for registering the RecipeType, too.

like that, corret? 

public class RecipeRegistry {
    public static class Type {
        public static final DeferredRegister<RecipeType<BrewingRecipe>> BREWING = ???;
    }

and after the = what i need to do? because the RecipeType.register("drinkbeer:brewing") obviously doesn't work anymore

  • Author
6 minutes ago, diesieben07 said:

No idea why you made a nested class called "Type". You need to create a DeferredRegister, similar to how you already do for the RecipeSerializer.

The mod was abandoned by the author and I'm trying to port it, so I don't know why he did that... 

So, I can delete the public static class Type? 

  • Author

The type class is used in the files I posted Friday. If I delete only the class and leave the parameter inside, I have two tipes of "BREWING". If I delete the entire class, it gives me an error in the pastebin files above (I obviously removed the "type" in level.getRecipeManager().getRecipeFor(RecipeRegistry.Type.BREWING, but it doesn't work) 

  • 1 month later...
On 4/17/2022 at 4:07 PM, Draconix Dust said:

The type class is used in the files I posted Friday. If I delete only the class and leave the parameter inside, I have two tipes of "BREWING". If I delete the entire class, it gives me an error in the pastebin files above (I obviously removed the "type" in level.getRecipeManager().getRecipeFor(RecipeRegistry.Type.BREWING, but it doesn't work) 

Hi there! Have you finished your port to 1.18.2 . Could you please share it if it's possible?)

  • Author
6 minutes ago, alexkiselev37 said:

Hi there! Have you finished your port to 1.18.2 . Could you please share it if it's possible?)

No, I didn't, I moved on other projects 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.