Skip to content

Commit d14f153

Browse files
Add some more explanation to README
1 parent d18ef96 commit d14f153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ imported with `File > Import... > Run/Debug > Launch Configurations`, but note t
1010
not rebuild the mod.
1111

1212
When editing resources make sure to refresh the project (`The project (Right click) > Refresh`), otherwise
13-
the changes may not be visible in game.
13+
the changes may not be visible in game. This is because when starting from a non-Gradle start in Eclipse
14+
the resources from the `bin` folder are used which gets updated by Eclipse, not Gradle.
1415

1516
# Building
1617
Building is simply done via `./gradlew build`.

0 commit comments

Comments
 (0)