Updated to 1.16.2.
This commit is contained in:
parent
267233d994
commit
640ede7570
71 changed files with 2369 additions and 794 deletions
|
@ -1,8 +1,9 @@
|
|||
# @file mods.toml
|
||||
# @spec TOML v0.5.0 (https://github.com/toml-lang/toml)
|
||||
modLoader="javafml"
|
||||
loaderVersion="[28,)"
|
||||
loaderVersion="[33,)"
|
||||
issueTrackerURL="https://github.com/stfwi/engineers-decor/issues/"
|
||||
license="MIT"
|
||||
|
||||
[[mods]]
|
||||
modId="engineersdecor"
|
||||
|
@ -10,7 +11,7 @@ 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, the Modders of the World."
|
||||
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"
|
||||
|
@ -18,13 +19,13 @@ logoFile="logo.png"
|
|||
[[dependencies.engineersdecor]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[32.0.70,)"
|
||||
versionRange="[33.0.5,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.engineersdecor]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.16.1]"
|
||||
versionRange="[1.16.2]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue