From 9a738733befd93b45df43fbe3473700d6c9e4bdd Mon Sep 17 00:00:00 2001 From: woodiertexas Date: Mon, 14 Oct 2024 23:19:13 -0700 Subject: [PATCH] Update wiki/introduction/getting-started/en.md Co-authored-by: ix0rai --- wiki/introduction/getting-started/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/introduction/getting-started/en.md b/wiki/introduction/getting-started/en.md index 0cd1fd8..40b3223 100644 --- a/wiki/introduction/getting-started/en.md +++ b/wiki/introduction/getting-started/en.md @@ -48,7 +48,7 @@ examples of how to do things in open source repositories and sometimes "steal" c Open source repositories are there for you to learn from and use, don't be afraid of them! -There are many topics in modding where you may quickly find there are many topics in modding lacking relevant tutorials. In those cases you may have to read the relevant Minecraft code, or look at other mods and see how they implemented similar ideas, methods or solutions. +There are many topics in modding lacking relevant tutorials. In those cases you may have to read the relevant Minecraft code, or look at other mods and see how they implemented similar ideas, methods or solutions. Don't be afraid to ask for help with understanding how Minecraft's systems work! If you want to look into the Minecraft source code, run the `genSourcesWithVineflower` Gradle task in the `fabric` category or open any Minecraft source file and click the download sources button in IntelliJ IDEA.