(RESOLVED) error CS0101

ThatFish

Terrarian
I am so fed up with every problem revolving around 1 singular dumb furniture item. EVERY TIME I go to mod terraria again, THE FURNITURE ALWAYS BREAKS ME.
I asked about my furniture existing but not as an item a while back, so someone said I need to add a separate file for the ModItem part. That was an easy fix. Then the problem is that the ModTile and ModItem are not connected, so I make sure that both namespaces use ArtifactProcessor...
error CS0101.
Even the mightily useful tutorial I'm using doesn't talk about this at all.
I'm losing my sanity. PLEASE HELP
1739796204909.png
1739796223031.png
 
The two can't have the same class name, rename one. ArtifactProcessorItem and ArtifactProcessorTile for example
 
The two can't have the same class name, rename one. ArtifactProcessorItem and ArtifactProcessorTile for example
Very cool edit:
I am dumb. I had them on the same hoojamaflup because I thought otherwise they would be unconnected. Suddenly realised that's what Item.createTile is for XD
 
The two can't have the same class name, rename one. ArtifactProcessorItem and ArtifactProcessorTile for example
I now have a new error in that the namespaces ModTile and ModItem don't exist without Terraria.Modloader, but allegedly Terraria.Modloader doesn't exist either
 
Did you create your mod project through TML itself?
 
Last edited:
Back
Top Bottom