31 lines
890 B
TOML
31 lines
890 B
TOML
# @file mods.toml
|
|
# @spec TOML v0.5.0 (https://github.com/toml-lang/toml)
|
|
modLoader="javafml"
|
|
loaderVersion="[37,)"
|
|
issueTrackerURL="https://github.com/stfwi/engineers-decor/issues/"
|
|
license="MIT"
|
|
|
|
[[mods]]
|
|
modId="engineersdecor"
|
|
version="${file.jarVersion}"
|
|
displayName="Engineer's Decor"
|
|
description="Adds cosmetic blocks for the engineer's workshop, factory and home."
|
|
authors="wilechaote"
|
|
credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths."
|
|
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/1.16/meta/update.json"
|
|
displayURL="https://github.com/stfwi/engineers-decor/"
|
|
logoFile="logo.png"
|
|
|
|
[[dependencies.engineersdecor]]
|
|
modId="forge"
|
|
mandatory=true
|
|
versionRange="[37,)"
|
|
ordering="NONE"
|
|
side="BOTH"
|
|
|
|
[[dependencies.engineersdecor]]
|
|
modId="minecraft"
|
|
mandatory=true
|
|
versionRange="[1.17.1,1.18)"
|
|
ordering="NONE"
|
|
side="BOTH"
|