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.
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
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.
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....