Results 2 comments of Oniroo

I think we should now have to put the tool properties and make it into a `ToolItem`. ```java public static final Item RIP_SWORD_ITEM = register( "rip_sword_item", settings -> new ToolItem(...

I've seen the up coming PR and I found that we can use this ```java public static final Item YOUR_SWORD_ITEM = register( "your_sword_item", Item::new, new Item.Settings().sword(...) // Like this );...