Posted September 3, 20169 yr Hello, I installed Eclipse, Java and forge-1.8-11.14.1.1341-src.zip according to the tutorial. Can can run Minecraft from eclipse but when I change something in EntityCreeper.java; private int explosionRadius = 3 to private int explosionRadius = 20 then nothing is changed in Minecraft (newly started) In debug mode i see that the value of explosionRadius is still 3 in the EntityCreeper.class file. It seems that the eclipse project is not build from the changed source. Can someone help me with this? Faust
September 3, 20169 yr You can't change vanilla code, you need mcp for that http://i.imgur.com/J4rrGt6.png[/img]
September 3, 20169 yr Correction: don't modify any vanilla code, that's not how Forge works. As for MCP, you can't really do it that way either, because the Forge setup hasn't used MCP that gives you modifiable vanilla files since 1.7.10 and everything's moved since then, so you can't download it anyway. Also, update to 1.10. Or if you're really hell bent on 1.8, at least update to 1.8.9 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.
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.