All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.magistuarmory.item.crafting.forge.HeraldryRecipeImpl Maven / Gradle / Ivy

package com.magistuarmory.item.crafting.forge;

import com.magistuarmory.item.crafting.HeraldryRecipe;
import net.minecraft.world.item.crafting.RecipeSerializer;

public class HeraldryRecipeImpl
{
    public static RecipeSerializer getSerializerInstance()
    {
        return HeraldryRecipe.SERIALIZER;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy