-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve introduction category #74
Improve introduction category #74
Conversation
wiki/introduction/setting-up.md
Outdated
@@ -111,7 +111,7 @@ You'll need to update a few things under `"quilt_loader"`, see below for a final | |||
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, | |||
and the `ExampleMod` at the end should be the Java class name for your mod. The Java class name usually is your mod's name, written in `UpperCamelCase` (So new words simply start by using a uppercase letter and the initial latter is also upper case) | |||
and the `ExampleMod` at the end should be the Java class name for your mod. The Java class name usually is your mod's name, written in `UpperCamelCase` (So new words simply start by using an uppercase letter and the initial latter is also upper case) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uppercase latter
is another typo, this sentence is also semantically pretty bad and should just get a rewrite
3089b32
to
e1f210c
Compare
wiki/introduction/get-started/en.md
Outdated
|
||
Many problems have been solved in modding before, and are publicly available for you | ||
to see and use as most mods for Quilt are open source. We recommend that you look at | ||
examples of how to do things in open source repositories and sometimes "steal" code. | ||
Open source repositories are there for you to learn from and use, don't be afraid of | ||
them! | ||
|
||
TODO: Levi write your thing about stealing code here | ||
There are many topics in modding where you quickly will find yourself at a point where tutorials are missing. In those cases you'll usually either have to understand the relevant Minecraft code, or look at other mods and see how they got similar things done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are many topics in modding where you quickly will find yourself at a point where tutorials are missing. In those cases you'll usually either have to understand the relevant Minecraft code, or look at other mods and see how they got similar things done. | |
There are many topics in modding where you quickly will find yourself at a point where there are no tutorials to help. In those cases you'll usually either have to understand the relevant Minecraft code, or look at other mods and see how they got similar things done. |
I think a quick explainer on how to see game code (vineflower gen sources) would fit nicely here
@anonymous123-code resolve conflicts and we can merge this! |
- Fix typos, - Better wording - Add explanation for genSources Co-authored-by: ix0rai <[email protected]>
03c8bc4
to
d8955fb
Compare
Removes several TODOs:
This does not sync the french translation.
See preview on Cloudflare Pages: https://preview-74.developer-wiki.pages.dev