Unknown Log

#uTK5pDn
13 lines
Raw
1package net.gamelog.suntrot.recipe;
2
3import net.minecraft.registry.Registries;
4import net.minecraft.registry.Registry;
5import net.minecraft.util.Identifier;
6
7public class SuntrotRecipes {
8 public static void registerRecipes(){
9 Registry.register(Registries.RECIPE_SERIALIZER, SewingRecipe.SewingRecipeSerializer.ID,
10 SewingRecipe.SewingRecipeSerializer.INSTANCE);
11 Registry.register(Registries.RECIPE_TYPE, new Identifier("sewing_recipe", SewingRecipe.Type.ID), SewingRecipe.Type.INSTANCE);
12 }
13}
This log will be saved for 90 days from their last view.
Report abuse