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()
|
||||
.AddIngredient(ItemID.Rope, 5)
|
||||
.AddIngredient(ItemID.Squirrel)
|
||||
.AddRecipeGroup(RecipeGroupID.Squirrels)
|
||||
.AddIngredient(ItemID.Acorn, 25)
|
||||
.AddTile(TileID.WorkBenches)
|
||||
.Register();
|
||||
|
||||
Reference in New Issue
Block a user