irscy
Terrarian
I'm recreating the Calamity Vanilla Item Recipes, but I'm getting this error.
Should this be happening? (I am using the 1.4 beta.)
Code:
using Terraria.ID;
using Terraria.ModLoader;
namespace VanillaCalamityRecipies.Items
{
public class DesertFeather : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Desert Feather");
}
}
}
Should this be happening? (I am using the 1.4 beta.)