Skip to content

Instantly share code, notes, and snippets.

View CrispyChips6660's full-sized avatar

cripsy_chips1234 CrispyChips6660

  • Modding Outskirts
View GitHub Profile

Adding Tools

Creating a Tool Material class

The first step to creating a tool is to implement the ToolMaterial interface in a class

It's best to make the class as an enum, as it doesnt require you to create an object a regular class, and enum constants make adding tool materials easier. Creating a tool is very similar to creating armor.