import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { buttonVariants } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import { cn } from "@/lib/utils"; export function DownloadCard() { return ( Join the Server
Windows (.bat) Linux (.sh)
Download Mods Only (.zip)

How to install

  1. Make sure you have{" "} Minecraft Java Edition{" "} installed
  2. Download the{" "} Installer for your OS
  3. Windows: double-click the .bat file.{" "} Linux:{" "} run bash install-modpack.sh
  4. Open Minecraft, select{" "} Forge 1.20.1
  5. Go to Multiplayer and add{" "} minecraft.hurkicorgi.com
); }