From cf2af07db4be36df1e9f25ab6921c99f78bca5fa Mon Sep 17 00:00:00 2001 From: tobinio Date: Sun, 15 Sep 2024 09:56:07 +0200 Subject: [PATCH] bump version to 0.1.1 --- README.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85999e1..ff814a7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A Fabric mod that makes map making easier by showing you by: * showing mobs normally only visible in spectator * rendering the bounding box of interactions +* render invisible itemFrames The mod can easily be toggled via the N Key diff --git a/gradle.properties b/gradle.properties index 06b6391..7f21418 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9 loader_version=0.16.3 # Mod Properties -mod_version=0.1.0+mc1.21.0 +mod_version=0.1.1+mc1.21.0 maven_group=tobinio.visibleentities archives_base_name=visible-entities -- 2.51.2