Jump to content

yourselvs

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by yourselvs

  1. Well I guess it's okay to keep it able to break blocks, but is there a way to set it that upon click event, it sets the FoV to a number?
  2. I am getting into basic mods and as a test I wanted an item that upon left click, it would randomize the players FoV. The item would not be able to break blocks. I haven't found a way to set those properties yet. The only method I could find would be .canItemEditBlocks(). There doesn't seem to be a setter to change the boolean though. Can anyone help? Current code: fovStick = new Item() .setUnlocalizedName("fovStick") .setCreativeTab(CreativeTabs.tabMisc) .setTextureName(RefStrings.MODID + ":fovStick") .setMaxStackSize(1);
×
×
  • Create New...

Important Information

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