Skip to content

Commit

Permalink
Updated to 3.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Jul 28, 2022
1 parent 052b438 commit 3abb5dd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Forge Semantic Versioning](https://mcforge.readthed
## [Unreleased]
- Nothing new.

## [1.18.2-3.2.0.3] - 2022/07/28
- Updated repository structure and server/client compatibility.

## [1.18.2-3.2.0.2] - 2022/07/19
- Fixed a bug that would cause game crashes with Mekanism.
- Fixed Transparent Vertical Slabs for Mekanism.
Expand Down Expand Up @@ -68,6 +71,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.2.0.3]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-3.2.0.3
[1.18.2-3.2.0.2]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-3.2.0.2
[1.18.2-3.2.0.1]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-3.2.0.1
[1.18.2-3.2.0.0]: https://github.com/Nyphet/just-vertical-slabs/releases/tag/v1.18.2-3.2.0.0
Expand Down
2 changes: 1 addition & 1 deletion forge/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ org.gradle.daemon=false
modid=justverticalslabs
modTitle=Just Vertical Slabs
mcVersion=1.18.2
modVersion=4.0.0.0
modVersion=3.2.0.3
forgeVersion=40.1.0
author=Crystal Spider
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class JustVerticalSlabsLoader {
/**
* Network channel protocol version.
*/
public static final String PROTOCOL_VERSION = "4.0";
public static final String PROTOCOL_VERSION = "3.2";
/**
* {@link SimpleChannel} instance for compatibility client-server.
*/
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license="GNU AGPLv3"
issueTrackerURL="https://github.com/Nyphet/just-vertical-slabs/issues" #optional
[[mods]]
modId="justverticalslabs"
version="4.0.0.0"
version="3.2.0.3"
displayName="Just Vertical Slabs"
updateJSONURL="https://raw.githubusercontent.com/Nyphet/just-vertical-slabs/master/forge/updates.json" #optional
displayURL="https://github.com/Nyphet/just-vertical-slabs" #optional
Expand Down
6 changes: 3 additions & 3 deletions forge/updates.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files",
"1.18.2": {
"4.0.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/",
"3.2.0.3": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3903948",
"3.2.0.2": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3884066",
"3.2.0.1": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3881946",
"3.2.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3871060",
Expand All @@ -13,7 +13,7 @@
"1.0.0.0": "https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/3785696"
},
"promos": {
"1.18.2-latest": "4.0.0.0",
"1.18.2-recommended": "4.0.0.0"
"1.18.2-latest": "3.2.0.3",
"1.18.2-recommended": "3.2.0.3"
}
}

0 comments on commit 3abb5dd

Please sign in to comment.