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

"Using the ide" Page [Part 1] #111

Closed
wants to merge 122 commits into from
Closed

Commits on Dec 29, 2023

  1. Initial commit

    modmuss50 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    64a9b13 View commit details
    Browse the repository at this point in the history
  2. Inital Vitepress setup (FabricMC#1)

    * Inital Vitepress setup
    
    * Actions and change gitignore
    
    * ingore dist
    
    * Clean URLs + srcExclude
    
    * Fix rollup issue, add configured theme.
    
    * Add license.
    
    * Update style.css
    
    * Cleanup + Enable Search
    
    * Minimize css
    
    ---------
    
    Co-authored-by: Calum H <[email protected]>
    modmuss50 and IMB11 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    cce253f View commit details
    Browse the repository at this point in the history
  3. Implement versioning. (FabricMC#3)

    * Implement versioning.
    
    * Sidebar loading from root.
    IMB11 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    67ac742 View commit details
    Browse the repository at this point in the history
  4. Add Reference mod (FabricMC#7)

    * Add Reference mod
    
    * 1.20.4 -> latest
    modmuss50 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7e16ad0 View commit details
    Browse the repository at this point in the history
  5. Update homepage (FabricMC#8)

    * Update homepage
    
    * Add docs team to codeowners
    modmuss50 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    abecf94 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    02d67da View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Player Guides (FabricMC#5)

    * Begin on player guides.
    
    * Update FAQ links
    
    * Player installation guides
    
    * Finish windows install java guide.
    
    * Linux install java guide.
    
    * Revert "Update FAQ links"
    
    This reverts commit e612ea4.
    
    * Revert index
    
    * Update link for installing Java on MacOS
    
    * Finalize content.
    
    * Rename page title.
    
    * Remove information about inter-loader
    compatibility
    
    * Logs + Crash Reports
    
    * Update link to crash reports
    
    * Cleanup of pages, only mention vanilla launcher.
    
    * Add troubleshooting information for mixin crashes
    
    * "Installing Fabric" pages
    
    * Installing mods page.
    
    * Update .gitignore and installing-mods.md
    
    * Fix dead link.
    
    * Updating Fabric guide.
    
    * Apply pull request suggestions.
    
    * Add simple note about opening the installer on MacOS
    
    * Update description in players/index.md
    
    ---------
    
    Co-authored-by: modmuss50 <[email protected]>
    IMB11 and modmuss50 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ab6897d View commit details
    Browse the repository at this point in the history
  2. Sidebar, SEO and Sitemap (FabricMC#15)

    * Sidebar fixes. (Allows hotswapping.)
    
    * Add SEO functionality.
    
    * Sitemap + Icon fixes.
    
    * Remove versioned items from sitemap
    
    * Remove version test.
    
    * Add LanguageTool files to .gitignore
    IMB11 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f4fadde View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    9eccc04 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    6f31179 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Codec Guide (FabricMC#18)

    enjarai committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7e5ed1d View commit details
    Browse the repository at this point in the history
  2. "Creating Custom Particles" Page (FabricMC#20)

    * Registering Particles Page
    
    FEAT: Added a new page found within the develop/particles folder. This page guides users through the process of registering a new particle.
    
    * Code Style fix
    
    FIX: Hopefully fixed the incorrect imports
    
    * Migrate to code reference functionality.
    
    * Add extra frontmatter information.
    
    * Disable comment indentation on spotless, conflicts with markdown plugin.
    
    * Revert "Disable comment indentation on spotless, conflicts with markdown plugin."
    
    This reverts commit 62d1422.
    
    * Solve checkstyle issues.
    
    * Discard changes to package-lock.json
    
    ---------
    Superkat32 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    dbba950 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Author System (FabricMC#21)

    IMB11 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    37c33c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deefd4a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    98e5520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5ea31 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Command Guides (FabricMC#26)

    * add main commands page
    
    * fix formatting using spotless
    
    * requested changes
    
    * Suggestions
    
    * Custom Argument Types
    
    * Refactor BlockPosArgumentType class to remove
    unnecessary print statements
    
    * Checkstyle fixes.
    
    * Checkstyle fixes.
    
    * Redirect commands.
    
    * fix checkstyle error
    
    ---------
    
    Co-authored-by: Calum <[email protected]>
    dicedpixels and IMB11 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7063bec View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    717d84f View commit details
    Browse the repository at this point in the history
  2. Rendering Guides (FabricMC#24)

    IMB11 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a70eb17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9857c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5df9781 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11caefe View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Warning Banner (FabricMC#38)

    * Develop Sidebar + Setup spanish for translators
    
    * Undo copying of spanish files.
    
    * Update Crowdin configuration file
    
    * Delete crowdin.yml file
    
    * Fix versioning configuration
    
    * Publishing Workflow
    
    * WIP warning.
    
    * Remove VitePress GitHub Pages workflow
    
    * Fix banner logic.
    
    * Fix flash
    
    * Refactor BannerComponent.vue
    IMB11 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0820337 View commit details
    Browse the repository at this point in the history
  2. Translation tweaks (FabricMC#40)

    * Translation tweaks
    
    * Update
    
    * Dont build l10n branches
    modmuss50 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ae75f87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dfc160 View commit details
    Browse the repository at this point in the history
  4. Asset handling fixes. (FabricMC#43)

    * Develop Sidebar + Setup spanish for translators
    
    * Undo copying of spanish files.
    
    * Update Crowdin configuration file
    
    * Delete crowdin.yml file
    
    * Fix versioning configuration
    
    * Publishing Workflow
    
    * WIP warning.
    
    * Remove VitePress GitHub Pages workflow
    
    * Fix banner logic.
    
    * Fix flash
    
    * Refactor BannerComponent.vue
    
    * Fix asset URLs
    IMB11 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    80720cb View commit details
    Browse the repository at this point in the history
  5. Dynamic locales + sidebar translations. (FabricMC#44)

    * Develop Sidebar + Setup spanish for translators
    
    * Undo copying of spanish files.
    
    * Update Crowdin configuration file
    
    * Delete crowdin.yml file
    
    * Fix versioning configuration
    
    * Publishing Workflow
    
    * WIP warning.
    
    * Remove VitePress GitHub Pages workflow
    
    * Fix banner logic.
    
    * Fix flash
    
    * Refactor BannerComponent.vue
    
    * Fix asset URLs
    
    * Dynamic sidebar translations + locale loading.
    
    * Update crowdin config.
    
    * Remove old sidebars.json definition from old system + remove console.log
    
    * Root sidebar translations.
    
    * Add missing i18n
    IMB11 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    062548d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f51a20 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. New Crowdin updates (FabricMC#45)

    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    af2db5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcdfcdd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Setup deployment

    modmuss50 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1b99305 View commit details
    Browse the repository at this point in the history
  2. Fix publish.yml

    modmuss50 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d9daeec View commit details
    Browse the repository at this point in the history
  3. Fix publish

    modmuss50 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2aa7d4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    979ec85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b727231 View commit details
    Browse the repository at this point in the history
  6. New Crowdin updates (FabricMC#48)

    * New translations index.md (Spanish)
    
    * New translations installing-fabric.md (Spanish)
    
    * New translations installing-mods.md (Spanish)
    
    * New translations updating-fabric.md (Spanish)
    
    * New translations contributing.md (Spanish)
    
    * New translations sidebar_translations.json (Chinese Traditional)
    
    * New translations updating-fabric.md (French)
    
    * New translations index.md (Spanish)
    
    * New translations index.md (Chinese Traditional)
    
    ---------
    
    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8720818 View commit details
    Browse the repository at this point in the history
  7. Ignore language if index.md is missing. (FabricMC#55)

    Co-authored-by: Fabric Bot <[email protected]>
    Co-authored-by: modmuss <[email protected]>
    3 people committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6df21f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04f1079 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77c3a15 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    4c1ef11 View commit details
    Browse the repository at this point in the history
  2. More quotation fixes

    modmuss50 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3facbe6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    500f3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59539c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75cb466 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27303f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    928b0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b7c4bb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. New Crowdin updates (FabricMC#64)

    * New translations codecs.md (French)
    
    * New translations faq.md (Spanish)
    
    * New translations uploading-logs.md (Spanish)
    
    * New translations windows.md (Russian)
    
    * New translations contributing.md (Chinese Traditional)
    
    * New translations index.md (Chinese Traditional)
    
    * New translations windows.md (Chinese Traditional)
    
    * New translations sidebar_translations.json (Chinese Traditional)
    
    * New translations contributing.md (Portuguese, Brazilian)
    
    * New translations contributing.md (German)
    
    * New translations faq.md (German)
    
    * New translations finding-mods.md (German)
    
    * New translations installing-fabric.md (German)
    
    * New translations installing-mods.md (German)
    
    * New translations crash-reports.md (German)
    
    * New translations uploading-logs.md (German)
    
    * New translations updating-fabric.md (German)
    
    * New translations linux.md (Italian)
    
    * New translations arguments.md (Korean)
    
    * New translations basics.md (Korean)
    
    * New translations suggestions.md (Korean)
    
    * New translations effects.md (Korean)
    
    * New translations potions.md (Korean)
    
    * New translations index.md (Korean)
    
    * New translations sidebar_translations.json (Korean)
    
    * New translations index.md (Ukrainian)
    
    * New translations faq.md (Ukrainian)
    
    * New translations finding-mods.md (Ukrainian)
    
    * New translations index.md (Ukrainian)
    
    * New translations index.md (Vietnamese)
    
    * New translations sidebar_translations.json (Vietnamese)
    
    * New translations contributing.md (Italian)
    
    * New translations codecs.md (Italian)
    
    * New translations index.md (Italian)
    
    * New translations faq.md (Italian)
    
    * New translations finding-mods.md (Italian)
    
    * New translations index.md (Italian)
    
    * New translations installing-fabric.md (Italian)
    
    * New translations windows.md (Italian)
    
    * New translations sidebar_translations.json (Italian)
    
    * New translations contributing.md (Vietnamese)
    
    * New translations index.md (Vietnamese)
    
    * New translations index.md (Vietnamese)
    
    * New translations installing-fabric.md (Vietnamese)
    
    * New translations installing-mods.md (Vietnamese)
    
    * New translations updating-fabric.md (Vietnamese)
    
    * New translations sidebar_translations.json (Vietnamese)
    FabricMCBot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7bbc22e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Small Fix (FabricMC#67)

    notlin4 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a302efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96267a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Creating Custom Particles Guide Overhaul (FabricMC#61)

    * Creating Custom Particles guide overhaul
    
    All changes are related to the Creating Custom Particles guide.
    FEAT: Added things related to the sparkle particle, this includes sentence reworks and code reworks(including file renames)
    FEAT: Added an image showcasing the custom particle
    FEAT/REFACTOR: Added some tips and information boxes where I felt was fit. Some sections have been replaced to be a tip/info box instead of its own sentence
    REFACTOR: Changed the particle's texture from the Fabric logo to a shiny blue sparkle
    REFACTOR: Changed the Creating a JSON file and adding textures section to be more easily followed
    FIX: JSON is now always properly capitalized when referencing it(not including the actual files)
    FIX: Added a period on one of the code comments to be consistent with the rest of the code comments
    
    * Last second image alt text fix
    
    FIX: Somehow my "particle" in "Showcase of the sparkle particle" got lost. I'll also remove "sparkle" just in case that was a style check thing that I didn't notice.
    Superkat32 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    99482ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840a65c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Grammar fixes (FabricMC#72)

    notlin4 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fa3c8ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbfeafd View commit details
    Browse the repository at this point in the history
  3. Damage Types Guide (FabricMC#50)

    Co-authored-by: Calum H <[email protected]>
    Co-authored-by: Fabric Bot <[email protected]>
    Co-authored-by: modmuss <[email protected]>
    Co-authored-by: modmuss50 <[email protected]>
    Co-authored-by: Benonardo <[email protected]>
    Co-authored-by: Juuz <[email protected]>
    Co-authored-by: FurnyGo <[email protected]>
    Co-authored-by: notlin4 <[email protected]>
    Co-authored-by: Superkat32 <[email protected]>
    9 people committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e4c67b6 View commit details
    Browse the repository at this point in the history
  4. Sounds Pages (FabricMC#68)

    JR1811 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cc30a3c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix Codeowners file. (FabricMC#77)

    * Fix locale loading.
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    IMB11 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    41e8076 View commit details
    Browse the repository at this point in the history
  2. Codeowner Fix (FabricMC#79)

    * Fix locale loading.
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    
    * Fix
    IMB11 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    10a00a6 View commit details
    Browse the repository at this point in the history
  3. Exclude regional variants of languages on crowdin. (FabricMC#78)

    * Exclude regional variants of languages on crowdin.
    
    * Update excluded target languages in crowdin.yml
    IMB11 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9c1d12c View commit details
    Browse the repository at this point in the history
  4. New Crowdin updates (FabricMC#74)

    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d938f7c View commit details
    Browse the repository at this point in the history
  5. Remove incorrect special case for when commands return zero (FabricMC#76

    )
    
    * Remove incorrect special case for when commands return zero
    
    * Update develop/commands/basics.md
    
    ---------
    
    Co-authored-by: Calum H <[email protected]>
    xpple and IMB11 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    51b98c4 View commit details
    Browse the repository at this point in the history
  6. Add recursive codec guide (FabricMC#75)

    Co-authored-by: Calum H <[email protected]>
    Syst3ms and IMB11 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c42324e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    8df051e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b206c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff8a06 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    9df52d8 View commit details
    Browse the repository at this point in the history
  2. Add robots.txt (FabricMC#83)

    * robots file
    
    * Update robots.txt
    
    * Update robots.txt
    
    * noindex for versioned pages.
    
    * Remove unused import in seo.ts
    IMB11 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f55da8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e2aab View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. New Crowdin updates (FabricMC#85)

    * New translations suggestions.md (Chinese Simplified)
    
    * New translations windows.md (Chinese Simplified)
    
    * New translations installing-mods.md (Chinese Simplified)
    
    * New translations uploading-logs.md (Chinese Simplified)
    
    * New translations updating-fabric.md (Chinese Simplified)
    
    * New translations contributing.md (Ukrainian)
    
    * New translations finding-mods.md (Ukrainian)
    
    * New translations installing-fabric.md (Ukrainian)
    
    * New translations installing-mods.md (Ukrainian)
    
    * New translations sidebar_translations.json (Ukrainian)
    
    * New translations suggestions.md (Spanish)
    
    * New translations suggestions.md (German)
    
    * New translations finding-mods.md (Italian)
    
    * New translations linux.md (Italian)
    
    * New translations installing-mods.md (Italian)
    
    * New translations crash-reports.md (Italian)
    
    * New translations updating-fabric.md (Italian)
    
    * New translations sidebar_translations.json (Italian)
    
    * New translations codecs.md (Italian)
    
    * New translations damage-types.md (Italian)
    
    * New translations suggestions.md (Italian)
    
    * New translations sidebar_translations.json (French)
    
    * New translations sidebar_translations.json (Dutch)
    
    * New translations using-sounds.md (Italian)
    
    * New translations creating-a-project.md (Italian)
    FabricMCBot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7926029 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    1af92bd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. New Crowdin updates (FabricMC#88)

    * New translations introduction-to-fabric-and-modding.md (Italian)
    
    * New translations sidebar_translations.json (Italian)
    
    * New translations effects.md (Italian)
    
    * New translations potions.md (Italian)
    
    * New translations launching-the-game.md (Italian)
    
    * New translations project-structure.md (Italian)
    
    * New translations setting-up-a-development-environment.md (Italian)
    
    * New translations sidebar_translations.json (Chinese Traditional)
    FabricMCBot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    54f2f58 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d5181f7 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (FabricMC#91)

    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    150da5f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    757304f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3633c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. New Crowdin updates (FabricMC#98)

    * New translations codecs.md (Italian)
    
    * New translations sidebar_translations.json (Italian)
    
    * New translations index.md (Turkish)
    
    * New translations suggestions.md (Italian)
    
    * New translations effects.md (Italian)
    
    * New translations potions.md (Italian)
    
    * New translations contributing.md (Italian)
    
    * New translations basics.md (Italian)
    
    * New translations events.md (Italian)
    
    * New translations index.md (Italian)
    
    * New translations basic-concepts.md (Italian)
    
    * New translations draw-context.md (Italian)
    
    * New translations custom-screens.md (Italian)
    
    * New translations windows.md (Italian)
    
    * New translations crash-reports.md (Italian)
    
    * New translations installing-fabric.md (Italian)
    
    * New translations arguments.md (Italian)
    
    * New translations custom-widgets.md (Italian)
    
    * New translations hud.md (Italian)
    
    * New translations creating-particles.md (Italian)
    
    * New translations index.md (Italian)
    
    * New translations faq.md (Italian)
    
    * New translations finding-mods.md (Italian)
    
    * New translations index.md (Italian)
    
    * New translations linux.md (Italian)
    
    * New translations installing-mods.md (Italian)
    
    * New translations uploading-logs.md (Italian)
    
    * New translations updating-fabric.md (Italian)
    
    * New translations damage-types.md (Italian)
    
    * New translations custom.md (Italian)
    
    * New translations using-sounds.md (Italian)
    
    * New translations creating-a-project.md (Italian)
    
    * New translations introduction-to-fabric-and-modding.md (Italian)
    
    * New translations launching-the-game.md (Italian)
    
    * New translations project-structure.md (Italian)
    
    * New translations setting-up-a-development-environment.md (Italian)
    
    * New translations index.md (Russian)
    
    * New translations installing-fabric.md (Russian)
    
    * New translations potions.md (Italian)
    
    * New translations installing-fabric.md (German)
    
    * New translations codecs.md (Italian)
    
    * New translations crash-reports.md (Italian)
    
    * New translations uploading-logs.md (Italian)
    
    * New translations damage-types.md (Italian)
    
    * New translations creating-a-project.md (Italian)
    
    * New translations introduction-to-fabric-and-modding.md (Italian)
    
    * New translations setting-up-a-development-environment.md (Italian)
    
    * New translations contributing.md (Italian)
    
    * New translations sidebar_translations.json (Korean)
    
    * New translations setting-up-a-development-environment.md (Chinese Simplified)
    
    * New translations index.md (Korean)
    
    * New translations codecs.md (Italian)
    
    ---------
    
    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9b5ffcf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    990556b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ae688 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    046200c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    64dd235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9721aa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d05a49 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. added image files

    JR1811 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d73f488 View commit details
    Browse the repository at this point in the history
  2. added new sidebar page entry

    JR1811 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9c980f0 View commit details
    Browse the repository at this point in the history
  3. added using-the-ide page

    JR1811 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9a144be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc3b5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    198f265 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0665280 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2002418 View commit details
    Browse the repository at this point in the history
  8. New Crowdin updates (FabricMC#104)

    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cdf9c4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c9c726 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    71b2343 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d696cd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Add GitHub workflow for markdownlint (FabricMC#101)

    * Add GitHub workflow for `markdownlint`
    
    * Add `MD054` rule
    
    * Add version numbers
    
    * Simplify logic
    
    - Only exclude `ŧranslated` files
    - Only lint with `markdownlint-rule-titlecase`
    
    * Lint all files, not only changed files
    
    * Allow all HTML elements
    its-miroma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    fbf06f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87cd79f View commit details
    Browse the repository at this point in the history
  3. Lint fixes (FabricMC#117)

    * Lint fixes.
    
    * Update markdownlint configuration
    
    * Add push trigger for test in markdownlint workflow
    
    * Update .vscode/settings.json and players/updating-fabric.md
    
    * Update markdownlint workflow
    IMB11 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    adfb349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b1c5a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fixed small typo

    JR1811 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8a8dfd2 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (FabricMC#115)

    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6e38d06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e43f55 View commit details
    Browse the repository at this point in the history
  4. moved the renamed page back in

    JR1811 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5702609 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Item pages (FabricMC#116)

    IMB11 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3a01822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2569fe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d82bec7 View commit details
    Browse the repository at this point in the history
  2. Blocks (FabricMC#118)

    Co-authored-by: modmuss <[email protected]>
    IMB11 and modmuss50 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7b64599 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. New Crowdin updates (FabricMC#124)

    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a3f92b5 View commit details
    Browse the repository at this point in the history
  2. 1.21 (FabricMC#125)

    IMB11 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bf31d94 View commit details
    Browse the repository at this point in the history
  3. Fix 404 link to custom item groups page and update minecraft version …

    …and java version on setting up a development environment page (FabricMC#127)
    nddevern committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    40cd9cd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    7e7b1b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Fix old path (FabricMC#130)

    Change to the correct path for modding in Minecraft version 1.21
    megabyte6 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0ab32b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e087b96 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    4fea2eb View commit details
    Browse the repository at this point in the history
  2. improve order for ModItems tutorial (FabricMC#135)

    I changed the order of the armor items to match the order displayed in the 'Creative' mode:
    
    - Helmet
    - Chestplate
    - Leggings
    - Boots
    
    to improve overall consistency.
    cprodhomme committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d713b18 View commit details
    Browse the repository at this point in the history
  3. Hotswapping with JBR (FabricMC#137)

    * Add Hotswapping with a JDK
    
    Adds the method of using the DCVEM or JetBrains JDK to Hotswap classes and methods.
    
    * Add Hotswapping with a JDK
    
    Add the method of using the DCVEM or JetBrain Runtime JDK for hotswapping classes and methods in german.
    
    * Fixed lint issues and updated documentation
    
    * Updated grammar
    
    Co-authored-by: Miroma <[email protected]>
    
    ---------
    
    Co-authored-by: Miroma <[email protected]>
    Tenneb22 and its-miroma committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9ab0e61 View commit details
    Browse the repository at this point in the history
  4. New Crowdin updates (FabricMC#126)

    * New translations arguments.md (Chinese Simplified)
    
    * New translations basics.md (Chinese Simplified)
    
    * New translations suggestions.md (Chinese Simplified)
    
    * New translations effects.md (Chinese Simplified)
    
    * New translations faq.md (Chinese Simplified)
    
    * New translations finding-mods.md (Chinese Simplified)
    
    * New translations installing-mods.md (Chinese Simplified)
    
    * New translations crash-reports.md (Chinese Simplified)
    
    * New translations uploading-logs.md (Chinese Simplified)
    
    * New translations updating-fabric.md (Chinese Simplified)
    
    * New translations sidebar_translations.json (Chinese Simplified)
    
    * New translations damage-types.md (Chinese Simplified)
    
    * New translations creating-a-project.md (Chinese Simplified)
    
    * New translations contributing.md (Chinese Simplified)
    
    * New translations website_translations.json (Chinese Simplified)
    
    * New translations blockstates.md (Chinese Simplified)
    
    * New translations first-block.md (Chinese Simplified)
    
    * New translations basic-concepts.md (Chinese Simplified)
    
    * New translations draw-context.md (Chinese Simplified)
    
    * New translations custom-screens.md (Chinese Simplified)
    
    * New translations custom-widgets.md (Chinese Simplified)
    
    * New translations hud.md (Chinese Simplified)
    
    * New translations creating-particles.md (Chinese Simplified)
    
    * New translations index.md (Chinese Simplified)
    
    * New translations index.md (Chinese Traditional)
    
    * New translations installing-fabric.md (Chinese Simplified)
    
    * New translations sidebar_translations.json (Chinese Traditional)
    
    * New translations custom.md (Chinese Simplified)
    
    * New translations using-sounds.md (Chinese Simplified)
    
    * New translations setting-up-a-development-environment.md (Chinese Simplified)
    
    * New translations website_translations.json (Chinese Traditional)
    
    * New translations codecs.md (Chinese Simplified)
    
    * New translations events.md (Chinese Simplified)
    
    * New translations potions.md (Chinese Simplified)
    
    * New translations linux.md (Chinese Simplified)
    
    * New translations windows.md (Chinese Simplified)
    
    * New translations custom.md (Chinese Simplified)
    
    * New translations using-sounds.md (Chinese Simplified)
    
    * New translations first-item.md (Chinese Simplified)
    
    * New translations text-and-translations.md (Chinese Simplified)
    
    * New translations basics.md (Russian)
    
    * New translations effects.md (Russian)
    
    * New translations creating-a-project.md (Chinese Traditional)
    
    * New translations introduction-to-fabric-and-modding.md (Russian)
    
    * New translations launching-the-game.md (Russian)
    
    * New translations introduction-to-fabric-and-modding.md (Chinese Traditional)
    
    * New translations launching-the-game.md (Chinese Traditional)
    
    * New translations project-structure.md (Chinese Traditional)
    
    * New translations setting-up-a-development-environment.md (Chinese Traditional)
    
    * New translations custom-item-groups.md (Russian)
    
    * New translations custom-item-interactions.md (Russian)
    
    * New translations custom-armor.md (Chinese Simplified)
    
    * New translations custom-item-groups.md (Chinese Simplified)
    
    * New translations index.md (Russian)
    
    * New translations basics.md (Russian)
    
    * New translations faq.md (Korean)
    
    * New translations sidebar_translations.json (Russian)
    
    * New translations custom.md (Russian)
    
    * New translations project-structure.md (Russian)
    
    * New translations index.md (Korean)
    
    * New translations website_translations.json (Korean)
    
    * New translations website_translations.json (Russian)
    
    * New translations effects.md (Italian)
    
    * New translations sidebar_translations.json (Italian)
    
    * New translations using-sounds.md (Italian)
    
    * New translations effects.md (Portuguese, Brazilian)
    
    * New translations codecs.md (Italian)
    
    * New translations arguments.md (Italian)
    
    * New translations basics.md (Italian)
    
    * New translations suggestions.md (Italian)
    
    * New translations events.md (Italian)
    
    * New translations potions.md (Italian)
    
    * New translations basic-concepts.md (Italian)
    
    * New translations draw-context.md (Italian)
    
    * New translations hud.md (Italian)
    
    * New translations creating-particles.md (Italian)
    
    * New translations index.md (Italian)
    
    * New translations faq.md (Italian)
    
    * New translations finding-mods.md (Italian)
    
    * New translations installing-fabric.md (Italian)
    
    * New translations linux.md (Italian)
    
    * New translations windows.md (Italian)
    
    * New translations installing-mods.md (Italian)
    
    * New translations crash-reports.md (Italian)
    
    * New translations uploading-logs.md (Italian)
    
    * New translations updating-fabric.md (Italian)
    
    * New translations damage-types.md (Italian)
    
    * New translations custom.md (Italian)
    
    * New translations introduction-to-fabric-and-modding.md (Italian)
    
    * New translations setting-up-a-development-environment.md (Italian)
    
    * New translations contributing.md (Italian)
    
    * New translations damage-types.md (Portuguese, Brazilian)
    
    ---------
    
    Co-authored-by: Calum H <[email protected]>
    FabricMCBot and IMB11 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3770abf View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Potions Minor Code Reference Change (FabricMC#140)

    * Potions Minor Code Change
    
    * edit update
    JaaiDead committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    85faded View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    a5986bd View commit details
    Browse the repository at this point in the history
  2. fixed header linting issues

    JR1811 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fb67069 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    5abf05f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b155a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec02cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e71bd View commit details
    Browse the repository at this point in the history