Re-Activated the facade recipe and item model
This commit is contained in:
@@ -90,7 +90,7 @@ public final class FacadeRecipe extends SpecialRecipe {
|
||||
public static IRecipeSerializer<FacadeRecipe> getSerializer(ItemFacade facade) {
|
||||
if (SERIALIZER == null) {
|
||||
SERIALIZER = new SpecialRecipeSerializer<>(id -> new FacadeRecipe(id, facade));
|
||||
SERIALIZER.setRegistryName(new ResourceLocation(AppEng.MOD_ID, "facade_recipe"));
|
||||
SERIALIZER.setRegistryName(new ResourceLocation(AppEng.MOD_ID, "facade"));
|
||||
}
|
||||
return SERIALIZER;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user