diff --git a/gradle.properties b/gradle.properties index 554b748a35f..aea1668ec6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -mod_version=1.24.2 +mod_version=1.24.3 minecraft_version=1.20.1 forge_version=47.0.1 cyclopscore_version=1.18.4-340 diff --git a/resources/changelog/1.20.1-1.24.3.txt b/resources/changelog/1.20.1-1.24.3.txt new file mode 100644 index 00000000000..2dead410022 --- /dev/null +++ b/resources/changelog/1.20.1-1.24.3.txt @@ -0,0 +1,9 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 1.18.4 or higher. + +Additions: +* Add lossy recipe to clear a facade in a crafting grid, Closes #1424 + +Fixes: +* Fix client-server desync when applying part offsets, Closes #1448 +* Fix offset items only being applicable to 28 instead of 32, #1448