We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 40f70b7Copy full SHA for 40f70b7
.gitignore
@@ -0,0 +1,7 @@
1
+_site/
2
+.sass-cache/
3
+.jekyll-cache/
4
+.jekyll-metadata
5
+# Ignore folders generated by Bundler
6
+.bundle/
7
+vendor/
_config.yml
+remote_theme: pages-themes/modernist@v0.2.0
+plugins:
+- jekyll-remote-theme # add this line to the plugins list if you already have one
+
+title: Modding API JavaDocs
+description: JavaDoc for legacy Minecraft modding APIs.
+show_downloads: false
0 commit comments