From 47c1e45c152bdf7df4b56cc77660abf79dae38f0 Mon Sep 17 00:00:00 2001 From: Technici4n <13494793+Technici4n@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:58:55 +0100 Subject: [PATCH] Fix index page --- content/_index.md | 24 ++++-------------------- layouts/shortcodes/projects.html | 7 +++++++ 2 files changed, 11 insertions(+), 20 deletions(-) create mode 100644 layouts/shortcodes/projects.html diff --git a/content/_index.md b/content/_index.md index 8915b15..8cec828 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,14 +12,11 @@ description: | # NeoForge installer files You can find a direct link to our latest installer files below. -{{< files "1.20.1" >}} - -Note: this file is still called forge because we're trying to maintain compatibility with launchers, -assuming they don't hardcode things too much. +{{}} -## The new version is here +{{< files "1.20.1" >}} -{{}} +Note: the file is still called forge in 1.20.1 to maintain compatibility with launchers. # Using NeoForge for mod development @@ -29,20 +26,7 @@ assuming they don't hardcode things too much. 2. Clone this project locally, and get started! Our [Documentation] and the [Modding Wiki] are great places to learn more. ## If you have an existing mod project -You can use neoforge in your existing mod development as well. To do so: -1. Update your repositories to use `https://maven.neoforged.net/releases` instead of `https://maven.minecraftforge.net` -2. Update your ForgeGradle to use NeoGradle 6.0.13 or above: - ``` - plugins { - ... - id 'net.neoforged.gradle' version '[6.0.13, 6.2)' - } - ``` -3. Update your `minecraft` dependency to use `net.neoforged:forge` and the version as shown above. - -### Some things to note -1. At the present time, mods built by either system should be intercompatible between forks. -2. Do note that recently, there were some changes in the recommended way to use ForgeGradle/NeoGradle. Note especially the way that `settings.gradle` has changed, as well as the removal of the `buildscript` section in `build.gradle`. Refer to [The MDK] for an example and more. +Refer to [The MDK] for an example of how to update your build script to use NeoForge. [The MDK]: https://github.com/neoforged/MDK [Documentation]: https://docs.neoforged.net diff --git a/layouts/shortcodes/projects.html b/layouts/shortcodes/projects.html new file mode 100644 index 0000000..3c539e9 --- /dev/null +++ b/layouts/shortcodes/projects.html @@ -0,0 +1,7 @@ + \ No newline at end of file