Jump to content

DashAhead

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by DashAhead

  1. So I have the line: public static EnumToolMaterial AmethystToolMaterial; Eclipse is telling me the semi colon is incorrect. The line before it: public static Item ItemAmethystPickaxe; does not have this problem.
  2. Well I watched a video about it so not very sure...
  3. Here you go: @Override public boolean func_111207_a(ItemStack itemstack, EntityPlayer player, EntityLivingBase target){ if(!target.worldObj.isRemote){ if(target instanceof EntityCreeper){ if(player.onGround()){ target.motionY = 2.5; } else { player.addChatMessage("This item only works while on the ground!"); }
  4. So Im trying to code something to happen when the player is on land. I do if(player.onGround()){ but it eclipse says it is an error even though it was in the list. Can anyone help?
  5. So I have recompiled and reobfusacted. But I am having trouble actually transferring the class files to minecraft. Can anyone help me install my forge mod to minecraft?
  6. So would the correct command to put in terminal be: cd /Users/maxberezovsky/Desktop/Minecraft Modding/MCP/forge/mcp
  7. I didn't double click the file, I dragged it into terminal and ran it from there. Could you actually help me fix this?
  8. This doesn't help. What other file can I run other than the .bat? By the way I am running the .sh from my mcp folder. I'm kinda new to this, and your aren't helping.
  9. So I get this error when I try to run recompile.bat on mac: /Users/maxberezovsky/Desktop/Minecraft Modding/MCP/forge/mcp/recompile.bat: line 1: @echo: command not found /Users/maxberezovsky/Desktop/Minecraft Modding/MCP/forge/mcp/recompile.bat: line 2: runtimebinpythonpython_mcp: command not found : command not foundy/Desktop/Minecraft Modding/MCP/forge/mcp/recompile.bat: line 3: pause If I try to run recompile.sh I get this error: /Users/maxberezovsky/Desktop/Minecraft\ Modding/MCP/forge/mcp/recompile.sh python: can't open file 'runtime/recompile.py': [Errno 2] No such file or directory I am trying to recompile my mod to publish it but this is in my way, anyone know how to fix this?
×
×
  • Create New...

Important Information

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