From 71e47c669d97290508937583dc37aaf462aac9bb Mon Sep 17 00:00:00 2001 From: enjarai Date: Fri, 13 Sep 2024 01:02:34 +0200 Subject: [PATCH] Fix! --- CHANGELOG.md | 4 +--- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5673e7d..9f909fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1 @@ -- Added `bread` plushie variant. -- Added resource pack support for the cuddling animation. - - See the wiki for more details! +- Fixed a compatibility issue with other mods using Fabric Rendering API to wrap models. (#10) diff --git a/gradle.properties b/gradle.properties index 37390fe..fcf361e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ deps.yarn=1.21+build.1 deps.fabricloader=0.15.11 # Mod Properties -mod_version=1.7.0 +mod_version=1.7.1 maven_group=dev.enjarai.blahajtotem archives_base_name=blahaj-totem