mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
h
This commit is contained in:
@@ -620,7 +620,7 @@ public class HudUi {
|
||||
if(getTarget() instanceof ConstructBlock.ConstructBuild cb) name = cb.current.localizedName;
|
||||
else name = b.block.localizedName;
|
||||
}
|
||||
return "[accent]" + (name.length() > 10 ? name.substring(0, 10) + "..." : name) + "[]";
|
||||
return "[accent]" + (name.length() > 13 ? name.substring(0, 13) + "..." : name) + "[]";
|
||||
});
|
||||
label.setFontScale(Scl.scl(modUiScale) * 0.75f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user