Clarify that Modrinth Servers are for Java Edition (#4021)

This commit is contained in:
Emma Alexia 2025-07-18 14:37:06 -04:00 committed by GitHub
parent 98e9a8473d
commit a8caa1afc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,8 +45,9 @@
<h2 <h2
class="relative m-0 max-w-2xl text-base font-normal leading-[155%] text-secondary md:text-[1.2rem]" class="relative m-0 max-w-2xl text-base font-normal leading-[155%] text-secondary md:text-[1.2rem]"
> >
Modrinth Servers is the easiest way to host your own Minecraft server. Seamlessly install Modrinth Servers is the easiest way to host your own Minecraft: Java Edition server.
and play your favorite mods and modpacks, all within the Modrinth platform. Seamlessly install and play your favorite mods and modpacks, all within the Modrinth
platform.
</h2> </h2>
<div class="relative flex w-full flex-wrap items-center gap-8 align-middle sm:w-fit"> <div class="relative flex w-full flex-wrap items-center gap-8 align-middle sm:w-fit">
<div <div
@ -459,7 +460,7 @@
</p> </p>
</details> </details>
<details pyro-hash="players" class="group" :open="$route.hash === '#players'"> <details pyro-hash="performance" class="group" :open="$route.hash === '#performance'">
<summary class="flex cursor-pointer items-center py-3 font-medium text-contrast"> <summary class="flex cursor-pointer items-center py-3 font-medium text-contrast">
<span class="mr-2 transition-transform duration-200 group-open:rotate-90"> <span class="mr-2 transition-transform duration-200 group-open:rotate-90">
<RightArrowIcon /> <RightArrowIcon />
@ -480,7 +481,7 @@
</p> </p>
</details> </details>
<details pyro-hash="players" class="group" :open="$route.hash === '#prices'"> <details pyro-hash="prices" class="group" :open="$route.hash === '#prices'">
<summary class="flex cursor-pointer items-center py-3 font-medium text-contrast"> <summary class="flex cursor-pointer items-center py-3 font-medium text-contrast">
<span class="mr-2 transition-transform duration-200 group-open:rotate-90"> <span class="mr-2 transition-transform duration-200 group-open:rotate-90">
<RightArrowIcon /> <RightArrowIcon />
@ -491,6 +492,24 @@
All prices are listed in United States Dollars (USD). All prices are listed in United States Dollars (USD).
</p> </p>
</details> </details>
<details pyro-hash="versions" class="group" :open="$route.hash === '#versions'">
<summary class="flex cursor-pointer items-center py-3 font-medium text-contrast">
<span class="mr-2 transition-transform duration-200 group-open:rotate-90">
<RightArrowIcon />
</span>
What Minecraft versions and loaders can be used?
</summary>
<p class="m-0 ml-6 leading-[160%]">
Modrinth Servers can run any version of Minecraft: Java Edition going all the way
back to version 1.2.5, including snapshot versions.
</p>
<p class="m-0 ml-6 mt-3 leading-[160%]">
We also support a wide range of mod and plugin loaders, including Fabric, Quilt,
Forge, and NeoForge for mods, as well as Paper and Purpur for plugins. Availability
depends on whether the mod or plugin loader supports the selected Minecraft version.
</p>
</details>
</div> </div>
</div> </div>
</div> </div>