Search results for query: *

  1. AlexBC

    tModLoader Does anyone have the code for the Sharktooth necklace?

    I got it to work! Thank you very much for kickstarting my C# and Terraria modding Journey! (Here's the code I ended up writing): using Terraria; using Terraria.ModLoader; namespace DiamondSharktooth.Items { public class DiamondShark : ModItem { public override void...
  2. AlexBC

    tModLoader Does anyone have the code for the Sharktooth necklace?

    I just started to learn how to mod Terraria, and the first item I want to make is an accessory similar in nature to the Sharktooth necklace. Because I'm a novice at modding, I want to use the code for the Sharktooth necklace as a base, but I'm too scared to decompile the game myself. Does anyone...
  3. AlexBC

    Wavebank Custom Wave Bank Creation and Installation - 1.3.4.X, beyond

    I have an issue. when I try to add the Compression Preset, the program says `this implementation doesn't take advices`(the image Wave is what it says) when I try to press f7. when I don't use the compression preset, it says the wavebank is bigger than 4g. can someone help?
Back
Top Bottom