Hello people of the interwebs!
I wanted to change some stats of the vanilla tools. For instance Durability (which I managed to do! \o/ ) and Attack damage (which I didn't manage to do >_<)
Is there a way to do this similar to this? pls help me!
___________________________
@Mod.EventHandler
public void preInit(FMLPreInitializationEvent event) {
FMLCommonHandler.instance().bus().register(this);
GameRegistry.findItem("minecraft", "stone_sword").setMaxDamage(120);
}