Fixed small typo.
This commit is contained in:
@@ -28,7 +28,7 @@ public class ReinforcedWorkBench : ModItem
|
|||||||
public override void AddRecipes()
|
public override void AddRecipes()
|
||||||
{
|
{
|
||||||
CreateRecipe()
|
CreateRecipe()
|
||||||
.AddIngredient(ItemID.WorkBench, 1)
|
.AddIngredient(ItemID.WorkBench)
|
||||||
.AddIngredient(ItemID.StoneBlock, 12)
|
.AddIngredient(ItemID.StoneBlock, 12)
|
||||||
.Register();
|
.Register();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user