Jump to content

Draconix Dust

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Draconix Dust's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. 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)
  2. Ok, so, i discovered that "type" is used in here https://pastebin.com/YhD19Apc at line 78 and here https://pastebin.com/WpqAV6aS at line 125 And (mainly the first one) they are causing me errors when I delete the Type class
  3. 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?
  4. 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
  5. It's already used, here is the script https://pastebin.com/gAAUPTvF
  6. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.