From 6a3cb688ffe685a53f80abac965ef229da77419c Mon Sep 17 00:00:00 2001 From: stfwi Date: Sat, 4 Jun 2022 10:20:40 +0200 Subject: [PATCH] Version data and automatic sanitizer run. --- gradle.properties | 2 +- meta/update.json | 3 ++- readme.md | 3 +++ src/main/resources/META-INF/mods.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 71b2a84..b211924 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,4 +7,4 @@ meta_download=https://www.curseforge.com/minecraft/mc-mods/engineers-decor/ version_minecraft=1.18.2 version_forge_minecraft=1.18.2-40.0.32 version_jei=1.18.2:9.5.4.171 -version_engineersdecor=1.1.22 +version_engineersdecor=1.1.23-b1 diff --git a/meta/update.json b/meta/update.json index 4f4a4ef..91c6723 100644 --- a/meta/update.json +++ b/meta/update.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/", "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-b2": "[F] Fixed stairs block reference (issue #207, ty freopt)", "1.1.22-b1": "[U] Updated to 1.18.2.", @@ -56,6 +57,6 @@ }, "promos": { "1.18.2-recommended": "1.1.22", - "1.18.2-latest": "1.1.22" + "1.18.2-latest": "1.1.23-b1" } } \ No newline at end of file diff --git a/readme.md b/readme.md index 8269b7c..21ec424 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,9 @@ Mod sources for Minecraft version 1.18.x. ## 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. [M] Factory Dropper stack size ignored for un-stackable items (issue #209, ty LesBeans). diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 128be40..f084b8b 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -13,7 +13,7 @@ description="Adds cosmetic blocks for the engineer's workshop, factory and home. authors="wilechaote" credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths." 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" [[dependencies.engineersdecor]]