25 lines
445 B
TOML
25 lines
445 B
TOML
modLoader="javafml"
|
|
loaderVersion="[47,)"
|
|
license="MIT"
|
|
|
|
[[mods]]
|
|
modId="playerstatistics"
|
|
version="1.0.0"
|
|
displayName="Player Statistics Mod"
|
|
description='''
|
|
A mod that tracks and displays player statistics.
|
|
'''
|
|
|
|
[[dependencies.playerstatistics]]
|
|
modId="forge"
|
|
mandatory=true
|
|
versionRange="[47,)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
[[dependencies.playerstatistics]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.20.1]"
|
|
ordering="NONE"
|
|
side="BOTH" |