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