there are multiple types of squirrels, so allow using all of them to craft summoner's ambition

This commit is contained in:
2026-01-07 15:30:06 +01:00
parent 9cb093d8df
commit a945f17711
+1 -1
View File
@@ -93,7 +93,7 @@ public class SummonersAmbition : ModItem
{
CreateRecipe()
.AddIngredient(ItemID.Rope, 5)
.AddIngredient(ItemID.Squirrel)
.AddRecipeGroup(RecipeGroupID.Squirrels)
.AddIngredient(ItemID.Acorn, 25)
.AddTile(TileID.WorkBenches)
.Register();