Skip to content

Getting Started

PolyPack is a collection of 18 server-side Minecraft mods built with Polymer. Every mod works with vanilla clients - players connect with a standard Minecraft client and experience custom items, blocks, GUIs, and entities with no client mods required. Polymer handles server-side resource pack generation and virtual entity rendering automatically.

  • Minecraft 1.21.1
  • Fabric Loader 0.18.4+
  • Fabric API (latest for 1.21.1)
  • Polymer (core libs are bundled with PolyPack)
  • SGUI (server-side GUI library - bundled)
  1. Install Fabric Loader for Minecraft 1.21.1 on your dedicated server or LAN host.
  2. Download the PolyPack JARs from the latest GitHub Release.
  3. Place the JARs you want in your server’s mods/ folder.
  4. Start the server once so Polymer can generate the resource pack automatically.
  5. Let players connect with vanilla Minecraft. The server sends the resource pack on join.
  • Directoryserver/
    • Directorymods/
      • digitalchest-<version>.jar
      • battlefox-<version>.jar
      • wallet-<version>.jar
      • ...
    • Directoryconfig/
      • battlefox.*
      • wallet.*
      • polyciv.*
    • Directoryworld/
    • server.properties

PolyPack is fully modular. Every mod can be installed independently unless noted. Pick and choose what fits your server:

ModDescriptionDependencies
Digital ChestInfinite server-side storage with search, sorting, color channels, and automationStandalone
Polymer PipesTiered item transport with filters, priority routing, and visual animationsStandalone (optional: Digital Chest for pipe integration)
PolyTechEnergy system with generators, machines (macerator, compressor, furnace), cables, and wireless powerRequires Digital Chest + Polymer Pipes
PolyBBSMMulti-capacity buckets and upgraded shears with wood and special-material variantsStandalone
ModDescriptionDependencies
Battle FoxTame and bond with a combat fox - RPG progression with tiers, armor, and special movesStandalone
Guardian MobsConvert Creakings and Skeletons into loyal base defenders with special attacksStandalone
ModDescriptionDependencies
PolyCivFull NPC village simulation - 25+ buildings, seasons, events, traits, and population growthStandalone (optional: Wallet for economy, Digital Chest for storage)
WalletDouble-entry ledger economy with casino games (blackjack, poker, roulette, scratch cards)Standalone (optional: Digital Chest)
PolyGuildAdventurer’s guild with procedural quests, bounty board, and rank progressionStandalone (optional: Wallet for payouts)
ModDescriptionDependencies
PolyMagic21 spells across 6 schools, mana system, 12 staffs, and spell masteryStandalone
PolyCropsCrop genetics, crossbreeding, mutations, irrigation, and seed analysisStandalone
ModDescriptionDependencies
PolyDecorDecorative furniture and props via Polymer display entitiesStandalone
Polymer TemplatesStructure capture and paste with an in-world template editorStandalone
ModDescriptionDependencies
Wallet BowlingSolo ten-pin bowling with wallet-backed bettingRequires Wallet
Fishing Duel / Archery DuelCompetitive two-player minigames with spectator bettingStandalone (optional: Wallet for betting)
PolyVolleyServer-side volleyball with arena courts and scoringStandalone (optional: Wallet for wagers)
ModDescriptionDependencies
Advanced Netherite PatchMakes the Advanced Netherite mod work with PolymerRequires Advanced Netherite (external)
Client CompanionOptional client-side mod with JEI/REI/EMI recipe integration and terminal enhancementsClient-side only, auto-detects installed mods
PolyTech -> requires Digital Chest + Polymer Pipes
Wallet Bowling -> requires Wallet

Everything else is pick-and-choose. “Optional” dependencies enable extra integration - for example, PolyCiv can use Wallet for Village Coin redemption, but runs fine without it.

First time? Start with these three for a well-rounded experience:

  • Digital Chest - infinite storage solves inventory headaches fast
  • Battle Fox - a fun combat companion from day one
  • Wallet - gives your server an economy backbone

Want the full tech tree? Add Digital Chest -> Polymer Pipes -> PolyTech for a complete industrial automation stack.

Building a community server? Add PolyCiv + Wallet + PolyGuild for NPC villages, an economy, and quest content that keeps players engaged.

Most mods work out of the box with zero config. Server-specific settings (like economy starting balance, PolyCiv simulation tick rate, etc.) are exposed in each mod’s config files under config/ in your server directory. Check individual mod pages for details.

Drop the new JARs into mods/ and restart the server. Polymer regenerates the resource pack automatically. Database-backed mods (Wallet, PolyCiv) handle schema migrations on startup.