From f104959576e4ad24925a631bc596d191ec814b36 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 22 Apr 2023 17:51:15 -0400 Subject: [PATCH] test minecraft page --- content/minecraft.md | 9 +++++++++ content/projects/_index.md | 7 +++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 content/minecraft.md diff --git a/content/minecraft.md b/content/minecraft.md new file mode 100644 index 0000000..4991da0 --- /dev/null +++ b/content/minecraft.md @@ -0,0 +1,9 @@ +--- +title: Minecraft +--- + +Minecraft has been my go-to game for most of my life, being roughly the third video game I ever played. + +I recall first learning about it on the school playground in second or third grade (yes, really). Some time later, I eventually got my own copy of the game, and dove straight in to the world of voxels, questionable [GI](https://en.wikipedia.org/wiki/Global_illumination), and the quirks of the Java runtime. + +I started playing some time in the 1.2.x era (.3? .4?), and as such am quite attached to the "old Minecraft". \ No newline at end of file diff --git a/content/projects/_index.md b/content/projects/_index.md index 541b0e9..0179bb6 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -4,14 +4,17 @@ title: My Projects # My Projects -Most of my free time is spent working on various side projects. This is generally how I learn new things, and I quite enjoy the process of *making stuff*. +Most of my free time is spent working on various side projects. This is generally how I learn new things and I quite enjoy the process of *making stuff*. ## Categories -Some of my projects fall into common categories. The ones that do, are listed here: +Some of my projects fall into common categories. The ones that do are listed here: +- **Minecraft** + - [**FrostBucket**: A plugin that allows *Frost Walker* to be applied to buckets](https://modrinth.com/plugin/frostbucket) + - [**Blood Cod Plugins**: A custom plugin pack to extend the base game with lore](https://modrinth.com/plugin/blood-cod-plugins) - **Robotics** - [**Lib5K**: A robotic control library written in Java for use in the *FIRST Robotics Competition*](https://github.com/frc5024/lib5k) - [**TestBench**: A hardware testing utility built for *Raider Robotics*](https://github.com/frc5024/testbench)