diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c86105..ac3ce5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). +## [1.21-3.2.0.2] - 2024-08-10 +### Fixed +- fixed shears damaging in Forge + ## [1.21-3.2.0.1] - 2024-07-15 ### Fixed - error at world creation & world loading with a data pack that contains shears tag as match tool condition (thanks to ayrus02 for the report) #28 diff --git a/forge/build.gradle b/forge/build.gradle index a436c0d..3b679d9 100644 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -12,6 +12,7 @@ mixin { config("${mod_id}.mixins.json") //config("${mod_id}.forge.mixins.json") } +jar.manifest.attributes.putIfAbsent('MixinConfigs', "${mod_id}.mixins.json") //,${mod_id}.forge.mixins.json minecraft { mappings channel: 'official', version: minecraft_version diff --git a/gradle.properties b/gradle.properties index 647fa6d..72e05e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # Project group=de.cech12.ceramicshears -mod_version=3.2.0.1 +mod_version=3.2.0.2 mod_id=ceramicshears mod_name=Ceramic Shears mod_author=Cech12