From d6742c10b78eb00ee64a3d755814416a7b420edb Mon Sep 17 00:00:00 2001 From: Crystal Spider Date: Sun, 22 May 2022 14:55:49 +0200 Subject: [PATCH] Updated project files for new version. --- CHANGELOG.md | 6 ++++++ README.md | 1 + build.gradle | 2 +- .../items/CutoutVerticalSlabBlockItem.java | 2 +- .../items/TranslucentVerticalSlabBlockItem.java | 2 +- .../justverticalslabs/utils/MapsInstantiator.java | 2 +- updates.json | 5 +++-- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8619f05..dddfdc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.1.0.0] - 2022/05/22 +- Fixed crash when this mod is put only on server. +- Fixed client-server compatibility. - Improved light for translucent vertical slabs. ## [1.18.2-3.0.0.0] - 2022/05/16 @@ -35,6 +40,7 @@ and this project adheres to [Forge Semantic Versioning](https://mcforge.readthed - Added creative tab with all vertical slabs. [Unreleased]: https://github.com/Nyphet/just-vertical-slabs +[1.18.2-3.1.0.0]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-3.1.0.0 [1.18.2-3.0.0.0]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-3.0.0.0 [1.18.2-2.0.0.0]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-2.0.0.0 [1.18.2-1.0.0.0]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-1.0.0.0 diff --git a/README.md b/README.md index a077f15..358d6b2 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ A very big thank you goes to the Forge team that allowed anyone to mod Minecraft In particular I want to thank diesieben07 that followed me throughout most of the development, without him none of this would have been possible. ## Technical details +This mod is required on both server and client to work. For slab items to be recognized as slabs they must have the *minecraft:slabs* tag, as they should. If they don't, there's no way to understand whether they are slabs or not, so they are assumed to be not. If another mod adds slabs that are not recognized by this mod, it's most probably for this reason, so check it and ask the other mod author to fix that. diff --git a/build.gradle b/build.gradle index 45e6463..5efca77 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } apply plugin: 'net.minecraftforge.gradle' -version = '1.18.2-3.0.0.0' +version = '1.18.2-3.1.0.0' group = 'crystalspider.justverticalslabs' archivesBaseName = 'justverticalslabs' diff --git a/src/main/java/crystalspider/justverticalslabs/items/CutoutVerticalSlabBlockItem.java b/src/main/java/crystalspider/justverticalslabs/items/CutoutVerticalSlabBlockItem.java index 93f8c6d..2e40b64 100644 --- a/src/main/java/crystalspider/justverticalslabs/items/CutoutVerticalSlabBlockItem.java +++ b/src/main/java/crystalspider/justverticalslabs/items/CutoutVerticalSlabBlockItem.java @@ -8,7 +8,7 @@ import net.minecraft.world.level.block.state.BlockState; /** - * + * Cutout Vertical Slab BlockItem. */ public class CutoutVerticalSlabBlockItem extends VerticalSlabBlockItem { public CutoutVerticalSlabBlockItem() { diff --git a/src/main/java/crystalspider/justverticalslabs/items/TranslucentVerticalSlabBlockItem.java b/src/main/java/crystalspider/justverticalslabs/items/TranslucentVerticalSlabBlockItem.java index 53312fd..5b90db7 100644 --- a/src/main/java/crystalspider/justverticalslabs/items/TranslucentVerticalSlabBlockItem.java +++ b/src/main/java/crystalspider/justverticalslabs/items/TranslucentVerticalSlabBlockItem.java @@ -8,7 +8,7 @@ import net.minecraft.world.level.block.state.BlockState; /** - * + * Translucent Vertical Slab BlockItem. */ public class TranslucentVerticalSlabBlockItem extends VerticalSlabBlockItem { public TranslucentVerticalSlabBlockItem() { diff --git a/src/main/java/crystalspider/justverticalslabs/utils/MapsInstantiator.java b/src/main/java/crystalspider/justverticalslabs/utils/MapsInstantiator.java index 27eb2f7..5497ad7 100644 --- a/src/main/java/crystalspider/justverticalslabs/utils/MapsInstantiator.java +++ b/src/main/java/crystalspider/justverticalslabs/utils/MapsInstantiator.java @@ -32,7 +32,7 @@ public class MapsInstantiator { /** * Searches through all {@link Item Items} with the {@link ItemTags#SLABS slabs} tag and associates them to the block they're made from. - * Also instantiate other utility maps. + * Also instantiates other utility maps. * * @param recipeManager */ diff --git a/updates.json b/updates.json index bee67cf..8764c84 100644 --- a/updates.json +++ b/updates.json @@ -1,12 +1,13 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files", "1.18.2": { + "1.18.2-3.1.0.0": "", "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" }, "promos": { - "1.18.2-latest": "1.18.2-3.0.0.0", - "1.18.2-recommended": "1.18.2-3.0.0.0" + "1.18.2-latest": "1.18.2-3.1.0.0", + "1.18.2-recommended": "1.18.2-3.1.0.0" } } \ No newline at end of file