Add files via upload

This commit is contained in:
Taylor Stapleton
2026-07-21 21:42:04 -06:00
committed by GitHub
parent 367dcdf672
commit ee92250b5f
4 changed files with 258 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Standalone config. Only read when ../instance.cfg is missing (i.e. not launched
# by Prism/MultiMC). Delete this file on a Prism-managed instance - the launcher's
# own instance.cfg and mmc-pack.json take priority and this is ignored.
[General]
# Shown in the launch banner. Any string.
name=My Modpack
# Minecraft version. Used to build the Fabric server jar URL.
MinecraftVersion=1.21.1
# Must be exactly "NeoForge" to get the NeoForge install path.
# Anything else falls through to the Fabric branch.
ModloaderName=NeoForge
# Modloader version, NOT the Minecraft version. This builds the NeoForge Maven URL
# and the libraries/net/neoforged/neoforge/<version>/ argfile path - a wrong value
# here means a 404 on download, or a "could not find main class" at startup.
ModloaderVersion=21.1.209