From 1eeaa1229ee288684d4ead878b368685a548f08a Mon Sep 17 00:00:00 2001 From: stfwi Date: Tue, 1 Oct 2019 14:57:08 +0200 Subject: [PATCH] 1.12: Solar Panel and Tree Cutter beta now. --- 1.12/gradle.properties | 2 +- 1.12/meta/update.json | 3 ++- 1.12/readme.md | 3 +++ 1.12/src/main/java/wile/engineersdecor/ModContent.java | 4 ++-- meta/update.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/1.12/gradle.properties b/1.12/gradle.properties index 006d403..95bfbb0 100644 --- a/1.12/gradle.properties +++ b/1.12/gradle.properties @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx8G version_minecraft=1.12.2 version_forge=14.23.5.2768 version_jei=4.10.0.198 -version_engineersdecor=1.0.12 +version_engineersdecor=1.0.13-b1 diff --git a/1.12/meta/update.json b/1.12/meta/update.json index 66ef537..41d5c6a 100644 --- a/1.12/meta/update.json +++ b/1.12/meta/update.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/", "1.12.2": { + "1.0.13-b1": "[A] Small Solar Panel added.\n[A] Small Tree Cutter added.", "1.0.12": "[R] Release based on v1.0.12-b2. Release-to-release changes: * Crafting table: Recipe collision resolver added. Items are rendered on the table surface. * Small Mineral Smelter released. * Factory Dropper: Continuous dropping mode added. * Block opacity fixes, window model fixes. * Lang file updates.", "1.0.12-b2": "[A] Crafting Table: Added recipe collision resolver, also applies to crafting history refabrication.\n[A] Crafting Table: Added rendering of placed items on the top surface of the table.\n[M] Lang files updated.", "1.0.12-b1": "[A] Mineal Smelter non-experimental now.\n[M] Window submodels stripped (reopened issue #19, thx overchoice).\n[M] Opaque full block light opacity fixed (issue #50, thx Illomiurge).\n[M] Factory Dropper: Added pulse/continuous mode in GUI (issue #51, thx Aristine for the CR).", @@ -58,6 +59,6 @@ }, "promos": { "1.12.2-recommended": "1.0.12", - "1.12.2-latest": "1.0.12" + "1.12.2-latest": "1.0.13-b1" } } \ No newline at end of file diff --git a/1.12/readme.md b/1.12/readme.md index eb0b11a..efd574c 100644 --- a/1.12/readme.md +++ b/1.12/readme.md @@ -10,6 +10,9 @@ Mod sources for Minecraft version 1.12.2. ---- ## Version history + - v1.0.13-b1 [A] Small Solar Panel added. + [A] Small Tree Cutter added. + ------------------------------------------------------------------- - v1.0.12 [R] Release based on v1.0.12-b2. Release-to-release changes: * Crafting table: Recipe collision resolver added. Items are diff --git a/1.12/src/main/java/wile/engineersdecor/ModContent.java b/1.12/src/main/java/wile/engineersdecor/ModContent.java index a32f5d4..e0397d3 100644 --- a/1.12/src/main/java/wile/engineersdecor/ModContent.java +++ b/1.12/src/main/java/wile/engineersdecor/ModContent.java @@ -459,6 +459,8 @@ public class ModContent STRAIGHT_CHECK_VALVE, STRAIGHT_REDSTONE_VALVE, STRAIGHT_REDSTONE_ANALOG_VALVE, STRAIGHT_PIPE_VALVE_TEI, PASSIVE_FLUID_ACCUMULATOR, PASSIVE_FLUID_ACCUMULATOR_TEI, SMALL_MINERAL_SMELTER, SMALL_MINERAL_SMELTER_TEI, + SMALL_SOLAR_PANEL,SMALL_SOLAR_PANEL_TEI, + SMALL_TREE_CUTTER,SMALL_TREE_CUTTER_TEI, CLINKER_BRICK_BLOCK, CLINKER_BRICK_SLAB, CLINKER_BRICK_STAIRS, @@ -509,8 +511,6 @@ public class ModContent SIGN_MINDSTEP, PANZERGLASS_SLAB, // @todo: check if another class is needed due to is_side_visible TREATED_WOOD_FLOOR, // @todo: check if textures need improvement - SMALL_SOLAR_PANEL,SMALL_SOLAR_PANEL_TEI, - SMALL_TREE_CUTTER,SMALL_TREE_CUTTER_TEI, TEST_BLOCK,TEST_BLOCK_TEI }; diff --git a/meta/update.json b/meta/update.json index a8da406..ddfa7fb 100644 --- a/meta/update.json +++ b/meta/update.json @@ -2,11 +2,12 @@ "homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/", "promos": { "1.12.2-recommended": "1.0.12", - "1.12.2-latest": "1.0.12", + "1.12.2-latest": "1.0.13-b1", "1.14.4-recommended": "", "1.14.4-latest": "1.0.12-b3" }, "1.12.2": { + "1.0.13-b1": "[A] Small Solar Panel added.\n[A] Small Tree Cutter added.", "1.0.12": "[R] Release based on v1.0.12-b2. Release-to-release changes: * Crafting table: Recipe collision resolver added. Items are rendered on the table surface. * Small Mineral Smelter released. * Factory Dropper: Continuous dropping mode added. * Block opacity fixes, window model fixes. * Lang file updates.", "1.0.12-b2": "[A] Crafting Table: Added recipe collision resolver, also applies to crafting history refabrication.\n[A] Crafting Table: Added rendering of placed items on the top surface of the table.\n[M] Lang files updated.", "1.0.12-b1": "[A] Mineal Smelter non-experimental now.\n[M] Window submodels stripped (reopened issue #19, thx overchoice).\n[M] Opaque full block light opacity fixed (issue #50, thx Illomiurge).\n[M] Factory Dropper: Added pulse/continuous mode in GUI (issue #51, thx Aristine for the CR).",