Fixed diamond charge being wrong recipe type.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "totemofreviving:totem_recipe",
|
||||
"type": "totemofreviving:charge_recipe",
|
||||
"pattern": [
|
||||
"IDI",
|
||||
"PEP",
|
||||
|
@ -76,7 +76,7 @@ public class ModRecipeProvider extends RecipeProvider {
|
||||
.pattern("NIN")
|
||||
.unlockedBy("has_item", has(ModItems.IRON_TOTEM.get()))
|
||||
.save(consumer);
|
||||
ExtendedShapedRecipeBuilder.shaped(ModRecipes.TOTEM_RECIPE.get(), ModItems.DIAMOND_CHARGE.get())
|
||||
ExtendedShapedRecipeBuilder.shaped(ModRecipes.CHARGE_RECIPE.get(), ModItems.DIAMOND_CHARGE.get())
|
||||
.define('E', Items.EMERALD)
|
||||
.define('D', Items.DIAMOND)
|
||||
.define('I', Items.IRON_INGOT)
|
||||
|
Reference in New Issue
Block a user