Jump to content

C_Master

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

C_Master's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Where it is in square brackets.
  2. Hello everyone, I am trying to create a Recipe type for my mod, the only problem I have is that I do not think very well, I get that it is an error. Here I will leave the Recipe Serializer code that I try to create: package cl.c_master.furnicraft.init; import cl.c_master.furnicraft.crafting.MasonFurnaceRecipe; import net.minecraft.item.crafting.IRecipeSerializer; public class ModRecipe { public static IRecipeSerializer<MasonFurnaceRecipe> MASON_FURNACE = IRecipeSerializer.register("mason", CookingRecipeSerializer<>(MasonFurnaceRecipe::new, 200)); } Nothing more to say: C_Master.
×
×
  • Create New...

Important Information

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