diff --git a/CHANGELOG.md b/CHANGELOG.md index 737e5fe..335a021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Forge Semantic Versioning](https://mcforge.readthedocs.io/en/1.18.x/gettingstarted/versioning/#versioning). ## [Unreleased] +- Nothing new. + +## [1.18.2-3.0.0.0] - 2022/05/16 - Fixed dynamic colors, like for grass and foliage. - Fixed overlayed textures. - Improved drops. @@ -17,9 +20,6 @@ and this project adheres to [Forge Semantic Versioning](https://mcforge.readthed - Now, when possible, most properties refer to the block rather than the slab to improve coherence. - Fixed broken textures when using external shaders. -## [1.18.2-3.0.0.0] - 2022/05/gg -- TBR. - ## [1.18.2-2.0.0.0] - 2022/05/10 - Refractored code to base Vertical Slabs on Slabs rather than Blocks. - Improved dynamic model code. diff --git a/updates.json b/updates.json index 3e4d393..bee67cf 100644 --- a/updates.json +++ b/updates.json @@ -1,7 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files", "1.18.2": { - "1.18.2-3.0.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/", + "1.18.2-3.0.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3793049", "1.18.2-2.0.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3786215", "1.18.2-1.0.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3785696" },