Jump to content

damo190

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by damo190

  1. 1. I tried the same with both Forge 1.7.10 Recommended and Latest 2. Yes, you're right I have no clue what I am doing. Last time a I modded with forge. You were meant to download MCP from mcp.ocean-labs.de (still remember the website). Anyway the log is quite long so here it is I would like to bring your attention to the bit where it says getAssets: Current Status: 3/686 . This is where I think the problem lies. The assets just arent downloaded oh and don't you tell me to do gradlew eclipse in the command line after that cause it doesn't work. I just would like to point out perhaps something which may be a problem. You see I run Minecraft of my S: drive not on the standard C: drive due to it is filled up with stuff and minecraft was taking up a fair amount of it's space so I decided to move it over. Perhaps this is the reason why forge doesn't work or perhaps I'm entirely wrong either way please may someone help I really wanted to start programming again as I have an idea which I think will be well taken by people and would like to begin soon...
  2. Yes at the start it says The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/..
  3. There is no project. NOTHING. No libraries just a Minecraft folder which can't be opened. Seriously what the hell happened to forge. Listen here is the problem. When running the cmd prompt for gradlew blah blah blah. It gets to downloading assets gets to 3/1120 and goes on to the next thing. It's like it gives up on downloading the assets
  4. Yes I did run gradlew eclipse but also I'm wondering where about is this library? I can't find it in the actual forge folder
  5. So recently I decided to go back to forge. I updated my java jdk today to the latest version and also my jre. I updated eclipse to luna version also today and got the src from the forge downloads page for the forge version 10.12.2.1147 Anyway I followed this: video to set up forge and mcp due to I hadn't done it in a while anyway according to the video I had to use cmd, change the directory to the folder where I had extracted forge and type the following command "gradlew.bat setupDecompWorkspace --refresh-dependencies" Everything worked fine except for I noticed it seemed that it skipped downloading the Minecraft assets in the eclipse folder. So sure enough I opened up eclipse setting the workspace to the forge folder\eclipse and ofcourse there were no minecraft files to be spoken except for the libraries. If anyone could explain a fix to this or could tell me another way to install forge into eclipse please do tell me.
  6. thank you very much i did not realise he would do that I was following his tutorials from now on for updates ill come to hime thx
  7. thank you very much i did not realise he would do that I was following his tutorials from now on for updates ill come to hime thx
  8. I am fairly new to the minecraft forge forums and I am also kinda new to java programming with forge(about 2 weeks of experience). Anyway I wanted to make a portal out of sandstone to go to the Potato Realm (don't ask). I was following along a text tutorial created in 1.4.7 thinking that if I came across any errors I would try to fix them BOY WAS I WRONG. I have an error close to the end where the boolean variable par1World was getting a left-handed assignment and it turns out that the assignments from 1.4.7 is different to 1.5.1 here is my portal file http://paste.minecraftforge.net/view/832341d5 there are 3 errors 2 on par1World.editingBlocks (both true and false) and one on par1World.setBlockWithNotify I have figured out that possibly setBlockWithNotify could be notifyBlockChange but i'm not sure. Please may someone with experience look into this so I can continue coding in peace.
  9. I am fairly new to the minecraft forge forums and I am also kinda new to java programming with forge(about 2 weeks of experience). Anyway I wanted to make a portal out of sandstone to go to the Potato Realm (don't ask). I was following along a text tutorial created in 1.4.7 thinking that if I came across any errors I would try to fix them BOY WAS I WRONG. I have an error close to the end where the boolean variable par1World was getting a left-handed assignment and it turns out that the assignments from 1.4.7 is different to 1.5.1 here is my portal file http://paste.minecraftforge.net/view/832341d5 there are 3 errors 2 on par1World.editingBlocks (both true and false) and one on par1World.setBlockWithNotify I have figured out that possibly setBlockWithNotify could be notifyBlockChange but i'm not sure. Please may someone with experience look into this so I can continue coding in peace.
×
×
  • Create New...

Important Information

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