1.12: Floor grating issue fixed. Lang updates.
This commit is contained in:
parent
029a97fa18
commit
10968cbdd2
9 changed files with 38 additions and 20 deletions
|
@ -324,7 +324,8 @@
|
|||
stdtasks["version-check"] = function(args) {
|
||||
var r = me.tasks.version_check(!args.join().search("--no-preversions")>=0);
|
||||
if(r.fails.length == 0) return;
|
||||
for(var i in r.fails) r.fails[i] = " - " + r.fails[i];
|
||||
alert("Version check failed:");
|
||||
for(var i in r.fails) alert(" - " + r.fails[i]);
|
||||
alert("Version data:");
|
||||
alert(" - version_mod : '" + r.version_mod + "'");
|
||||
alert(" - combined_version : '" + r.combined_version + "'");
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"promos": {
|
||||
"1.12.2-recommended": "1.0.10",
|
||||
"1.12.2-latest": "1.0.11-b1",
|
||||
"1.12.2-latest": "1.0.11-b2",
|
||||
"1.14.4-recommended": "",
|
||||
"1.14.4-latest": "1.0.11-b1"
|
||||
},
|
||||
"1.12.2": {
|
||||
"1.0.11-b2": "[F] Fixed Floor Grating issue, which could have caused a crash.\n[M] Lang update ru-ru (Shellyoung, PR #47).",
|
||||
"1.0.11-b1": "[M] Lang update ru-ru (Shellyoung, PR #45).\n[F] Fixed bounding box of the Steel Table.\n[M] Steel Floor Frating: Items fall through.",
|
||||
"1.0.10": "[R] Release based on v1.0.10-b2. Release-to-release changes: * Steel table added. * Steel floor grating added. * Treated wood side table added. * Exit Sign added. * Recipe fixes.",
|
||||
"1.0.10-b2": "[A] Steel table added.\n[A] Steel floor grating added.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue