| Crates.io | podzol |
| lib.rs | podzol |
| version | 0.2.1 |
| created_at | 2025-01-22 20:47:25.637485+00 |
| updated_at | 2025-01-30 16:40:00.615012+00 |
| description | A modpack package manager |
| homepage | |
| repository | https://github.com/morr0ne/podzol |
| max_upload_size | |
| id | 1527103 |
| size | 101,915 |
A modern package manager for Minecraft modpacks that simplifies creation and management through a clean TOML-based manifest format and direct integration with the Modrinth API.
cargo install podzol
paru -S podzol
podzol init --name "My Cool Pack" --version 1.21.1 --loader fabric
podzol add iris sodium modmenu
podzol export
Podzol uses a clean TOML format for modpack configuration:
[pack]
name = "Cool pack"
version = "0.1.0"
description = "A very cool minecraft modpack"
[enviroment]
minecraft = "1.21.1"
fabric = "0.16.10"
[mods]
iris = { version = "1.8.1+1.21.1-fabric", side = "client" }
sodium = { version = "mc1.21.1-0.6.5-fabric", side = "client" }
podzol init # Create a new project
podzol add # Add components to your modpack
podzol remove # Remove components
podzol export # Create a distributable package
| Feature | Podzol | Packwiz | Manual Management |
|---|---|---|---|
| Configuration Format | Simple TOML | Complex TOML | N/A |
| Version Management | Automatic | Manual | Manual |
| Modrinth Integration | Direct API | Limited | None |
| Setup Complexity | Minimal | Complex | None |
| Learning Curve | Gentle | Steep | N/A |
This project is licensed under the Apache-2.0 License. For more information, please see the LICENSE file.