Initial 1.18.1 port.
This commit is contained in:
parent
8a26de7c2b
commit
ee3e8de99e
43 changed files with 235 additions and 236 deletions
|
@ -1,7 +1,7 @@
|
|||
# @file mods.toml
|
||||
# @spec TOML v0.5.0 (https://github.com/toml-lang/toml)
|
||||
modLoader="javafml"
|
||||
loaderVersion="[37,)"
|
||||
loaderVersion="[39,)"
|
||||
issueTrackerURL="https://github.com/stfwi/engineers-decor/issues/"
|
||||
license="MIT"
|
||||
|
||||
|
@ -19,13 +19,13 @@ logoFile="logo.png"
|
|||
[[dependencies.engineersdecor]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[37.0.82,)"
|
||||
versionRange="[39,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.engineersdecor]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.17.1,1.18)"
|
||||
versionRange="[1.18.1,1.19)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue