mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
there are multiple types of squirrels, so allow using all of them to craft summoner's ambition
This commit is contained in:
@@ -93,7 +93,7 @@ public class SummonersAmbition : ModItem
|
|||||||
{
|
{
|
||||||
CreateRecipe()
|
CreateRecipe()
|
||||||
.AddIngredient(ItemID.Rope, 5)
|
.AddIngredient(ItemID.Rope, 5)
|
||||||
.AddIngredient(ItemID.Squirrel)
|
.AddRecipeGroup(RecipeGroupID.Squirrels)
|
||||||
.AddIngredient(ItemID.Acorn, 25)
|
.AddIngredient(ItemID.Acorn, 25)
|
||||||
.AddTile(TileID.WorkBenches)
|
.AddTile(TileID.WorkBenches)
|
||||||
.Register();
|
.Register();
|
||||||
|
|||||||
Reference in New Issue
Block a user