18 Replies
$details
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)
Also, you sent just the project file, without any of the actual code
sorry
this is the correct one
$code
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/And the issue is...?
https://github.com/tModLoader/tModLoader/wiki/tModLoader-guide-for-developers a few guides here how to set up development
GitHub
tModLoader guide for developers
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations - tModLoader/tModLoader
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 onety
i have only one error
maybe that should be TungstenEnchant
https://github.com/Fargowilta/FargowiltasSouls/blob/master/Content/Items/Accessories/Enchantments/TungstenEnchant.cs looks to be the thing, it does inherit from ModItem
GitHub
FargowiltasSouls/Content/Items/Accessories/Enchantments/TungstenEnc...
Contribute to Fargowilta/FargowiltasSouls development by creating an account on GitHub.
what do i do wtih it
i was guessing that instead of TungstenEnchantment it should be TungstenEnchant, with a link to why
oh ok