From 2686ce784efef8c2cc86e4c077c0663e705ee53c Mon Sep 17 00:00:00 2001 From: stfwi Date: Sat, 20 Jul 2019 12:03:23 +0200 Subject: [PATCH] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3. Disabled fluid handlers (issue #42). Fixed forge blockstate model locations (issue #43). --- 1.14/gradle.properties | 6 +++--- 1.14/meta/update.json | 4 +++- 1.14/readme.md | 10 ++++++++++ meta/update.json | 4 +++- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/1.14/gradle.properties b/1.14/gradle.properties index e10419a..d35e3a1 100644 --- a/1.14/gradle.properties +++ b/1.14/gradle.properties @@ -2,10 +2,10 @@ org.gradle.daemon=false org.gradle.jvmargs=-Xmx8G version_minecraft=1.14.3 -version_forge_minecraft=1.14.3-27.0.25 -version_fml_mappings=20190621-1.14.2 +version_forge_minecraft=1.14.3-27.0.60 +version_fml_mappings=20190719-1.14.3 version_jei=6.0.0.7 -version_engineersdecor=1.0.9-b5 +version_engineersdecor=1.0.9-b7 # # jar signing data loaded from signing.properties in the project root. # diff --git a/1.14/meta/update.json b/1.14/meta/update.json index 48aafa1..246fba4 100644 --- a/1.14/meta/update.json +++ b/1.14/meta/update.json @@ -1,6 +1,8 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/", "1.14.3": { + "1.0.9-b7": "[U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3.\n[F] Disabled all early implemented fuild handling of valves and the Fluid Accumulator to prevent world loading hang-ups (issue #42, thx TheOhmegha for reporting). Will be re-enabled after fluid handling released in Forge.\n[F] Fixed blockstate model locations for signs and crafting table (issue #43, thx ProsperCraft for the beta test).", + "1.0.9-b6": "[U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2.", "1.0.9-b5": "[A] Added missing recipes for slabs, stained clinker, half-slabs, valves.\n[M] Standalone recipes adapted.\n[F] Lang files: Fixed double newline escape.\n[A] Implicit opt-out of hard IE dependent blocks ported (e.g. Concrete Wall).\n[M] Basic mod config features, opt-outs and tweaks ported.", "1.0.9-b4": "[E] Experimental: Config skel ported (!not all options have effect yet).\n[E] Experimental: JEI integration for opt-outs and crafting table ported (also addresses issue #38).", "1.0.9-b3": "[F] Additional item drop fixes when blocks are destroyed (issue #39).", @@ -15,6 +17,6 @@ }, "promos": { "1.14.3-recommended": "", - "1.14.3-latest": "1.0.9-b5" + "1.14.3-latest": "1.0.9-b7" } } \ No newline at end of file diff --git a/1.14/readme.md b/1.14/readme.md index 9ef89ca..c748db6 100644 --- a/1.14/readme.md +++ b/1.14/readme.md @@ -10,6 +10,16 @@ Mod sources for Minecraft version 1.14.3. ---- ## Version history + - v1.0.9-b7 [U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3. + [F] Disabled all early implemented fuild handling of valves + and the Fluid Accumulator to prevent world loading + hang-ups (issue #42, thx TheOhmegha for reporting). + Will be re-enabled after fluid handling released in Forge. + [F] Fixed blockstate model locations for signs and crafting + table (issue #43, thx ProsperCraft for the beta test). + + - v1.0.9-b6 [U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2. + - v1.0.9-b5 [A] Added missing recipes for slabs, stained clinker, half-slabs, valves. [M] Standalone recipes adapted. [F] Lang files: Fixed double newline escape. diff --git a/meta/update.json b/meta/update.json index 97c32ca..9767d4e 100644 --- a/meta/update.json +++ b/meta/update.json @@ -62,6 +62,8 @@ "1.0.0-a1": "[A] Initial port to 1.13.2 with Forge beta." }, "1.14.3": { + "1.0.9-b7": "[U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3.\n[F] Disabled all early implemented fuild handling of valves and the Fluid Accumulator to prevent world loading hang-ups (issue #42, thx TheOhmegha for reporting). Will be re-enabled after fluid handling released in Forge.\n[F] Fixed blockstate model locations for signs and crafting table (issue #43, thx ProsperCraft for the beta test).", + "1.0.9-b6": "[U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2.", "1.0.9-b5": "[A] Added missing recipes for slabs, stained clinker, half-slabs, valves.\n[M] Standalone recipes adapted.\n[F] Lang files: Fixed double newline escape.\n[A] Implicit opt-out of hard IE dependent blocks ported (e.g. Concrete Wall).\n[M] Basic mod config features, opt-outs and tweaks ported.", "1.0.9-b4": "[E] Experimental: Config skel ported (!not all options have effect yet).\n[E] Experimental: JEI integration for opt-outs and crafting table ported (also addresses issue #38).", "1.0.9-b3": "[F] Additional item drop fixes when blocks are destroyed (issue #39).", @@ -80,6 +82,6 @@ "1.13.2-recommended": "", "1.13.2-latest": "1.0.7-b5", "1.14.3-recommended": "", - "1.14.3-latest": "1.0.9-b5" + "1.14.3-latest": "1.0.9-b7" } } \ No newline at end of file