From 117a1f2f9f61d4a3fde635b77fec0d01358ca73c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 28 Apr 2023 20:41:01 -0400 Subject: [PATCH] Client Ping --- content/blog/2023-04-27-client-ping.md | 14 ++++++++++++++ content/projects/_index.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 content/blog/2023-04-27-client-ping.md diff --git a/content/blog/2023-04-27-client-ping.md b/content/blog/2023-04-27-client-ping.md new file mode 100644 index 0000000..a2b3b1c --- /dev/null +++ b/content/blog/2023-04-27-client-ping.md @@ -0,0 +1,14 @@ +--- +layout: page +title: "Purely client-side point-of-interest marking for multiplayer Minecraft" +description: "A showcase of my latest Minecraft mod: Client Ping" +date: 2023-04-27 +tags: minecraft +draft: true +extra: + auto_center_images: true + excerpt: "A showcase of my latest Minecraft mod: Client Ping" +# discuss: +# reddit: https://www.reddit.com/r/ewpratten/comments/12xzw5x/a_script_that_hides_ai_topics_from_hacker_news/ +# hacker_news: https://news.ycombinator.com/item?id=35252186 +--- diff --git a/content/projects/_index.md b/content/projects/_index.md index ab7234c..e69e589 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -10,6 +10,8 @@ Most of my free time is spent working on various side projects. This is generall Some of my projects fall into common categories. The ones that do, are listed here: +- **Minecraft** + - [**Client Ping**: Client-side point-of-interest marking mod](https://ewp.fyi/client-ping) - **Robotics** - [**Lib5K**: A robotic control library written in Java for use in the *FIRST Robotics Competition*](https://github.com/frc5024/lib5k) - [**Darth Raider**: A competitive robot built at *Raider Robotics* in 2020](/projects/darth-raider) @@ -25,6 +27,7 @@ guarantee of support. I try my best to respond to issues and questions in my per ### 2023 +- 2023-04-26: [Client Ping](https://ewp.fyi/client-ping) - 2023-02-06: [Prometheus exporter for Ubisoft server statuses](https://github.com/ewpratten/ubisoft_status_exporter) - 2023-01-23: [A protective insert for my TG4x](https://github.com/ewpratten/tg4x-casing)