Fix modpack conf file extension

master
Travis Wrightsman 2021-03-27 17:02:32 +01:00
parent 5e0399a7af
commit f45055554b
1 changed files with 1 additions and 1 deletions

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.
modpack1
├── modpack.lua (required) - signals that this is a mod pack
├── modpack.conf (required) - signals that this is a mod pack
├── mod1
│   └── ... mod files
└── mymod (optional)