tModLoader PreHardmodeWings

Status
Not open for further replies.

Lukas04

Official Terrarian
PreHardmodeWings



PreHardmodeWings is a Mod that adds 11 Wings to the Game
They all are getable before Hardmode


Content


Wing Skelett
K9dYSYl.png

The Basic Crafting
Item

Recipe:at Anvil
10 Iron/Lead Bars + 50 Stone Blocks

Tree Leaves Wings
KuxD18F.png

10 Tiles + 1.1 Speed Multi

Recipe:at Anvil
Wing Skelett + 50 Wood

Sand Wings
107Lj2T.png

15 Tiles + 1.2 Speed Multi

Recipe:at Anvil
Wing Skelett + 35 Sand Blocks

Snow Wings
0K800yO.png

15 Tiles + 1.2 Speed Multi

Recipe:at Anvil
Wing Skelett + 35 Snow Blocks


Star Wing
aZFtBSR.png

20 Tiles Flight +
2.0 Speed Multiplikator


Recipe:at Anvil

Wing Skelett + 10 Fallen Star

Poseidons Wing
yXJz9WC.png

25 Tiles + 1.5 Speed Multi


Recipe:at Anvil

Wing Skelett + 10 Coral

Honey Wing
BldeuLW.png

30 Tiles + 1.8 Speed Multi


Recipe:at Anvil

Wing Skelett + 25 Honey Blocks

Demonite and Crimtane
FFsrZ1Q.png

Wings
M9JyRHk.png

40 Tiles + 2.8 Speed Multi


Recipe:at Anvil

Wing Skelett + 10 Of the Ore bar and 5 of the Fragments of the Boss (EoW/BoC)


Meteorite Wings
jdihBKn.png

45 Tiles + 3.0 Speed Multi

Recipe:at Anvil
Wing Skelett + 15 Meteorite Bars


Hellstone Wing
AfBxZqH.png

50 Tiles + 3.7 Speed Multi


Recipe:at Anvil

Wing Skelett + 15 Hellstone Bar

Night's Wing
i55NAY4.png

70 Tiles + 6.85 Speed Multi


Recipe:at Anvil
Hellstone Wings + Demonite/Crimtane Wings + Honey Wings + Poseidons Wings



Download

http://javid.ddns.net/tModLoader/download.php?Down=mods/PreHardmodeWings.tmod


Changelog
v.1.1.1
Wing Skelett Now Craftable with Lead

v.1.1
Added 4 Wings
Changed Night Wings Recipe
Changed some Wing Highs
 
Last edited:
PreHardmodeWings



PreHardmodeWings is a Mod that adds 7 Wings to the Game
They all are getable before Hardmode


Content


Wing Skelett
K9dYSYl.png

The Basic Crafting
Item

Recipe:at Anvil
10 Iron Bars + 50 Stone Blocks



Star Wing
aZFtBSR.png

20 Tiles Flight +
2.0 Speed Multiplikator


Recipe:at Anvil

Wing Skelett + 10 Fallen Star

Poseidons Wing
yXJz9WC.png

25 Tiles + 1.5 Speed Multi


Recipe:at Anvil

Wing Skelett + 10 Coral

Honey Wing
BldeuLW.png

30 Tiles + 1.8 Speed Multi


Recipe:at Anvil

Wing Skelett + 25 Honey Blocks

Demonite and Crimtane
FFsrZ1Q.png

Wings
M9JyRHk.png

40 Tiles + 2.8 Speed Multi


Recipe:at Anvil

Wing Skelett + 10 Of the Ore bar and 5 of the Fragments of the Boss (EoW/BoC)

Hellstone Wing
AfBxZqH.png

45 Tiles + 3.7 Speed Multi


Recipe:at Anvil

Wing Skelett + 15 Hellstone Bar

Night's Wing
i55NAY4.png

70 Tiles + 6.85 Speed Multi


Recipe:at Anvil
All Wings (CHose Between Demonite and Crimtane)


Download

http://www.mediafire.com/download/uhm2x21ox7rma3j/PreHardmodeWings.tmod
A couple of suggestions:
for the sprites, if you plan on using recolors, use recolors of different types of wings, for more variety!
Also, coral wings? Spore wings? There are a lot of cool ways you could go with this, though I, personally, am not a fan of prehardmode wings :)
 
A couple of suggestions:
for the sprites, if you plan on using recolors, use recolors of different types of wings, for more variety!
Also, coral wings? Spore wings? There are a lot of cool ways you could go with this, though I, personally, am not a fan of prehardmode wings :)

I Think i add Some more Wings later Today C:
 
Fistly i need to found how to use Both bars in One Recipe C:
u can do this simple thing

public override void AddRecipes()
{
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.the iron ingot, 10);
recipe.AddIngredient(ItemID.the stone block, 50);
recipe.SetResult(this);
recipe.AddRecipe();
recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.the lead ingot, 10);
recipe.AddIngredient(ItemID.the stone block, 50);
recipe.SetResult(this);
recipe.AddRecipe();
}

i belive this will work fine
 
u can do this simple thing

public override void AddRecipes()
{
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.the iron ingot, 10);
recipe.AddIngredient(ItemID.the stone block, 50);
recipe.SetResult(this);
recipe.AddRecipe();
recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.the lead ingot, 10);
recipe.AddIngredient(ItemID.the stone block, 50);
recipe.SetResult(this);
recipe.AddRecipe();
}

i belive this will work fine

OK Thanks,i try to Update it C:
[doublepost=1461486104,1461485593][/doublepost]v.1.1.1
Wing Skelett Now Craftable with Lead
 
What do you mean with the Mod Feak out?
Cheatsheet works Perfect with the New Version

So whats the Error you get?

it was a 1 time error with a simple reload again it was normal

but it was sure ur mod update that did it but as i sayd a simple retry for the load and fine
 
Status
Not open for further replies.
Back
Top Bottom