We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5871b commit dfc174aCopy full SHA for dfc174a
src/main/java/org/quiltmc/enigma_plugin/proposal/MappingMergePackageProposer.java
@@ -58,7 +58,8 @@
58
* the manually input class name will be changed according to the mappings, resulting in {@code net/minecraft/Class}.
59
* </p>
60
* <p>
61
- * The override format is written in JSON, with a structure mimicking a package tree and entirely composed of one object type:
+ * The override format is written in JSON, with a structure mimicking a package tree and entirely composed of one object type.
62
+ * The root of this file is a list of top-level package objects.
63
* <pre><code>
64
* [
65
* {
@@ -90,7 +91,6 @@
90
91
* </li>
92
* <li>
93
* {@code children}: a list of child packages of this package.
- * The root of each override file is identical to one of these objects.
94
95
* </ul>
96
0 commit comments