Re-Activated the facade recipe and item model

This commit is contained in:
Sebastian Hartte
2020-06-21 23:35:57 +02:00
parent 00e794f03f
commit 094ee93dbc
11 changed files with 50 additions and 131 deletions
@@ -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;
}