i need help creating mod

18 Replies
Sehra
Sehra2d ago
$details
MODiX
MODiX2d ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
Angius
Angius2d ago
Also, you sent just the project file, without any of the actual code
A cat pringle eater
sorry
A cat pringle eater
this is the correct one
A cat pringle eater
$code
MODiX
MODiX2d ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat For longer snippets, use: https://paste.mod.gg/
Angius
Angius2d ago
And the issue is...?
Sehra
Sehra2d ago
GitHub
tModLoader guide for developers
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations - tModLoader/tModLoader
Keswiik
Keswiik2d ago
well you have this using FargowiltasSouls.Content.Items.Accessories.Enchantments; which is then followed immediately by a using static <same_type> so you probably forgot to remove the first one
A cat pringle eater
ty
A cat pringle eater
i have only one error
No description
Sehra
Sehra2d ago
maybe that should be TungstenEnchant
Sehra
Sehra2d ago
GitHub
FargowiltasSouls/Content/Items/Accessories/Enchantments/TungstenEnc...
Contribute to Fargowilta/FargowiltasSouls development by creating an account on GitHub.
A cat pringle eater
what do i do wtih it
Sehra
Sehra2d ago
i was guessing that instead of TungstenEnchantment it should be TungstenEnchant, with a link to why
A cat pringle eater
oh ok

Did you find this page helpful?