17 lines
322 B
TOML
17 lines
322 B
TOML
name = "My Minecraft Mod Pack"
|
|
author = "David Guevara"
|
|
version = "1.0.0"
|
|
pack-format = "packwiz:1.1.0"
|
|
|
|
[index]
|
|
file = "index.toml"
|
|
hash-format = "sha256"
|
|
hash = "67ff6c412a592d06172eebb639506428859878565d9339b5aab2b9c52211313d"
|
|
|
|
[versions]
|
|
forge = "47.4.10"
|
|
minecraft = "1.20.1"
|
|
|
|
[options]
|
|
datapack-folder = "datapacks"
|