Inventory Maker

Inventory Maker

Allows inventories to be created using commands.

by
1.1K Downloads
fabricstorageutility
Rent Server with this Mod

About this Mod

*** Development of this mod is on hold for the foreseeable future. ***

Allows inventories to be created using commands. Inventories can then be opened using commands and be used to store things (like backpacks without the backpack).

Inventories can have the option of only certain players being able to open them. You specify a predicate by identifier using /inventorymaker edit checker.

Commands

/inventorymaker create []<br>/inventorymaker edit <id> title <title><br>/inventorymaker edit <id> checker <checker><br>/inventorymaker edit <id> slot <slot> <item> <count><br>/inventorymaker open <id> [<target>]<br>/inventorymaker delete <id> </p> <h4>Shorter Commands</h4> <p>You can use a mod like <a href="https://modrinth.com/mod/commandaliases">Command Aliases</a> to shorten commands.</p> <details> <summary>Example</summary> <p>After running the command <code>/inventorymaker create minecraft:generic_9x3 "example:shared"</code>.<br>And adding this json file:<br>config -> commandaliases -></p> <details> <summary>shared.json</summary> <pre><code class="language-json">{ "schemaVersion": 1, "commandMode": "COMMAND_CUSTOM", "command": "shared", "actions": [ { "command": "inventorymaker open 'example:shared'", "commandType": "CLIENT" } ] } </code></pre> </details> <p>Players can use the command <code>/shared</code> to open the created inventory.</p> </details> <h3>Permissions</h3> <p>inventorymaker - default none<br>inventorymaker.create - default 2<br>inventorymaker.edit - default 2<br>inventorymaker.open.others - default 3<br>inventorymaker.delete - default 2 </p> <h3>Placeholder API Support (1.2.0+)</h3> <p>Placeholders in id will be parsed when command is run.<br>Placeholders in titles will be parsed each time an inventory is opened.</p> </div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Available Versions</h2><div class="space-y-3"><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">1.3.0+1.21</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->1.21</span><span>fabric</span></div></div><span class="text-xs text-gray-500">July 5, 2024</span></div><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">1.3.0+1.20.5</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->1.20.5, 1.20.6</span><span>fabric</span></div></div><span class="text-xs text-gray-500">May 2, 2024</span></div><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">1.3.0+1.20.4</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->1.20.4</span><span>fabric</span></div></div><span class="text-xs text-gray-500">December 27, 2023</span></div><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">1.2.1</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->1.20</span><span>fabric</span></div></div><span class="text-xs text-gray-500">June 7, 2023</span></div><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">1.2.1</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->1.19.4</span><span>fabric</span></div></div><span class="text-xs text-gray-500">May 2, 2023</span></div></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">How to Install Inventory Maker on Your Server</h2><div class="space-y-4 text-gray-300 text-sm"><div class="flex gap-3"><div class="flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm">1</div><div><h3 class="text-white font-semibold mb-1">Order Server</h3><p>Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).</p></div></div><div class="flex gap-3"><div class="flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm">2</div><div><h3 class="text-white font-semibold mb-1">Set fabric Loader</h3><p>In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21).</p></div></div><div class="flex gap-3"><div class="flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm">3</div><div><h3 class="text-white font-semibold mb-1">Install Mod</h3><p>Open the mod browser in the dashboard and search for "Inventory Maker". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.</p></div></div></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Compatibility</h2><div class="grid grid-cols-1 sm:grid-cols-2 gap-4 text-sm"><div><h3 class="text-gray-400 mb-2 font-medium">Mod Loaders</h3><div class="flex flex-wrap gap-2"><span class="px-3 py-1.5 bg-blue-500/10 text-blue-400 rounded-lg text-sm capitalize border border-blue-500/20">fabric</span></div></div><div><h3 class="text-gray-400 mb-2 font-medium">Minecraft Versions</h3><p class="text-white">1.21, 1.20.6, 1.20.5<!-- --> (+5 more)</p></div><div><h3 class="text-gray-400 mb-2 font-medium">Server-side</h3><span class="font-medium text-green-400">✓ <!-- -->Required</span></div><div><h3 class="text-gray-400 mb-2 font-medium">Recommended RAM</h3><span class="text-green-400 font-semibold">4<!-- --> GB</span><span class="text-gray-500 ml-1">(min. <!-- -->3<!-- --> GB)</span></div></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Frequently Asked Questions</h2><div class="space-y-4"><details class="group"><summary class="flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors"><span class="text-white font-medium text-sm">Inventory Maker server crashes on startup – what to do?</span><svg class="w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></summary><p class="text-gray-300 text-sm mt-2 px-3 pb-2">Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21). You can switch loaders with one click in the panel.</p></details><details class="group"><summary class="flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors"><span class="text-white font-medium text-sm">Is Inventory Maker compatible with fabric?</span><svg class="w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></summary><p class="text-gray-300 text-sm mt-2 px-3 pb-2">Inventory Maker officially supports fabric for Minecraft 1.21, 1.20.6, 1.20.5. The Mado dashboard automatically detects incompatible loader combinations.</p></details><details class="group"><summary class="flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors"><span class="text-white font-medium text-sm">Server lagging with Inventory Maker – how to optimize performance?</span><svg class="w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></summary><p class="text-gray-300 text-sm mt-2 px-3 pb-2">Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Inventory Maker consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.</p></details></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Similar Mods</h2><div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-3"><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/mouse-tweaks"><img alt="Mouse Tweaks" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/aC3cM3Vq/6c0eaa4e60a9c87f4766f222ff63286f09da32c0_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Mouse Tweaks</span><span class="text-gray-500 text-xs">44.8M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/inventory-profiles-next"><img alt="Inventory Profiles Next" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/O7RBXm3n/04cdecd37b4c7409f70d36fcdc85722ebf14aab8_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Inventory Profiles Next</span><span class="text-gray-500 text-xs">30.2M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/clumps"><img alt="Clumps" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/Wnxd13zP/6a965bb7974c3e759a53a1c89c35de4acd4cf86a_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Clumps</span><span class="text-gray-500 text-xs">29.2M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/shulkerboxtooltip"><img alt="Shulker Box Tooltip" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/2M01OLQq/bb490716cf2590cf84100a495931c3d4743bce43_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Shulker Box Tooltip</span><span class="text-gray-500 text-xs">28.6M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/supplementaries"><img alt="Supplementaries" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/fFEIiSDQ/e9f5f66fa3b67e54acb91258a1428d68311c58bc_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Supplementaries</span><span class="text-gray-500 text-xs">20.5M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/carry-on"><img alt="Carry On" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/joEfVgkn/d7750a532cd45c9020bf4d07f304191de6e98c19_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Carry On</span><span class="text-gray-500 text-xs">20.3M<!-- --> Downloads</span></div></a></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Related Resources</h2><div class="grid grid-cols-1 sm:grid-cols-2 gap-3"><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-server-hosting"><div class="w-8 h-8 bg-green-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14M12 5l7 7-7 7"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-green-400 transition-colors">Rent Minecraft Server</span><p class="text-gray-500 text-xs">All plans & pricing</p></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods"><div class="w-8 h-8 bg-blue-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors">All Minecraft Mods</span><p class="text-gray-500 text-xs">Browse mod directory</p></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-modpacks"><div class="w-8 h-8 bg-purple-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-purple-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-purple-400 transition-colors">Minecraft Modpacks</span><p class="text-gray-500 text-xs">Set up modpack servers</p></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/docs/getting-started"><div class="w-8 h-8 bg-yellow-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-yellow-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-yellow-400 transition-colors">Getting Started</span><p class="text-gray-500 text-xs">Server setup guide</p></div></a></div></div></div><div class="space-y-6"><div class="bg-gradient-to-br from-green-900/30 to-gray-900 rounded-xl border border-green-500/20 p-6 sticky top-24"><h3 class="text-lg font-bold text-white mb-2">Rent Modded Server</h3><p class="text-gray-400 text-sm mb-4">Install Inventory Maker with just one click on your server.</p><div class="bg-gray-800/50 rounded-lg p-3 mb-4"><div class="text-xs text-gray-400 mb-1">Recommended RAM</div><div class="flex items-baseline gap-2"><span class="text-2xl font-bold text-green-400">4<!-- --> GB</span><span class="text-gray-500 text-sm">ab €<!-- -->8<!-- -->/mo</span></div><div class="text-xs text-gray-500 mt-1">Min. <!-- -->3<!-- --> GB | <!-- -->+1 GB pro 8 Spieler</div></div><a class="w-full inline-flex items-center justify-center px-6 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors" href="/gameserver/minecraft-java">Create Server Now</a><div class="mt-3 space-y-2 text-xs text-gray-500"><div class="flex items-center gap-2"><svg class="w-4 h-4 text-green-500 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>1-Click Mod Install</div><div class="flex items-center gap-2"><svg class="w-4 h-4 text-green-500 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>NVMe SSD Storage</div><div class="flex items-center gap-2"><svg class="w-4 h-4 text-green-500 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>DDoS Protection included</div></div></div><div class="bg-gray-900 rounded-xl border border-gray-800 p-6"><h3 class="text-lg font-bold text-white mb-4">Details</h3><dl class="space-y-3 text-sm"><div class="flex justify-between"><dt class="text-gray-400">License</dt><dd class="text-white">MIT License</dd></div><div class="flex justify-between"><dt class="text-gray-400">Server-side</dt><dd class="font-medium text-green-400">Required</dd></div></dl><div class="mt-4 pt-4 border-t border-gray-800"><a href="https://modrinth.com/mod/inventorymaker" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 text-sm text-gray-400 hover:text-green-400 transition-colors"><svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>View on Modrinth</a></div></div><div class="bg-gray-900 rounded-xl border border-gray-800 p-6"><h3 class="text-lg font-bold text-white mb-3">Supported Versions</h3><div class="flex flex-wrap gap-2"><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.21</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.20.6</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.20.5</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.20.4</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.20</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.19.4</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.19.3</span><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">1.18.2</span></div></div></div></div></section></div><!--$--><!--/$--></main><footer class="bg-gray-900 text-gray-300"><div class="container-custom py-12"><div class="grid grid-cols-1 md:grid-cols-4 gap-8"><div class="col-span-1"><a class="flex items-center space-x-3 mb-4" href="/"><img alt="Mado Hosting Logo" loading="lazy" width="32" height="32" decoding="async" data-nimg="1" class="rounded-md" style="color:transparent" src="/logo.svg"/><span class="text-2xl font-bold text-white">Mado <span class="text-primary-500">Hosting</span></span></a><p class="text-sm text-gray-400">Professional Minecraft server hosting with German quality and support.</p></div><div><h3 class="text-white font-semibold mb-4">Product</h3><ul class="space-y-2"><li><a class="hover:text-primary-500 transition-colors" href="/">Home</a></li><li><a class="hover:text-primary-500 transition-colors" href="/pricing">Pricing</a></li><li><a class="hover:text-primary-500 transition-colors" href="/features">Features</a></li><li><a class="hover:text-primary-500 transition-colors flex items-center gap-1" href="/giveaways">Giveaways</a></li><li><a class="hover:text-primary-500 transition-colors" href="/dashboard">Dashboard</a></li><li><a class="hover:text-primary-500 transition-colors" href="/minecraft-modpacks">Minecraft Modpacks</a></li><li><a class="hover:text-primary-500 transition-colors" href="/minecraft-mods">Minecraft Mods</a></li><li><a class="hover:text-primary-500 transition-colors" href="/satisfactory-mods">Satisfactory Mods</a></li><li><a class="hover:text-primary-500 transition-colors" href="/blog">Blog</a></li><li><a class="hover:text-primary-500 transition-colors" href="/compare">Comparisons</a></li></ul></div><div><h3 class="text-white font-semibold mb-4">Support</h3><ul class="space-y-2"><li><a class="hover:text-primary-500 transition-colors" href="/support">Support</a></li><li><a class="hover:text-primary-500 transition-colors" href="/docs">Documentation</a></li></ul></div><div><h3 class="text-white font-semibold mb-4">Legal</h3><ul class="space-y-3"><li class="flex items-center space-x-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail h-4 w-4 text-primary-500" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg><a href="mailto:support@mado-hosting.com" class="hover:text-primary-500 transition-colors">support@mado-hosting.com</a></li><li class="flex items-center space-x-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin h-4 w-4 text-primary-500" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg><span>Deutschland</span></li></ul></div></div><div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center"><p class="text-sm text-gray-400">© <!-- -->2026<!-- --> Mado Hosting. <!-- -->All rights reserved.</p><div class="flex flex-wrap space-x-6 mt-4 md:mt-0"><a class="text-sm hover:text-primary-500 transition-colors" href="/imprint">Imprint</a><a class="text-sm hover:text-primary-500 transition-colors" href="/privacy">Privacy</a><a class="text-sm hover:text-primary-500 transition-colors" href="/terms">Terms</a><button class="text-sm hover:text-primary-500 transition-colors flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cookie h-3 w-3" aria-hidden="true"><path d="M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5"></path><path d="M8.5 8.5v.01"></path><path d="M16 15.5v.01"></path><path d="M12 12v.01"></path><path d="M11 17v.01"></path><path d="M7 14v.01"></path></svg>Cookie Settings</button><a href="https://ec.europa.eu/consumers/odr/" target="_blank" rel="noopener noreferrer" class="text-sm hover:text-primary-500 transition-colors">ODR Platform</a></div></div><div class="border-t border-gray-800 mt-4 pt-4 text-center"><a href="https://github.com/m41denx/pelican-contrib/tree/feat/api-docker-tags" target="_blank" rel="noopener noreferrer" class="text-xs text-gray-500 hover:text-primary-500 transition-colors">Powered by Pelican Panel</a></div></div></footer><div class="fixed bottom-4 right-4 z-[9999] flex flex-col gap-2 pointer-events-none"></div><script src="/_next/static/chunks/0fo5la6mgju1c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[339756,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n4:I[837457,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n5:I[522016,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"\"]\n7:I[897367,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nb:I[897367,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"ViewportBoundary\"]\nd:I[897367,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"MetadataBoundary\"]\nf:I[563491,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\",\"/_next/static/chunks/0-5cs6-bx_n1h.js\"],\"default\"]\n12:I[633750,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"LanguageProvider\"]\n13:I[390464,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n14:I[201397,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"SWRProvider\"]\n15:I[562808,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"AnalyticsProvider\"]\n16:I[783036,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"ToastProvider\"]\n17:I[522077,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n18:I[658468,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n19:I[658468,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"GTMNoScript\"]\n1a:I[658468,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"MetaPixelNoScript\"]\n1b:I[418662,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"PageViewTracker\"]\n1c:I[410617,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"AffiliateTracker\"]\n1d:I[845678,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n1e:I[758298,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\",\"/_next/static/chunks/0wa-q4mm3nmf5.js\"],\"default\"]\n1f:I[13642,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n20:I[940244,[\"/_nex"])</script><script>self.__next_f.push([1,"t/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n21:I[666793,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0ofl~hgmvsfl9.css\",\"style\"]\n:HL[\"/_next/static/media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"minecraft-mods\",\"inventorymaker\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"minecraft-mods\",{\"children\":[[\"slug\",\"inventorymaker\",\"d\",null],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ofl~hgmvsfl9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0hyklggq~~~ux.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0osuol5wpeapd.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0riv9d561q8xl.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0i.l9589uvx0j.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L2\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen flex items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center px-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-bold text-white mb-4\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold text-gray-300 mb-4\",\"children\":\"Mod nicht gefunden\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-400 mb-8 max-w-md mx-auto\",\"children\":\"Die gesuchte Mod existiert nicht oder wurde entfernt.\"}],[\"$\",\"div\",null,{\"className\":\"flex gap-4 justify-center\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/minecraft-mods\",\"className\":\"px-6 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors\",\"children\":\"Alle Mods ansehen\"}],[\"$\",\"$L5\",null,{\"href\":\"/gameserver/minecraft-java\",\"className\":\"px-6 py-3 bg-gray-800 hover:bg-gray-700 text-gray-300 font-semibold rounded-lg transition-colors border border-gray-700\",\"children\":\"Server mieten\"}]]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,\"$@a\"]},null,false,\"$@a\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ofl~hgmvsfl9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":false,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"yNagbpoC353dFc1N7ogK_\"}\n"])</script><script>self.__next_f.push([1,"10:[]\na:\"$W10\"\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"html\",null,{\"lang\":\"en\",\"translate\":\"no\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n window.dataLayer = window.dataLayer || [];\\n function gtag(){dataLayer.push(arguments);}\\n \\n // Default consent - alles denied bis User zustimmt\\n gtag('consent', 'default', {\\n 'ad_storage': 'denied',\\n 'ad_user_data': 'denied',\\n 'ad_personalization': 'denied',\\n 'analytics_storage': 'denied',\\n 'functionality_storage': 'denied',\\n 'personalization_storage': 'denied',\\n 'security_storage': 'granted',\\n 'wait_for_update': 500\\n });\\n \\n // URL-Passthrough für bessere Attribution ohne Cookies\\n gtag('set', 'url_passthrough', true);\\n gtag('set', 'ads_data_redaction', true);\\n \"}}],[\"$\",\"script\",null,{\"async\":true,\"src\":\"https://www.googletagmanager.com/gtag/js?id=AW-17754501933\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n gtag('js', new Date());\\n gtag('config', 'AW-17754501933');\\n \"}}],\"$L11\",[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"src\":\"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js\",\"async\":true}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n window.$crisp=[];\\n window.CRISP_WEBSITE_ID=\\\"56d640bf-9047-49a1-81a7-447c20966aef\\\";\\n (function(){\\n var d=document;\\n var s=d.createElement(\\\"script\\\");\\n s.src=\\\"https://client.crisp.chat/l.js\\\";\\n s.async=1;\\n d.getElementsByTagName(\\\"head\\\")[0].appendChild(s);\\n })();\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"outfit_9f4f9187-module__4LtYgq__variable font-sans antialiased\",\"children\":[\"$\",\"$L12\",null,{\"initialLanguage\":\"en\",\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$L16\",null,{\"children\":[[\"$\",\"$L17\",null,{}],[\"$\",\"$L18\",null,{}],[\"$\",\"$L19\",null,{}],[\"$\",\"$L1a\",null,{}],[\"$\",\"$L1b\",null,{}],[\"$\",\"$8\",null,{\"fallback\":null,\"children\":[\"$\",\"$L1c\",null,{}]}],[\"$\",\"$L1d\",null,{}],[\"$\",\"main\",null,{\"className\":\"min-h-screen\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$1e\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wa-q4mm3nmf5.js\",\"async\":true}]],\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L1f\",null,{}],[\"$\",\"$L20\",null,{}],[\"$\",\"$L21\",null,{}]]}]}]}]}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Mado Hosting\\\",\\\"url\\\":\\\"https://www.mado-hosting.com\\\",\\\"logo\\\":\\\"https://www.mado-hosting.com/logo.png\\\",\\\"description\\\":\\\"Professional Minecraft Server Hosting with DDoS protection, NVMe SSDs, and 24/7 support.\\\",\\\"sameAs\\\":[],\\\"contactPoint\\\":{\\\"@type\\\":\\\"ContactPoint\\\",\\\"contactType\\\":\\\"customer service\\\",\\\"availableLanguage\\\":[\\\"German\\\",\\\"English\\\"]},\\\"offers\\\":{\\\"@type\\\":\\\"AggregateOffer\\\",\\\"priceCurrency\\\":\\\"EUR\\\",\\\"lowPrice\\\":\\\"3\\\",\\\"highPrice\\\":\\\"25\\\",\\\"offerCount\\\":\\\"5\\\"}}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"name\\\":\\\"Mado Hosting\\\",\\\"url\\\":\\\"https://www.mado-hosting.com\\\",\\\"inLanguage\\\":\\\"en-US\\\",\\\"potentialAction\\\":{\\\"@type\\\":\\\"SearchAction\\\",\\\"target\\\":\\\"https://www.mado-hosting.com/docs?q={search_term_string}\\\",\\\"query-input\\\":\\\"required name=search_term_string\\\"}}\"}}]]\nc:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"22:I[27201,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"IconMark\"]\n9:null\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"title\",\"0\",{\"children\":\"Inventory Maker Mod Server Hosting — One-Click Install | Mado Hosting | Mado Hosting\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Host Inventory Maker on your Minecraft server. One-click install, NVMe SSDs, DDoS protection. fabric | From €6/month at Mado Hosting.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"author\",\"href\":\"https://www.mado-hosting.com\"}],[\"$\",\"meta\",\"3\",{\"name\":\"author\",\"content\":\"Mado Hosting Team\"}],[\"$\",\"link\",\"4\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"5\",{\"name\":\"keywords\",\"content\":\"Inventory Maker Mod,Inventory Maker Minecraft,Inventory Maker Server,Inventory Maker Mod install,Inventory Maker Server Hosting,Minecraft Mods,Minecraft Server Hosting\"}],[\"$\",\"meta\",\"6\",{\"name\":\"creator\",\"content\":\"Mado Hosting\"}],[\"$\",\"meta\",\"7\",{\"name\":\"publisher\",\"content\":\"Mado Hosting\"}],[\"$\",\"meta\",\"8\",{\"name\":\"robots\",\"content\":\"noindex, follow\"}],[\"$\",\"meta\",\"9\",{\"name\":\"googlebot\",\"content\":\"noindex, follow\"}],[\"$\",\"meta\",\"10\",{\"name\":\"category\",\"content\":\"Technology\"}],[\"$\",\"meta\",\"11\",{\"name\":\"classification\",\"content\":\"Game Server Hosting\"}],[\"$\",\"link\",\"12\",{\"rel\":\"canonical\",\"href\":\"https://www.mado-hosting.com/minecraft-mods/inventorymaker\"}],[\"$\",\"meta\",\"13\",{\"name\":\"format-detection\",\"content\":\"telephone=no, address=no, email=no\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:title\",\"content\":\"Inventory Maker Mod Server Hosting — One-Click Install | Mado Hosting\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:description\",\"content\":\"Host Inventory Maker on your Minecraft server. One-click install, NVMe SSDs, DDoS protection. fabric | From €6/month at Mado Hosting.\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:url\",\"content\":\"https://www.mado-hosting.com/minecraft-mods/inventorymaker\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:site_name\",\"content\":\"Mado Hosting\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image\",\"content\":\"https://cdn.modrinth.com/data/OK68m9yf/e59497c0279074c31b2c87b99ab7b5995489380c_96.webp\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:image:width\",\"content\":\"256\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:image:height\",\"content\":\"256\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:image:alt\",\"content\":\"Inventory Maker\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:site\",\"content\":\"@MadoHosting\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:creator\",\"content\":\"@MadoHosting\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:title\",\"content\":\"Mado Hosting - Minecraft Server Hosting\"}],[\"$\",\"meta\",\"27\",{\"name\":\"twitter:description\",\"content\":\"Professional Minecraft server hosting with top performance, DDoS protection, and 24/7 support.\"}],[\"$\",\"meta\",\"28\",{\"name\":\"twitter:image\",\"content\":\"https://www.mado-hosting.com/logo.png\"}],[\"$\",\"link\",\"29\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"48x48\"}],[\"$\",\"link\",\"30\",{\"rel\":\"icon\",\"href\":\"/favicon-48.png\",\"sizes\":\"48x48\",\"type\":\"image/png\"}],[\"$\",\"link\",\"31\",{\"rel\":\"icon\",\"href\":\"/favicon-96.png\",\"sizes\":\"96x96\",\"type\":\"image/png\"}],[\"$\",\"link\",\"32\",{\"rel\":\"icon\",\"href\":\"/favicon-144.png\",\"sizes\":\"144x144\",\"type\":\"image/png\"}],[\"$\",\"link\",\"33\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L22\",\"34\",{}]]\n"])</script><script>self.__next_f.push([1,"23:I[605500,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"Image\"]\n"])</script><script>self.__next_f.push([1,"6:[\"$\",\"div\",null,{\"className\":\"min-h-screen\",\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"SoftwareApplication\\\",\\\"name\\\":\\\"Inventory Maker\\\",\\\"description\\\":\\\"Allows inventories to be created using commands.\\\",\\\"url\\\":\\\"https://www.mado-hosting.com/minecraft-mods/inventorymaker\\\",\\\"image\\\":\\\"https://cdn.modrinth.com/data/OK68m9yf/e59497c0279074c31b2c87b99ab7b5995489380c_96.webp\\\",\\\"author\\\":{\\\"@type\\\":\\\"Person\\\"},\\\"applicationCategory\\\":\\\"Game Mod\\\",\\\"operatingSystem\\\":\\\"Java\\\",\\\"interactionStatistic\\\":[{\\\"@type\\\":\\\"InteractionCounter\\\",\\\"interactionType\\\":\\\"https://schema.org/DownloadAction\\\",\\\"userInteractionCount\\\":1081}]}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://www.mado-hosting.com\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Minecraft Mods\\\",\\\"item\\\":\\\"https://www.mado-hosting.com/minecraft-mods\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"Inventory Maker\\\",\\\"item\\\":\\\"https://www.mado-hosting.com/minecraft-mods/inventorymaker\\\"}]}\"}}],false,[\"$\",\"section\",null,{\"className\":\"relative pt-24 pb-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-b from-blue-900/20 via-transparent to-transparent\"}],[\"$\",\"div\",null,{\"className\":\"relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\",\"children\":[[\"$\",\"nav\",null,{\"className\":\"flex items-center gap-2 text-sm text-gray-400 mb-8\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"hover:text-white transition-colors\",\"children\":\"Home\"}],[\"$\",\"span\",null,{\"children\":\"/\"}],[\"$\",\"$L5\",null,{\"href\":\"/minecraft-mods\",\"className\":\"hover:text-white transition-colors\",\"children\":\"Minecraft Mods\"}],[\"$\",\"span\",null,{\"children\":\"/\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-300\",\"children\":\"Inventory Maker\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col md:flex-row gap-8 items-start\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/OK68m9yf/e59497c0279074c31b2c87b99ab7b5995489380c_96.webp\",\"alt\":\"Inventory Maker\",\"width\":128,\"height\":128,\"className\":\"rounded-2xl shadow-lg\",\"unoptimized\":true}]}],[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-3xl md:text-4xl lg:text-5xl font-bold text-white mb-3\",\"children\":\"Inventory Maker\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-gray-300 mb-4\",\"children\":\"Allows inventories to be created using commands.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-4 mb-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-gray-400\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\"}]}],[\"$\",\"span\",null,{\"children\":[\"by\",\" \",[\"$\",\"strong\",null,{\"className\":\"text-white\",\"children\":\"$undefined\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-gray-400\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4\"}]}],[\"$\",\"span\",null,{\"children\":[[\"$\",\"strong\",null,{\"className\":\"text-white\",\"children\":\"1.1K\"}],\" Downloads\"]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2 mb-6\",\"children\":[[[\"$\",\"span\",\"fabric\",{\"className\":\"px-3 py-1 bg-blue-500/10 text-blue-400 rounded-full text-sm capitalize border border-blue-500/20\",\"children\":\"fabric\"}]],[[\"$\",\"span\",\"storage\",{\"className\":\"px-3 py-1 bg-gray-800 text-gray-300 rounded-full text-sm capitalize border border-gray-700\",\"children\":\"storage\"}],[\"$\",\"span\",\"utility\",{\"className\":\"px-3 py-1 bg-gray-800 text-gray-300 rounded-full text-sm capitalize border border-gray-700\",\"children\":\"utility\"}]]]}],\"$L24\"]}]]}]]}]]}],\"$L25\"]}]\n"])</script><script>self.__next_f.push([1,"24:[\"$\",\"$L5\",null,{\"href\":\"/gameserver/minecraft-java\",\"className\":\"inline-flex items-center px-8 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors shadow-lg shadow-green-500/20\",\"children\":\"Rent Server with this Mod\"}]\n26:T7eb,"])</script><script>self.__next_f.push([1,"\u003ch2\u003e*** Development of this mod is on hold for the foreseeable future. ***\u003c/h2\u003e\n\u003cp\u003eAllows inventories to be created using commands. Inventories can then be opened using commands and be used to store things (like backpacks without the backpack).\u003c/p\u003e\n\u003cp\u003eInventories can have the option of only certain players being able to open them. You specify a \u003ca href=\"https://minecraft.fandom.com/wiki/Predicate\"\u003epredicate\u003c/a\u003e by identifier using \u003ccode\u003e/inventorymaker edit checker\u003c/code\u003e.\u003c/p\u003e\n\u003ch3\u003eCommands\u003c/h3\u003e\n\u003cp\u003e/inventorymaker create \u003ctype\u003e \u003cid\u003e [\u003ctitle\u003e]\u003cbr\u003e/inventorymaker edit \u003cid\u003e title \u003ctitle\u003e\u003cbr\u003e/inventorymaker edit \u003cid\u003e checker \u003cchecker\u003e\u003cbr\u003e/inventorymaker edit \u003cid\u003e slot \u003cslot\u003e \u003citem\u003e \u003ccount\u003e\u003cbr\u003e/inventorymaker open \u003cid\u003e [\u003ctarget\u003e]\u003cbr\u003e/inventorymaker delete \u003cid\u003e \u003c/p\u003e\n\u003ch4\u003eShorter Commands\u003c/h4\u003e\n\u003cp\u003eYou can use a mod like \u003ca href=\"https://modrinth.com/mod/commandaliases\"\u003eCommand Aliases\u003c/a\u003e to shorten commands.\u003c/p\u003e\n\u003cdetails\u003e\n\u003csummary\u003eExample\u003c/summary\u003e\n\n\u003cp\u003eAfter running the command \u003ccode\u003e/inventorymaker create minecraft:generic_9x3 \u0026quot;example:shared\u0026quot;\u003c/code\u003e.\u003cbr\u003eAnd adding this json file:\u003cbr\u003econfig -\u0026gt; commandaliases -\u0026gt;\u003c/p\u003e\n\u003cdetails\u003e\n\u003csummary\u003eshared.json\u003c/summary\u003e\n\n\u003cpre\u003e\u003ccode class=\"language-json\"\u003e{\n\t\u0026quot;schemaVersion\u0026quot;: 1,\n\t\u0026quot;commandMode\u0026quot;: \u0026quot;COMMAND_CUSTOM\u0026quot;,\n\t\u0026quot;command\u0026quot;: \u0026quot;shared\u0026quot;,\n\t\u0026quot;actions\u0026quot;: [\n\t\t{\n\t\t\t\u0026quot;command\u0026quot;: \u0026quot;inventorymaker open \u0026#39;example:shared\u0026#39;\u0026quot;,\n\t\t\t\u0026quot;commandType\u0026quot;: \u0026quot;CLIENT\u0026quot;\n\t\t}\n\t]\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/details\u003e\n\n\u003cp\u003ePlayers can use the command \u003ccode\u003e/shared\u003c/code\u003e to open the created inventory.\u003c/p\u003e\n\u003c/details\u003e\n\n\u003ch3\u003ePermissions\u003c/h3\u003e\n\u003cp\u003einventorymaker - default none\u003cbr\u003einventorymaker.create - default 2\u003cbr\u003einventorymaker.edit - default 2\u003cbr\u003einventorymaker.open.others - default 3\u003cbr\u003einventorymaker.delete - default 2 \u003c/p\u003e\n\u003ch3\u003ePlaceholder API Support (1.2.0+)\u003c/h3\u003e\n\u003cp\u003ePlaceholders in id will be parsed when command is run.\u003cbr\u003ePlaceholders in titles will be parsed each time an inventory is opened.\u003c/p\u003e\n"])</script><script>self.__next_f.push([1,"25:[\"$\",\"section\",null,{\"className\":\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-16\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[false,[\"$\",\"div\",null,{\"className\":\"bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"About this Mod\"}],[\"$\",\"div\",null,{\"className\":\"prose prose-invert prose-sm max-w-none prose-headings:text-white prose-a:text-blue-400 hover:prose-a:text-blue-300 prose-img:rounded-lg prose-strong:text-white prose-p:text-gray-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"$26\"}}]]}],[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Available Versions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",\"puri0RwY\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"1.3.0+1.21\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"1.21\"]}],[\"$\",\"span\",null,{\"children\":\"fabric\"}]]}]]}],\"$L27\"]}],\"$L28\",\"$L29\",\"$L2a\",\"$L2b\"]}]]}],\"$L2c\",\"$L2d\",\"$L2e\",\"$undefined\",\"$L2f\",\"$L30\"]}],\"$L31\"]}]}]\n"])</script><script>self.__next_f.push([1,"27:[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"July 5, 2024\"}]\n28:[\"$\",\"div\",\"xQRWd2YV\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"1.3.0+1.20.5\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"1.20.5, 1.20.6\"]}],[\"$\",\"span\",null,{\"children\":\"fabric\"}]]}]]}],[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"May 2, 2024\"}]]}]\n29:[\"$\",\"div\",\"41EBYEK2\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"1.3.0+1.20.4\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"1.20.4\"]}],[\"$\",\"span\",null,{\"children\":\"fabric\"}]]}]]}],[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"December 27, 2023\"}]]}]\n2a:[\"$\",\"div\",\"9HRqiN0Y\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"1.2.1\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"1.20\"]}],[\"$\",\"span\",null,{\"children\":\"fabric\"}]]}]]}],[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"June 7, 2023\"}]]}]\n2b:[\"$\",\"div\",\"jIV32Pzg\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"1.2.1\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"1.19.4\"]}],[\"$\",\"span\",null,{\"children\":\"fabric\"}]]}]]}],[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"May 2, 2023\"}]]}]\n"])</script><script>self.__next_f.push([1,"2c:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"How to Install Inventory Maker on Your Server\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-gray-300 text-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm\",\"children\":\"1\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-white font-semibold mb-1\",\"children\":\"Order Server\"}],[\"$\",\"p\",null,{\"children\":\"Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm\",\"children\":\"2\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-white font-semibold mb-1\",\"children\":\"Set fabric Loader\"}],[\"$\",\"p\",null,{\"children\":\"In the panel under \\\"Egg\\\", select the fabric loader and matching Minecraft version (1.21).\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm\",\"children\":\"3\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-white font-semibold mb-1\",\"children\":\"Install Mod\"}],[\"$\",\"p\",null,{\"children\":\"Open the mod browser in the dashboard and search for \\\"Inventory Maker\\\". Click \\\"Install\\\" – done! Alternatively, upload the .jar via SFTP to the /mods folder.\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2d:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Compatibility\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 gap-4 text-sm\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Mod Loaders\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2\",\"children\":[[\"$\",\"span\",\"fabric\",{\"className\":\"px-3 py-1.5 bg-blue-500/10 text-blue-400 rounded-lg text-sm capitalize border border-blue-500/20\",\"children\":\"fabric\"}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Minecraft Versions\"}],[\"$\",\"p\",null,{\"className\":\"text-white\",\"children\":[\"1.21, 1.20.6, 1.20.5\",\" (+5 more)\"]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Server-side\"}],[\"$\",\"span\",null,{\"className\":\"font-medium text-green-400\",\"children\":[\"✓ \",\"Required\"]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Recommended RAM\"}],[\"$\",\"span\",null,{\"className\":\"text-green-400 font-semibold\",\"children\":[4,\" GB\"]}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 ml-1\",\"children\":[\"(min. \",3,\" GB)\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2e:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Frequently Asked Questions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"details\",\"0\",{\"className\":\"group\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Inventory Maker server crashes on startup – what to do?\"}],[\"$\",\"svg\",null,{\"className\":\"w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 9l-7 7-7-7\"}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 text-sm mt-2 px-3 pb-2\",\"children\":\"Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for \\\"OutOfMemoryError\\\" or \\\"Mixin\\\" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21). You can switch loaders with one click in the panel.\"}]]}],[\"$\",\"details\",\"1\",{\"className\":\"group\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Is Inventory Maker compatible with fabric?\"}],[\"$\",\"svg\",null,{\"className\":\"w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 9l-7 7-7-7\"}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 text-sm mt-2 px-3 pb-2\",\"children\":\"Inventory Maker officially supports fabric for Minecraft 1.21, 1.20.6, 1.20.5. The Mado dashboard automatically detects incompatible loader combinations.\"}]]}],[\"$\",\"details\",\"2\",{\"className\":\"group\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Server lagging with Inventory Maker – how to optimize performance?\"}],[\"$\",\"svg\",null,{\"className\":\"w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 9l-7 7-7-7\"}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 text-sm mt-2 px-3 pb-2\",\"children\":\"Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Inventory Maker consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install \\\"performant\\\" or \\\"starlight\\\" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2f:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Similar Mods\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-3\",\"children\":[[\"$\",\"$L5\",\"mouse-tweaks\",{\"href\":\"/minecraft-mods/mouse-tweaks\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/aC3cM3Vq/6c0eaa4e60a9c87f4766f222ff63286f09da32c0_96.webp\",\"alt\":\"Mouse Tweaks\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Mouse Tweaks\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"44.8M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"inventory-profiles-next\",{\"href\":\"/minecraft-mods/inventory-profiles-next\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/O7RBXm3n/04cdecd37b4c7409f70d36fcdc85722ebf14aab8_96.webp\",\"alt\":\"Inventory Profiles Next\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Inventory Profiles Next\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"30.2M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"clumps\",{\"href\":\"/minecraft-mods/clumps\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/Wnxd13zP/6a965bb7974c3e759a53a1c89c35de4acd4cf86a_96.webp\",\"alt\":\"Clumps\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Clumps\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"29.2M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"shulkerboxtooltip\",{\"href\":\"/minecraft-mods/shulkerboxtooltip\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/2M01OLQq/bb490716cf2590cf84100a495931c3d4743bce43_96.webp\",\"alt\":\"Shulker Box Tooltip\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Shulker Box Tooltip\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"28.6M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"supplementaries\",{\"href\":\"/minecraft-mods/supplementaries\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/fFEIiSDQ/e9f5f66fa3b67e54acb91258a1428d68311c58bc_96.webp\",\"alt\":\"Supplementaries\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Supplementaries\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"20.5M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"carry-on\",{\"href\":\"/minecraft-mods/carry-on\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/joEfVgkn/d7750a532cd45c9020bf4d07f304191de6e98c19_96.webp\",\"alt\":\"Carry On\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],\"$L32\"]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"30:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Related Resources\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 gap-3\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/minecraft-server-hosting\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-green-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M5 12h14M12 5l7 7-7 7\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-green-400 transition-colors\",\"children\":\"Rent Minecraft Server\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"All plans \u0026 pricing\"}]]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/minecraft-mods\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-blue-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-blue-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M4 6h16M4 12h16M4 18h16\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors\",\"children\":\"All Minecraft Mods\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"Browse mod directory\"}]]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/minecraft-modpacks\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-purple-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-purple-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-purple-400 transition-colors\",\"children\":\"Minecraft Modpacks\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"Set up modpack servers\"}]]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/docs/getting-started\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-yellow-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-yellow-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-yellow-400 transition-colors\",\"children\":\"Getting Started\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"Server setup guide\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"31:[\"$\",\"div\",null,{\"className\":\"space-y-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-gradient-to-br from-green-900/30 to-gray-900 rounded-xl border border-green-500/20 p-6 sticky top-24\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-bold text-white mb-2\",\"children\":\"Rent Modded Server\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-400 text-sm mb-4\",\"children\":\"Install Inventory Maker with just one click on your server.\"}],[\"$\",\"div\",null,{\"className\":\"bg-gray-800/50 rounded-lg p-3 mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-xs text-gray-400 mb-1\",\"children\":\"Recommended RAM\"}],[\"$\",\"div\",null,{\"className\":\"flex items-baseline gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-2xl font-bold text-green-400\",\"children\":[4,\" GB\"]}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-sm\",\"children\":[\"ab €\",8,\"/mo\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-xs text-gray-500 mt-1\",\"children\":[\"Min. \",3,\" GB | \",\"+1 GB pro 8 Spieler\"]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/gameserver/minecraft-java\",\"className\":\"w-full inline-flex items-center justify-center px-6 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors\",\"children\":\"Create Server Now\"}],[\"$\",\"div\",null,{\"className\":\"mt-3 space-y-2 text-xs text-gray-500\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-500 flex-shrink-0\",\"fill\":\"currentColor\",\"viewBox\":\"0 0 20 20\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\",\"clipRule\":\"evenodd\"}]}],\"1-Click Mod Install\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-500 flex-shrink-0\",\"fill\":\"currentColor\",\"viewBox\":\"0 0 20 20\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\",\"clipRule\":\"evenodd\"}]}],\"NVMe SSD Storage\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-500 flex-shrink-0\",\"fill\":\"currentColor\",\"viewBox\":\"0 0 20 20\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\",\"clipRule\":\"evenodd\"}]}],\"DDoS Protection included\"]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-bold text-white mb-4\",\"children\":\"Details\"}],[\"$\",\"dl\",null,{\"className\":\"space-y-3 text-sm\",\"children\":[null,null,[\"$\",\"div\",null,{\"className\":\"flex justify-between\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-gray-400\",\"children\":\"License\"}],[\"$\",\"dd\",null,{\"className\":\"text-white\",\"children\":\"MIT License\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex justify-between\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-gray-400\",\"children\":\"Server-side\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium text-green-400\",\"children\":\"Required\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4 pt-4 border-t border-gray-800\",\"children\":[\"$\",\"a\",null,{\"href\":\"https://modrinth.com/mod/inventorymaker\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"flex items-center gap-2 text-sm text-gray-400 hover:text-green-400 transition-colors\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"}]}],\"View on Modrinth\"]}]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-bold text-white mb-3\",\"children\":\"Supported Versions\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2\",\"children\":[[[\"$\",\"span\",\"1.21\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.21\"}],[\"$\",\"span\",\"1.20.6\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.20.6\"}],\"$L33\",\"$L34\",\"$L35\",\"$L36\",\"$L37\",\"$L38\"],false]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"32:[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Carry On\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"20.3M\",\" Downloads\"]}]]}]\n33:[\"$\",\"span\",\"1.20.5\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.20.5\"}]\n34:[\"$\",\"span\",\"1.20.4\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.20.4\"}]\n35:[\"$\",\"span\",\"1.20\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.20\"}]\n36:[\"$\",\"span\",\"1.19.4\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.19.4\"}]\n37:[\"$\",\"span\",\"1.19.3\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.19.3\"}]\n38:[\"$\",\"span\",\"1.18.2\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"1.18.2\"}]\n"])</script></body></html>