Fix modpack conf file extension

This commit is contained in:
Travis Wrightsman 2021-03-27 17:02:32 +01:00
parent 5e0399a7af
commit f45055554b

View File

@ -154,7 +154,7 @@ and moved together. They are useful if you want to supply multiple mods to
a player, but don't want to make them download each one individually. a player, but don't want to make them download each one individually.
modpack1 modpack1
├── modpack.lua (required) - signals that this is a mod pack ├── modpack.conf (required) - signals that this is a mod pack
├── mod1 ├── mod1
│   └── ... mod files │   └── ... mod files
└── mymod (optional) └── mymod (optional)