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": [
|
"pattern": [
|
||||||
"IDI",
|
"IDI",
|
||||||
"PEP",
|
"PEP",
|
||||||
|
@ -76,7 +76,7 @@ public class ModRecipeProvider extends RecipeProvider {
|
|||||||
.pattern("NIN")
|
.pattern("NIN")
|
||||||
.unlockedBy("has_item", has(ModItems.IRON_TOTEM.get()))
|
.unlockedBy("has_item", has(ModItems.IRON_TOTEM.get()))
|
||||||
.save(consumer);
|
.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('E', Items.EMERALD)
|
||||||
.define('D', Items.DIAMOND)
|
.define('D', Items.DIAMOND)
|
||||||
.define('I', Items.IRON_INGOT)
|
.define('I', Items.IRON_INGOT)
|
||||||
|
Reference in New Issue
Block a user