tModLoader Minimod: Recipes +

You could make a bunch of wings, or materials for wings, craftable. Examples being Fin Wings for 5 shark fins, and 20 souls of flight. Jetpack with cogs, and 20 souls of flight. Butterfly dust and tattered bee wings made for maybe 25 hives and 10 stingers for bee, and 15 butterflys and 10 souls of flight for both. Broken bat wing can perhaps be made with 15 souls of night, and 8 solar tablet fragments, and 10 souls of flight. Bone feather for 100 bones and 10 souls of flight. Mothron wings perhaps craftable with 20 chlorophyte/1 broken hero sword, 8 solar tablet fragments, and 20 souls of flight. Frozen feather craftable with a frost core and 10 souls of flight, and maybe a couple feathers. Fire feather crafted with 20 hellstone bars, 10 hallowed bars/15 souls of fright/might/sight, and 20 souls of flight. Spooky twig and black fairy dust craftable with 100 spooky wood, and 10 souls of flight.

Basically, I'm saying making either all wings craftable, or the parts of them craftable, or at least most of them.
 
You could make a bunch of wings, or materials for wings, craftable. Examples being Fin Wings for 5 shark fins, and 20 souls of flight. Jetpack with cogs, and 20 souls of flight. Butterfly dust and tattered bee wings made for maybe 25 hives and 10 stingers for bee, and 15 butterflys and 10 souls of flight for both. Broken bat wing can perhaps be made with 15 souls of night, and 8 solar tablet fragments, and 10 souls of flight. Bone feather for 100 bones and 10 souls of flight. Mothron wings perhaps craftable with 20 chlorophyte/1 broken hero sword, 8 solar tablet fragments, and 20 souls of flight. Frozen feather craftable with a frost core and 10 souls of flight, and maybe a couple feathers. Fire feather crafted with 20 hellstone bars, 10 hallowed bars/15 souls of fright/might/sight, and 20 souls of flight. Spooky twig and black fairy dust craftable with 100 spooky wood, and 10 souls of flight.

Basically, I'm saying making either all wings craftable, or the parts of them craftable, or at least most of them.
Good idea I might do that in the next update as well as nerfing the cloud recipes
 
Good idea I might do that in the next update as well as nerfing the cloud recipes
Is it a nerf or a buff? To nerf something means to make it worse, while a buff makes it better, no matter the means. Making it easier to obtain wouldn't be a buff though... Maybe revamp would be the best word.
 
Is it a nerf or a buff? To nerf something means to make it worse, while a buff makes it better, no matter the means. Making it easier to obtain wouldn't be a buff though... Maybe revamp would be the best word.
I mean decreasing the amount of clouds in it
 
Code:
ModRecipe recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Wood, 200);
            recipe.AddIngredient(ItemID.Gel, 75);
            recipe.AddTile(18);
            recipe.SetResult(ItemID.SlimeStaff);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Wood, 20);
            recipe.AddIngredient(ItemID.PinkGel, 10);
            recipe.AddTile(18);
            recipe.SetResult(ItemID.SlimeStaff);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Wood, 20);
            recipe.AddIngredient(ItemID.StoneBlock, 10);
            recipe.AddTile(18);
            recipe.SetResult(ItemID.WoodenBoomerang);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Wood, 10);
            recipe.AddIngredient(ItemID.Torch, 20);
            recipe.AddTile(18);
            recipe.SetResult(ItemID.WandofSparking);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Silver/Tungsten Bar", 15);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.ChainKnife);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Iron/Lead Bar", 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.Shuriken, 30);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Silver/Tungsten Bar", 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.ThrowingKnife, 30);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.StoneBlock, 2);
            recipe.AddTile(18);
            recipe.SetResult(ItemID.MusketBall, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Iron/Lead Bar", 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.MusketBall, 30);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Silver/Tungsten Bar", 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.SilverBullet, 30);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Silver/Tungsten Bar", 15);
            recipe.AddIngredient(ItemID.StoneBlock, 200);
            recipe.AddIngredient(ItemID.Wood, 100);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.RedRyder, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.PlatinumBroadsword, 2);
            recipe.AddIngredient(ItemID.AntlionMandible, 1);
            recipe.AddIngredient(ItemID.Feather, 4);
            recipe.AddCraftGroup(null, "Demonite/Crimtane Bar", 8);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.Arkhalis, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.GoldBroadsword, 2);
            recipe.AddIngredient(ItemID.AntlionMandible, 1);
            recipe.AddIngredient(ItemID.Feather, 4);
            recipe.AddCraftGroup(null, "Demonite/Crimtane Bar", 8);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.EnchantedSword, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.PiggyBank, 2);
            recipe.AddIngredient(ItemID.Feather, 3);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.MoneyTrough, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Feather, 15);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.GiantHarpyFeather, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Iron/Lead Bar", 5);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.Shackle, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Gold/Platinum Bar", 2);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.Aglet, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Gold/Platinum Bar", 3);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.GoldenKey, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Gold/Platinum Bar", 1);
            recipe.AddTile(300);
            recipe.SetResult(ItemID.GoldenKey, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Cloud, 150);
            recipe.AddIngredient(ItemID.Bottle, 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.CloudinaBottle, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.SandBlock, 350);
            recipe.AddIngredient(ItemID.Cloud, 50);
            recipe.AddIngredient(ItemID.Bottle, 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.SandstorminaBottle, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.SnowBlock, 350);
            recipe.AddIngredient(ItemID.Cloud, 50);
            recipe.AddIngredient(ItemID.Bottle, 1);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.BlizzardinaBottle, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Cloud, 100);
            recipe.AddIngredient(ItemID.WaterBucket, 2);
            recipe.AddIngredient(ItemID.Bottle, 1);
            recipe.AddTile(16);
            recipe.SetResult(3201, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.RecallPotion, 10);
            recipe.AddCraftGroup(null, "Silver/Tungsten Bar", 12);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.MagicMirror, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.RecallPotion, 10);
            recipe.AddCraftGroup(null, "Silver/Tungsten Bar", 10);
            recipe.AddIngredient(ItemID.IceBlock, 50);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.IceMirror, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddCraftGroup(null, "Iron/Lead Bar", 15);
            recipe.AddIngredient(ItemID.SiltBlock, 20);
            recipe.AddTile(16);
            recipe.SetResult(ItemID.Extractinator, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.SharkFin, 5);
            recipe.AddIngredient(ItemID.SoulofFlight, 20);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.FinWings, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Cog, 45);
            recipe.AddIngredient(ItemID.SoulofFlight, 20);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.Jetpack, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Hive, 25);
            recipe.AddIngredient(ItemID.Stinger, 10);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.TatteredBeeWing, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.GoldButterfly, 1);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.ButterflyDust, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.ZebraSwallowtailButterfly, 30);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.ButterflyDust, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.SoulofNight, 15);
            recipe.AddIngredient(2766, 8);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.BrokenBatWing, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.BrokenHeroSword, 1);
            recipe.AddIngredient(2766, 8);
            recipe.AddIngredient(ItemID.SoulofFlight, 20);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.MothronWings, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.Bone, 100);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.BoneFeather, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.FrostCore, 1);
            recipe.AddIngredient(ItemID.Feather, 10);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.IceFeather, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.HellstoneBar, 20);
            recipe.AddIngredient(ItemID.HallowedBar, 10);
            recipe.AddIngredient(ItemID.SoulofFlight, 20);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.FireFeather, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
           
            recipe = new ModRecipe(this);
            recipe.AddIngredient(ItemID.SpookyWood, 150);
            recipe.AddIngredient(ItemID.SoulofFlight, 10);
            recipe.AddTile(134);
            recipe.SetResult(ItemID.SpookyTwig, 1);
            recipe.anyWood = true;
            recipe.AddRecipe();
[doublepost=1464550183,1464550014][/doublepost]Mod updated!
 
recipe = new ModRecipe(this); recipe.AddIngredient(ItemID.HellstoneBar, 20); recipe.AddIngredient(ItemID.HallowedBar, 10); recipe.AddIngredient(ItemID.SoulofFlight, 20); recipe.AddTile(134); recipe.SetResult(ItemID.FireFeather, 1); recipe.anyWood = true; recipe.AddRecipe();
Why does the Fire Feather take 20 souls of flight? Also, not any feathers, unlike it's frozen counterpart.
 
You could make all traps craftable!
Dart Traps with 30 Wire, and 20 Stone.
Super Dart Traps with a Dart Trap/30 Wire, and 20 Lihzard Bricks.
Spear Traps with 30 Wire, and 20 Lihzard Bricks.
Spiky Ball Traps with 30 Wire, and 20 Lihzard Bricks.
Flame Traps with 40 Living Fire Blocks, 30 Wire, and 20 Lihzard Bricks.
All at a Golem Altar, or a Lihzard Furnace, perhaps.
 
upload_2016-6-8_11-29-23.png

(I bet you can guess whats in the update im about to add to this page btw its already in the mod browser)(these new recipes from this update are also in bmod and thing is I added those to this cause I was adding them to bmod as being craftable)
 
what recipes should I add in the next update? (I might try to do 10-20 recipes next update)
Umm... All crimson/corruption mimics drops convertible into each other. So you get Putrid Scent with Flesh Knuckles, and vice versa. All Plantera drops craftable with Chlorophyte, and maybe Temple Keys. All Golems drops craftable with Chlorophyte and Beetle Husks. All Moon Lord drops craftable with Luminite and the fragment of what damage type they are - Last Prism with Nebula as an example. All Fishron drops craftable with Truffle Worms and Chlorophyte, maybe a couple Glowing Mushrooms. All Wall of Flesh drops craftable with Hellstone and perhaps Souls of Light/Night.

Buncha ideas all at once. Mostly just boss drops being craftable.
 
Umm... All crimson/corruption mimics drops convertible into each other. So you get Putrid Scent with Flesh Knuckles, and vice versa. All Plantera drops craftable with Chlorophyte, and maybe Temple Keys. All Golems drops craftable with Chlorophyte and Beetle Husks. All Moon Lord drops craftable with Luminite and the fragment of what damage type they are - Last Prism with Nebula as an example. All Fishron drops craftable with Truffle Worms and Chlorophyte, maybe a couple Glowing Mushrooms. All Wall of Flesh drops craftable with Hellstone and perhaps Souls of Light/Night.

Buncha ideas all at once. Mostly just boss drops being craftable.
I might make the next update a big one(making most or even all boss drops craftable)
 
Can you craft Hermes Boots with this mod, and if so, whats the recipe? If not, then please add it.
[doublepost=1467634376,1467633998][/doublepost]
View attachment 116206
(I bet you can guess whats in the update im about to add to this page btw its already in the mod browser)(these new recipes from this update are also in bmod and thing is I added those to this cause I was adding them to bmod as being craftable)
Hermes Boots!!!!!!
 
I got a slight bug from the reupload. ':eek: Updating to the reupload while you have the older file installed makes two versions of the mod. One called Recipes Plus (the original) and Recipes Plus Reupload (obviously the reupload) which makes the mod crash. Now there's two versions on the mod browser, so if possible, could you pull the earlier one out so people don't get confused on what to get? `:passionate:

Edit: The "Reupload File Bug" is fixed by deleting all the RecipesPlus files from the mod folder and redownloading the latest one, although both versions still show up. Also, the 1.5 (latest as of now) version can update to the 1.0 version (old original).

Fix is probably same as before, try and remove the old RecipesPlus file from the browser and keep the new one instead?
 
I got a slight bug from the reupload. ':eek: Updating to the reupload while you have the older file installed makes two versions of the mod. One called Recipes Plus (the original) and Recipes Plus Reupload (obviously the reupload) which makes the mod crash. Now there's two versions on the mod browser, so if possible, could you pull the earlier one out so people don't get confused on what to get? `:passionate:

Edit: The "Reupload File Bug" is fixed by deleting all the RecipesPlus files from the mod folder and redownloading the latest one, although both versions still show up. Also, the 1.5 (latest as of now) version can update to the 1.0 version (old original).

Fix is probably same as before, try and remove the old RecipesPlus file from the browser and keep the new one instead?
thing is I cant delete the old(to be honest I used to use pirated terraria but now that I have bought terraria I dont have access to that uploaded file cause it counts as a diff account)
[doublepost=1467650662,1467650482][/doublepost]
upload_2016-7-4_9-44-1.png

rip this old file(I still had cracked somewhere apparently)
also Recipes Plus is back to the name of recipes plus in browser since now that I deleted the old I could use the name recipes plus
upload_2016-7-4_9-46-52.png
 
Back
Top Bottom