User Tools

Site Tools


tutorial:tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:tools [2021/08/13 13:54] – [Creating Tools] kaloyankystutorial:tools [2021/08/13 13:55] – [Creating Tools] kaloyankys
Line 108: Line 108:
 </code> </code>
  
-Using the custom subclass:+Using the public classes:
 <code java> <code java>
 public static ToolItem POTATO_PICKAXE = new CustomPickaxeItem(PotatoToolMaterial.INSTANCE, 1, -2.8F, new Item.Settings().group(ItemGroup.TOOLS)); public static ToolItem POTATO_PICKAXE = new CustomPickaxeItem(PotatoToolMaterial.INSTANCE, 1, -2.8F, new Item.Settings().group(ItemGroup.TOOLS));
tutorial/tools.txt · Last modified: 2023/09/07 05:32 by drakonkinst