Initial commit
This commit is contained in:
25
build/resources/main/META-INF/mods.toml
Normal file
25
build/resources/main/META-INF/mods.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user