Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/introduction/setting-up/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You'll need to update a few things under `"quilt_loader"`, see below for a final
2. `"description"` should be a short description of your mod.
3. `"contributors"` can contain entries for anything. Use your name as the key
and `"Developer"` as the value if you don't know what to put here.
4. `"contact"` can contain entries for anything similar to `""contributors"`,
4. `"contact"` can contain entries for anything similar to `"contributors"`,
but typically people put a `"homepage"`, a `"sources"`, and a `"issues"` entry with a valid URL here.
5. Replace `example_mod` with your mod's ID in `"icon"`.
4. In `"entrypoints"`, replace `com.example.example_mod` with your Maven group and mod ID,
Expand Down
Loading