1

test minecraft page

This commit is contained in:
Evan Pratten 2023-04-22 17:51:15 -04:00
parent b0abd50ee6
commit f104959576
2 changed files with 14 additions and 2 deletions

9
content/minecraft.md Normal file
View File

@ -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".

View File

@ -4,14 +4,17 @@ title: My Projects
# 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 ## 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](/projects/minecraft) <!-- - [Minecraft](/projects/minecraft)
- [Discord](/projects/discord) --> - [Discord](/projects/discord) -->
- **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** - **Robotics**
- [**Lib5K**: A robotic control library written in Java for use in the *FIRST Robotics Competition*](https://github.com/frc5024/lib5k) - [**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) - [**TestBench**: A hardware testing utility built for *Raider Robotics*](https://github.com/frc5024/testbench)