Posted November 28, 201410 yr 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);
November 28, 201410 yr Well. Any and every item should be able to be used to break blocks as if the player was punching (no item in hand). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 28, 201410 yr Author 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?
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.