Files
mc-modpack/pack.toml
Bennett David a39df7b2e7 Fix pack.toml format: move fields to top level
The packwiz-installer expects name, author, version, and pack-format
at the TOML root, not nested under a [pack] section. This caused a
DecodingError on the client: "no value found for non-nullable parameter
'name'".

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 00:41:19 +00:00

14 lines
278 B
TOML

name = "Bennett's Modded Server"
author = "bee8333"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "059360286df607e6a5ff35b8d719c0a8b5b753623f2d3dab3fb12f082c09f5cf"
[versions]
minecraft = "1.20.4"
fabric = "0.15.11"