services.pumpkin.settings.world.chunk.type

NixOS option

Chunk/world storage format. anvil is the modern Vanilla format; linear is the more compact third-party format; pump is Pumpkin’s own optimized format. Only anvil uses write_in_place/compression — they’re ignored for the other two.

type: one of "anvil", "linear", "pump"
Default
"anvil"
Example
"linear"
declared in: nixos/modules/services/games/pumpkin.nixView source on NixOS/nixpkgs →