Jump to content

nayoshi12

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by nayoshi12

  1. At MovingObjectPosition movingobjectposition = world.rayTraceBlocks_do_do(vec3d, vec3d1, false, true); and EnumMovingObjectType.TILE and It seems it is not recognizing it as a function or enum.
  2. Hi, I was trying to create an Item to shoot lightning as a projectile, I found these code and Implemented it onto mine. But I have some errors cannot find symbols here is the code: LightningIngot.java
  3. I'm sorry about my lack of organization. I've fixed it some how. I just removed (Item.ToolMaterial material) and replaced the the material inside the super() with nayoMaterial, also I registered it inside the PotatoPickaxe class. I will try to organize my codes.
  4. That is not my main class, Sorry. Here it is I am getting an error towards PotatoPickaxe = new PotatoPickaxe() there are too many classes to put in here. I thought that would be enough....
  5. Whenever I tried to register a Pickaxe, It gives me an error........ ModTools class PotatoPickaxe class
×
×
  • Create New...

Important Information

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