This commit is contained in:
2022-12-04 12:34:29 +01:00
parent 979b6adde2
commit 6383b3938b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ public class CopperSwordOnAStick : ModItem {
.AddIngredient(ItemID.CopperShortsword)
.Register();
}
}
}
+1 -1
View File
@@ -49,4 +49,4 @@ public class KatanaRedo : GlobalItem {
return null;
}
}
}
+1 -1
View File
@@ -44,4 +44,4 @@ public class MithrilPebbleOfPigSmiting : ModItem {
Item.shootSpeed = 20f;
Item.shoot = ModContent.ProjectileType<MithrilPebbleOfPigSmitingProjectile>();
}
}
}