Updated Forge, re-enabled JSON tags (issue #217).
This commit is contained in:
parent
6a3cb688ff
commit
e59a9405d0
19 changed files with 9 additions and 5 deletions
|
@ -5,6 +5,6 @@ meta_modid=engineersdecor
|
||||||
meta_issues=https://github.com/stfwi/engineers-decor/issues
|
meta_issues=https://github.com/stfwi/engineers-decor/issues
|
||||||
meta_download=https://www.curseforge.com/minecraft/mc-mods/engineers-decor/
|
meta_download=https://www.curseforge.com/minecraft/mc-mods/engineers-decor/
|
||||||
version_minecraft=1.18.2
|
version_minecraft=1.18.2
|
||||||
version_forge_minecraft=1.18.2-40.0.32
|
version_forge_minecraft=1.18.2-40.1.51
|
||||||
version_jei=1.18.2:9.5.4.171
|
version_jei=1.18.2:9.5.4.171
|
||||||
version_engineersdecor=1.1.23-b1
|
version_engineersdecor=1.1.23
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||||
"1.18.2": {
|
"1.18.2": {
|
||||||
|
"1.1.23": "[R] Release build.\n[F] Updated Forge and re-enabled JSON tags (issue #217, ty snarkbait66).",
|
||||||
"1.1.23-b1": "[A] Added ability to install inset lights in top-aligned catwalks (PR#215, Sergii).\n[A] Iron Hatch improved (PR#216, Sergii).",
|
"1.1.23-b1": "[A] Added ability to install inset lights in top-aligned catwalks (PR#215, Sergii).\n[A] Iron Hatch improved (PR#216, Sergii).",
|
||||||
"1.1.22": "[R] Release build v1.1.22.\n[M] Factory Dropper stack size ignored for un-stackable items (issue #209, ty LesBeans).",
|
"1.1.22": "[R] Release build v1.1.22.\n[M] Factory Dropper stack size ignored for un-stackable items (issue #209, ty LesBeans).",
|
||||||
"1.1.22-b2": "[F] Fixed stairs block reference (issue #207, ty freopt)",
|
"1.1.22-b2": "[F] Fixed stairs block reference (issue #207, ty freopt)",
|
||||||
|
@ -56,7 +57,7 @@
|
||||||
"1.1.2-b1": "[U] Ported to MC1.16.2."
|
"1.1.2-b1": "[U] Ported to MC1.16.2."
|
||||||
},
|
},
|
||||||
"promos": {
|
"promos": {
|
||||||
"1.18.2-recommended": "1.1.22",
|
"1.18.2-recommended": "1.1.23",
|
||||||
"1.18.2-latest": "1.1.23-b1"
|
"1.18.2-latest": "1.1.23"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -11,6 +11,9 @@ Mod sources for Minecraft version 1.18.x.
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
- v1.1.23 [R] Release build.
|
||||||
|
[F] Updated Forge and re-enabled JSON tags (issue #217, ty snarkbait66).
|
||||||
|
|
||||||
- v1.1.23-b1 [A] Added ability to install inset lights in top-aligned catwalks (PR#215, Sergii).
|
- v1.1.23-b1 [A] Added ability to install inset lights in top-aligned catwalks (PR#215, Sergii).
|
||||||
[A] Iron Hatch improved (PR#216, Sergii).
|
[A] Iron Hatch improved (PR#216, Sergii).
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ logoFile="logo.png"
|
||||||
[[dependencies.engineersdecor]]
|
[[dependencies.engineersdecor]]
|
||||||
modId="forge"
|
modId="forge"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[40,)"
|
versionRange="[40.1,)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue