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