Posted March 25, 20187 yr 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); }
March 25, 20187 yr Author 1 minute ago, e540 said: 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); } I also heard there's a way to use ReflectionHelper to do stuff like this... Like in: ReflectionHelper.setPrivateValue("something");
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.