webdisplays/src/main/resources/META-INF/mods.toml
GiantLuigi4 de2bc44a8e cursors
2023-06-04 22:14:13 -04:00

48 lines
935 B
TOML

modLoader="javafml" #mandatory
loaderVersion="[43,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
license="Public Domain"
issueTrackerURL="" #optional
[[mods]] #mandatory
modId="webdisplays" #mandatory
version="1.3.3" #mandatory
displayName="WebDisplays" #mandatory
displayURL="https://github.com/Mysticpasta1/webdisplays" #optional
logoFile= "" #optional
credits="" #optional
authors="Mysticpasta1, WaterPicker, Montoyo, GiantLuigi4" #optional
description='''
'''
[[dependencies.webdisplays]] #optional
modId="forge" #mandatory
mandatory=true #mandatory
versionRange="[43,)" #mandatory
ordering="NONE"
side="BOTH"
[[dependencies.webdisplays]]
modId="minecraft"
mandatory=true
versionRange="[1.19.2,1.19.3)"
ordering="NONE"
side="BOTH"
[[dependencies.webdisplays]]
modId="forgecef"
mandatory=true
versionRange="[1.2.3, )"
ordering="NONE"
side="BOTH"