Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
- Fixed Regal Clicking Glove Recipe
- Improved cross mod API
  • Loading branch information
SamsonAllen13 committed Nov 24, 2020
1 parent 646f41e commit dd29dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Items/Accessories/RegalClickingGlove.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public override void AddRecipes()
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(null, "AncientClickingGlove", 1);
recipe.AddIngredient(ItemID.HallowedBar, 8);
recipe.AddTile(TileID.Anvils);
recipe.AddTile(TileID.MythrilAnvil);
recipe.SetResult(this);
recipe.AddRecipe();
}
Expand Down

0 comments on commit dd29dd1

Please sign in to comment.