Polymerium
Core Concepts

Glossary

Polymerium terms in plain language so deployment, directories, packages, and runtime behavior are easier to reason about.

Last updated on

Polymerium has a few terms that are specific to its metadata-driven model. This glossary keeps the product language consistent and explains what each term means in practice.

Core Terms

TermMeaning
InstanceA Minecraft environment managed by Polymerium, including its profile and managed directories.
ProfileThe metadata that defines an instance: Minecraft version, mod loader, packages, rules, and settings.
ModpackA distributable collection of packages, configuration, and source files.
PackageA managed reference to content from a repository. Packages include mods, resource packs, shader packs, data packs, and worlds.
AssetA physical file managed by Polymerium, such as a config file, screenshot, log, library, or version file.
Resource repositoryA service or source that hosts packages and versions, such as Modrinth or CurseForge.
PrefA package reference, often written as a pref:// URI, that identifies a repository package or version.

Lifecycle

TermMeaning
DeployPrepare the runnable game directory from the instance profile, packages, Pack Source, and Local Data. Deployment prepares files; it does not start Minecraft.
LaunchStart Minecraft. Launching may trigger deployment first, but launch and deploy are different operations.
ResetClear the Run Directory and deployment lock so Polymerium can deploy it again. Reset can permanently delete saves, screenshots, logs, and game or mod configuration unless they were already moved to Local Data.
SnapshotA restorable state containing the instance profile and Polymerium-managed data. A snapshot is lighter than a full backup and does not automatically capture every unmanaged file in the Run Directory.
Shared CacheReusable downloaded packages, Minecraft assets, libraries, and runtime files shared by instances. Cache entries are not user data.

Directories

Use the product name and the physical folder together on first mention.

TermFolderMeaning
Pack Sourceimport/Authoritative files supplied by a modpack or prepared for export. Modpack updates may replace it; reset does not delete it.
Local Datapersist/User-managed data that survives reset and modpack updates. Data is protected only after you explicitly place it here.
Run Directorybuild/The deployed game directory that Minecraft reads and writes. It may contain saves, screenshots, logs, and generated configuration. Reset clears it.
Working Copypart of build/The runtime copy of files that came from Pack Source. Workspace compares this copy with Pack Source.

Tools And Rules

TermMeaning
WorkspaceA tool for comparing Pack Source with its Working Copy and synchronizing selected changes.
Sync to ImportMove a selected Working Copy change into Pack Source so it becomes part of the modpack.
Deployment RuleA rule that changes how matching packages are deployed.
SelectorThe condition that chooses which packages a deployment rule applies to.
Rule ActionThe effect applied by a matched deployment rule, such as skipping or redirecting a package.

Runtime And Accounts

TermMeaning
Minecraft versionThe selected version of Minecraft itself.
Mod loaderFabric, Forge, NeoForge, Quilt, or another system that loads mods.
Loader librariesFiles required by the mod loader. They are not the same as the Java runtime.
Java runtimeThe Java installation and executable used to start Minecraft.
Game accountA Microsoft, offline, trial, or external-auth account used to launch the game.

Data Safety Rule

Reset is a repair operation, not harmless cleanup. Anything important that only exists in the Run Directory can be lost. Move saves, screenshots, custom options, and other personal data into Local Data before you reset or rebuild aggressively.

On this page