Skip to content
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

Conversation

anonymous123-code
Copy link
Contributor

@anonymous123-code anonymous123-code commented Dec 29, 2023

Removes several TODOs:

  • Links some git tutorials, make todo in basic requirements section a comment
  • Link relevant wiki issues
  • Add initial Outline for articles
  • Add Methodology for asking questions
  • Try to fix the "Levi write your thing about stealing code here" TODO
  • Fix several typos

This does not sync the french translation.


See preview on Cloudflare Pages: https://preview-74.developer-wiki.pages.dev

@@ -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)
Copy link
Member

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

@anonymous123-code anonymous123-code force-pushed the more-introduction-improvements branch from 3089b32 to e1f210c Compare December 29, 2023 17:47
wiki/introduction/get-started/en.md Outdated Show resolved Hide resolved
wiki/introduction/get-started/en.md Outdated Show resolved Hide resolved
wiki/introduction/get-started/en.md Outdated Show resolved Hide resolved

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@ix0rai ix0rai added content Relates to the content of the wiki page update updates the contents of a wiki page labels Jan 3, 2024
@ix0rai
Copy link
Member

ix0rai commented Jan 29, 2024

@anonymous123-code resolve conflicts and we can merge this!

@anonymous123-code anonymous123-code force-pushed the more-introduction-improvements branch from 03c8bc4 to d8955fb Compare February 6, 2024 09:22
@anonymous123-code anonymous123-code merged commit 6f19e88 into QuiltMC:main Feb 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Relates to the content of the wiki page update updates the contents of a wiki page
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants