Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Jan 7, 2025
1 parent e3a28cc commit ef66d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
loom.platform = neoforge

# Mod properties
mod_version = 0.1.8
mod_version = 0.1.9
maven_group = cn.zbx1425
archives_name = project_me

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public void appendTooltip(ITooltip tooltip, EntityAccessor entity, IPluginConfig
if (!ClientConfig.isProjectionEntityEnabled) return;
tooltip.add(Component.translatable("project_me.projection_entity.tooltip")
.withStyle(ChatFormatting.GOLD).withStyle(ChatFormatting.BOLD));
tooltip.add(Component.translatable("project_me.projection_entity.tooltip_hint_1", projection.getName()));
tooltip.add(Component.translatable("project_me.projection_entity.tooltip_hint_2"));
tooltip.add(Component.translatable("project_me.projection_entity.tooltip_hint_1"));
}

@Override
Expand Down

0 comments on commit ef66d78

Please sign in to comment.