19 lines
819 B
Plaintext
19 lines
819 B
Plaintext
# 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 |