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: docs/java/category.mdx
+8-7
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
:::note
4
4
5
5
While these docs will contain examples and explanations, the javadocs for DynAssetGen are also a good source for information on the java API; while they are not complete, I am continually working to expand how much of
6
-
the API surface is well documented in this way. Additionally, javadocs are published for each major DynAssetGen version after 4. Javadocs are located at [https://javadoc.lukebemish.dev/dev/lukebemish/dynamicassetgenerator/4/](https://javadoc.lukebemish.dev/dev/lukebemish/dynamicassetgenerator/4/).
6
+
the API surface is well documented in this way. Additionally, javadocs are published for each major DynAssetGen version after 4. Javadocs are located at [https://javadoc.lukebemish.dev/dev/lukebemish/dynamicassetgenerator/5/](https://javadoc.lukebemish.dev/dev/lukebemish/dynamicassetgenerator/5/).
7
7
8
8
:::
9
9
@@ -21,27 +21,28 @@ repositories {
21
21
22
22
For each version of DynAssetGen, three types of artifacts are published:
23
23
*`common` jars, which are in official "Mojmaps" mappings and contain no loader-specific code
24
-
*`quilt` jars which run on Quilt
25
-
*`forge` jars which run on Forge
24
+
*`fabriquilt` jars which run on Quilt and Fabric
25
+
*`neoforge` jars which run on NeoForge
26
26
27
27
The artifact coordinates take the format `dev.lukebemish.dynamicassetgenerator:dynamicassetgenerator-<type>-<minecraft version>:<version>`
0 commit comments