From cc23672eba9d7937fa2deaaac3326f0a075610c1 Mon Sep 17 00:00:00 2001 From: stfwi Date: Mon, 7 Jun 2021 20:54:05 +0200 Subject: [PATCH] Release build based on b3. --- gradle.properties | 2 +- meta/update.json | 5 +++-- readme.md | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index a54f84b..20aa2c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ version_minecraft=1.16.4 version_forge_minecraft=1.16.4-35.1.10 version_fml_mappings=20201028-1.16.3 version_jei=1.16.4:7.6.1.63 -version_engineersdecor=1.1.14-b3 +version_engineersdecor=1.1.14 diff --git a/meta/update.json b/meta/update.json index 141cf6b..4eb0c35 100644 --- a/meta/update.json +++ b/meta/update.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/", "1.16.4": { + "1.1.14": "[R] Release build v1.1.14.", "1.1.14-b3": "[A] Spanish language support added (PR#180, thx FrannDzs).", "1.1.14-b2": "[F] Block Placer: Attempt circumventing external placement prevention.", "1.1.14-b1": "[F] Fixed Fluid Barrel container item definition (issue #178, thx Wormbo).", @@ -38,7 +39,7 @@ "1.1.2-b1": "[U] Ported to MC1.16.2." }, "promos": { - "1.16.4-recommended": "1.1.13", - "1.16.4-latest": "1.1.14-b3" + "1.16.4-recommended": "1.1.14", + "1.16.4-latest": "1.1.14" } } \ No newline at end of file diff --git a/readme.md b/readme.md index a4fa95e..d68b197 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,8 @@ Mod sources for Minecraft version 1.16.x. ## Version history + - v1.1.14 [R] Release build v1.1.14. + - v1.1.14-b3 [A] Spanish language support added (PR#180, thx FrannDzs). - v1.1.14-b2 [F] Block Placer: Attempt circumventing external placement prevention.