Posted February 14, 201411 yr EDIT: I /still/ can't seem to find the minecraft src files. I found the forge java, but the minecraft folder only has a forge related java file. I am wondering if I did something wrong in the command line process, although my projects compile just fine. EDIT 2: I finally found that you have to run "gradlew setupDecompWorkspace --refresh-dependencies" and then run gradlew setupDevWorkspace eclipse" this adds the source java files to your project. There may be a condensed way to do this but this worked for me. http://i43.tinypic.com/95v5n9.png[/img]
February 14, 201411 yr They are still there, but kind of hard to find. Minecraft |__Referenced Libraries |__forgeSrc-1.7.2-(forge version) |__net.minecraft... All the Forge source is in there as well. http://i.imgur.com/NdrFdld.png[/img]
February 14, 201411 yr Author Thanks! EDIT: Actually I found the forge src files, but all the minecraft files are Classes from what I can tell. I'll keep fishing around in the build folder. Now maybe I can find out how to implement the new block/item naming system via the asset lang system since .addName was deprecated. http://i43.tinypic.com/95v5n9.png[/img]
February 14, 201411 yr There is a "lang" folder inside of the assets on 1.7.2 "src\main\resources\assets\modid\lang\en_US.lang"
February 14, 201411 yr Author I saw that. I was wondering if I just add my blocks/items to it and if I put it in my rss folder so it moves during the build. http://i43.tinypic.com/95v5n9.png[/img]
February 14, 201411 yr The format is: the name minecraft has=Your name here for example: tile.testblock.name=Test Block Would rename the testblock to Test Block. Honestly no idea about building it yet - when you hit run in the eclipse workspace it loads up the assets no problem, so I'm assuming if you build the way intended it'll auto handle packaging the assets for you.
February 14, 201411 yr Author I'll try it and let you know. my first test is going to be a version of en_US.lang in my resources folder that only contains the header info and my items/blocks. http://i43.tinypic.com/95v5n9.png[/img]
February 14, 201411 yr You can see how I have my lang file set up here. Note that I prefix my names with my shortened modid, which isn't really necessary, but I like it. http://i.imgur.com/NdrFdld.png[/img]
February 14, 201411 yr Author You can see how I have my lang file set up here. Note that I prefix my names with my shortened modid, which isn't really necessary, but I like it. That's basically what mine looks like, good so far. Now, I just need to create an assets package in my src/ folder? BTW Thanks so much for the help. Your mod looks amazing just from looking at your code. I can't wait to try it out once my mod is up an running the way I want. http://i43.tinypic.com/95v5n9.png[/img]
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.