Skip to content

Commit ef66d78

Browse files
committed
Tweak
1 parent e3a28cc commit ef66d78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
loom.platform = neoforge
44

55
# Mod properties
6-
mod_version = 0.1.8
6+
mod_version = 0.1.9
77
maven_group = cn.zbx1425
88
archives_name = project_me
99

src/main/java/cn/zbx1425/projectme/client/ProjectMeJadePlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public void appendTooltip(ITooltip tooltip, EntityAccessor entity, IPluginConfig
2222
if (!ClientConfig.isProjectionEntityEnabled) return;
2323
tooltip.add(Component.translatable("project_me.projection_entity.tooltip")
2424
.withStyle(ChatFormatting.GOLD).withStyle(ChatFormatting.BOLD));
25-
tooltip.add(Component.translatable("project_me.projection_entity.tooltip_hint_1", projection.getName()));
26-
tooltip.add(Component.translatable("project_me.projection_entity.tooltip_hint_2"));
25+
tooltip.add(Component.translatable("project_me.projection_entity.tooltip_hint_1"));
2726
}
2827

2928
@Override

0 commit comments

Comments
 (0)