You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ The `//$$` shall be aligned with the inner-most `//#if`.
32
32
Code for the more recent MC version shall be placed in the first branch of the if-else-construct.
33
33
Version-dependent import statements shall be placed separately from and after all other imports but before the `static` and `java.*` imports.
34
34
35
-
The source code resides in `src/main` (gradle project `:core`) and is automatically passed through the
36
-
preprocessor when any of the concrete versions are built (gradle projects `:1.8`, `:1.8.9`, etc.).
35
+
The source code resides in `src/main` (gradle project determined by `versions/mainVersion` e.g. with `11404` it'll be `:1.14.4`) and is automatically passed through the
36
+
preprocessor when any of the other versions are built (gradle projects `:1.8`, `:1.8.9`, etc.).
37
37
Do **NOT** edit any of the code in `versions/$MCVERSION/build/` as it is automatically generated and will be overwritten without warning.
38
38
39
39
You can pass the original source code through the preprocessor if you wish to develop/debug with another version of Minecraft:
0 commit comments