From 6fba71212cf7f949f8a167d04e729c8e3c14eb79 Mon Sep 17 00:00:00 2001 From: "Mr. Cat" Date: Wed, 24 Jun 2026 16:44:28 +0300 Subject: [PATCH] Fix grammatical mistake in "Setting up a Development Environment" --- wiki/introduction/setting-up/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/introduction/setting-up/en.md b/wiki/introduction/setting-up/en.md index a99a939..b6fad08 100644 --- a/wiki/introduction/setting-up/en.md +++ b/wiki/introduction/setting-up/en.md @@ -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,