14 lines
198 B
TOML
14 lines
198 B
TOML
name = "FORGE Mod"
|
|
author = "IDSolutions"
|
|
prefix = "forge"
|
|
mainprefix = "z"
|
|
|
|
[files]
|
|
include = [
|
|
"forge_mod_version.json",
|
|
"*.paa",
|
|
"userconfig/**/*"
|
|
]
|
|
|
|
[version]
|
|
git_hash = 0 # Disabled |