> ## Documentation Index
> Fetch the complete documentation index at: https://optimism.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Discover Resource Packs

> Discover all the best resource packs below!

export const HeroCard = ({img, title, description, href, tag}) => {
  return <a className="block overflow-hidden shadow-lg hover:shadow-xl transition-all duration-300 cursor-pointer border border-gray-200 dark:border-gray-700 rounded-lg hover:transform hover:scale-105" href={href}>
      <div className="relative">
        <img src={img} className="w-full h-48 object-cover" alt={title} />
      </div>
      <div className="p-4">
        <h2 className="text-xl font-bold text-gray-900 dark:text-white mb-2">{title}</h2>
        <p className="text-gray-600 dark:text-gray-400 mb-2">{description}</p>
        {tag && <span className="inline-block bg-white dark:bg-gray-800 text-gray-800 dark:text-gray-200 text-xs font-bold px-2 py-1 rounded-md text-[10px]">
            {tag}
          </span>}
      </div>
    </a>;
};

<CardGroup cols={2}>
  <HeroCard img="https://cdn.modrinth.com/data/5aPp18Lx/images/2306a8172f5af204fdead74b7966774cbe3c381a.png" title="3D Default" description="A light-weight resource pack mainly provide vanilla-look 3D models" href="/resourcepacks/3ddefault" tag="Models | Blocks | Vanilla-like" />

  <HeroCard img="https://cdn.modrinth.com/data/ti9eZ3CP/images/910765dbb6130f0412457770b7620568ee76be08.png" title="3D Ladders" description="Changes and improves the model for the ladders making them 3D!" href="/resourcepacks/3dladders" tag="Simplistic | Blocks | Tweaks" />

  <HeroCard img="https://cdn.modrinth.com/data/PUUpX2qq/images/2b8291d8f58d8e137ab3b764a6e163a0bd176e36.webp" title="Alacrity" description="32x resource pack with crazy attention to details" href="/resourcepacks/alacrity" tag="32x | Environment | Models" />

  <HeroCard img="https://pbs.twimg.com/media/EGDycGOW4AISrw3?format=jpg&name=large" title="Barebones" description="Minecraft with the style of the trailers" href="/resourcepacks/barebones" tag="16x | Simplistic | Vanilla-like" />

  <HeroCard img="https://cdn.modrinth.com/data/ivUZsvzp/images/b3b60a1cb5aa4565dab50d6766c7acf5085605b6.png" title="Better Flame Particles" description="This small resource pack changes the flame and soul flame particles to animated versions." href="/resourcepacks/betterflameparticles" tag="16x | Tweaks | Vanilla-like" />

  <HeroCard img="https://raw.githubusercontent.com/proxyorg/optimism/main/images/bl-1.png" title="Better Lanterns" description="Makes Lanterns and Chains 3D" href="/resourcepacks/betterlanterns" tag="16x | Tweaks | Vanilla-like" />

  <HeroCard img="https://raw.githubusercontent.com/proxyorg/optimism/main/images/bvb-1.png" title="BetterVanillaBuilding" description="Not only a retexture, but a texturepack that contains additional blocks, items and biome varieties. " href="/resourcepacks/bettervanillabuilding" tag="16x | Blocks | Items" />

  <HeroCard img="https://github.com/proxyorg/optimism/blob/main/images/bee-1.gif?raw=true" title="Blinking Ender Eyes" description="Adds Creepy, Random Blinking to End Portal Blocks and Ender Eyes" href="/resourcepacks/blinkingendereyes" tag="16x | Cursed | Vanilla-like" />

  <HeroCard img="https://i.imgur.com/AxCpQqv.png" title="CTM Overhaul (No longer being updated)" description="Connects tons of the vanilla textures!" href="resourcepacks/ctmoverhaul" tag="16x | Blocks | Modded" />

  <HeroCard img="https://i.imgur.com/Cy0r7c0.png" title="Cubic Sun & Moon" description="Recreates the Sun and the Moon in 3D and offers support for mods with sky features." href="resourcepacks/cubicsunandmoon" tag="Environment | Tweaks" />

  <HeroCard img="https://i.imgur.com/dgr1VVR.png" title="Default Dark Mode" description="🌙 The Dark Mode Resource Pack for Minecraft: Java Edition" href="resourcepacks/defaultdarkmode" tag="GUI | Modded | Vanilla-like" />

  <HeroCard img="https://i.imgur.com/H9quqRX.png" title="Fancy Beds" description="Changes the beds to be more fancy and cute!" href="/resourcepacks/fancybeds" tag="Blocks | Decoration | Vanilla-like" />
</CardGroup>
