diff --git a/changelog.md b/changelog.md index 58c3564..8f7eeb6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.0 +* Added Block Transformation. Liquids flowing near blocks can now be changed. The example data pack contains lava flowing near/onto Sand that's near Magma Blocks to transform into Glass. + ## 1.1.1 * JEI now displays fluids instead of buckets * JEI now displays vanilla fluid mixins (Cobblestone and Basalt) diff --git a/gradle.properties b/gradle.properties index c1f455a..0d12a74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -mod_version=1.1.1 +mod_version=1.2.0 mc_version=1.18.2 mixin_version=0.8.4 lib_version=1.4.6