Jump to content

e540

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by e540

  1. I also heard there's a way to use ReflectionHelper to do stuff like this... Like in: ReflectionHelper.setPrivateValue("something");
  2. 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); }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.