Posted August 24, 20169 yr Ummm I'm working on editing certain properties of blocks. Specifically, rails. I am trying to make rails go on walls and the bottom of blocks. Where in eclipse do I find the code for rails, or any other part of vanilla minecraft. This image is what my eclipse Workspace looks like. Please show me where to look to edit vanilla minecraft files!https://lh3.googleusercontent.com/-ciq6sgWomnA/V73ZSmMXtHI/AAAAAAAABH8/h50KvZAKMkU3H_HuLrS5IErXfnAorl56wCL0B/w636-h358-no/Screen%2BShot%2B2016-08-24%2Bat%2B1.26.13%2BPM.png[/img]
August 24, 20169 yr Just FYI, making a rails block that goes on the sides and bottoms of blocks won't automagically make minecarts use them properly. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 25, 20169 yr If you setup a decomp workspace, then look under Referenced Libraries forgeSrc... The java files mostly start with net.minecraft, so scroll down to see those. You can't edit them, but you can see how things work so you can either derive your own versions or (where Forge callbacks exist) subscribe to their events and provide handlers where you may modify behavior. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.