We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feae734 commit 4dabe2eCopy full SHA for 4dabe2e
README.md
@@ -0,0 +1,8 @@
1
+# ForgeAPI
2
+
3
+This project generates an API jar with symbols for building Minecraft Forge mods.
4
5
+Only symbols are included (net.minecraft, net.minecraftforge, etc.) so you can build
6
+your mod against this API jar, but running it requires Minecraft.
7
8
+To use in your project, inherit from: https://github.com/agaricusb/ForgeMod
0 commit comments