From e7bdb12c614bda9783f9c7baec99bb787caec9d5 Mon Sep 17 00:00:00 2001 From: Lucraft Date: Thu, 30 Jan 2025 14:05:14 +0100 Subject: [PATCH] Version 4.1.8 --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2065ff6..cc37c9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ -- Fixed crash when using no custom damage type in energy beam abilities -- Fixed pink ability bar color being offset \ No newline at end of file +- Make render layers work on other entities than just humanoid ones +- Add "energy" tag to newly crafted capacitors and in creative inv (#119) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 7e1b78f2..cf329af5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ enabled_platforms=fabric,forge # Mod Settings archives_base_name=palladium mod_id=palladium -mod_version=4.1.7 +mod_version=4.1.8 mod_author=Lucraft maven_group=net.threetag