diff --git a/TrueCraft.Core/Logic/Items/FlintandSteelItem.cs b/TrueCraft.Core/Logic/Items/FlintandSteelItem.cs deleted file mode 100644 index ec5554e..0000000 --- a/TrueCraft.Core/Logic/Items/FlintandSteelItem.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using TrueCraft.API.Logic; - -namespace TrueCraft.Core.Logic.Items -{ - public class FlintAndSteelItem : ToolItem - { - public static readonly short ItemID = 0x103; - - public override short ID { get { return 0x103; } } - - public override sbyte MaximumStack { get { return 1; } } - - public override short BaseDurability { get { return 65; } } - - public override string DisplayName { get { return "Flint and Steel"; } } - } -} \ No newline at end of file