Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Installation/Minecraft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
To install NOVA for Minecraft, download the appropriate wrapper from the front page and the associated Forge version from [files.minecraftforge.net](http://files.minecraftforge.net/).
After that, follow the installation instructions and drop the NOVA wrapper into `.minecraft/mods/` so that Forge loads it. After that drop all the NOVA mods you want to use into the same folder and NOVA will take care of the rest.
5 changes: 5 additions & 0 deletions docs/Installation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This page contains the installation instructions for every game that is officially supported by NOVA.

## Minecraft
To install NOVA for Minecraft, download the appropriate wrapper from the front page and the associated Forge version from [files.minecraftforge.net](http://files.minecraftforge.net/).
After that, follow the installation instructions and drop the NOVA wrapper into `.minecraft/mods/` so that Forge loads it. After that drop all the NOVA mods you want to use into the same folder and NOVA will take care of the rest.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ markdown_extensions:

pages:
- Home: index.md
- Installation: Installation/index.md
# - Minecraft: Installation/Minecraft.md
- Mod Development:
- Getting started: Mod Development/Getting Started.md
- NOVA Gradle: Mod Development/NOVA Gradle.md
Expand Down