Version data and automatic sanitizer run.
This commit is contained in:
parent
a38eaa6f99
commit
6a3cb688ff
4 changed files with 7 additions and 3 deletions
|
@ -7,4 +7,4 @@ 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.0.32
|
||||||
version_jei=1.18.2:9.5.4.171
|
version_jei=1.18.2:9.5.4.171
|
||||||
version_engineersdecor=1.1.22
|
version_engineersdecor=1.1.23-b1
|
||||||
|
|
|
@ -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-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)",
|
||||||
"1.1.22-b1": "[U] Updated to 1.18.2.",
|
"1.1.22-b1": "[U] Updated to 1.18.2.",
|
||||||
|
@ -56,6 +57,6 @@
|
||||||
},
|
},
|
||||||
"promos": {
|
"promos": {
|
||||||
"1.18.2-recommended": "1.1.22",
|
"1.18.2-recommended": "1.1.22",
|
||||||
"1.18.2-latest": "1.1.22"
|
"1.18.2-latest": "1.1.23-b1"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -11,6 +11,9 @@ Mod sources for Minecraft version 1.18.x.
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
- v1.1.22 [R] Release build v1.1.22.
|
- v1.1.22 [R] Release build v1.1.22.
|
||||||
[M] Factory Dropper stack size ignored for un-stackable items (issue #209, ty LesBeans).
|
[M] Factory Dropper stack size ignored for un-stackable items (issue #209, ty LesBeans).
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ description="Adds cosmetic blocks for the engineer's workshop, factory and home.
|
||||||
authors="wilechaote"
|
authors="wilechaote"
|
||||||
credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths."
|
credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths."
|
||||||
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/versions/1.18.json"
|
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/versions/1.18.json"
|
||||||
displayURL="https://github.com/stfwi/engineers-decor/"
|
displayURL="https://www.curseforge.com/minecraft/mc-mods/engineers-decor"
|
||||||
logoFile="logo.png"
|
logoFile="logo.png"
|
||||||
|
|
||||||
[[dependencies.engineersdecor]]
|
[[dependencies.engineersdecor]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue