diff --git a/blog/src/actually_additions.md b/blog/src/actually_additions.md index 2a13457..f9bd83d 100644 --- a/blog/src/actually_additions.md +++ b/blog/src/actually_additions.md @@ -2,7 +2,7 @@ On March 7 of this year, my overwhelmingly popular Minecraft mod Actually Additi Here's the short answer: No, I won't. I haven't worked on the project in *three years*. But this post isn't about that. It's about why *you* probably shouldn't port it either. -I've grown a lot in the last five years. Yes, I've literally grown in the last five years - I'm 20 years old now. But I've also grown as a programmer, and more importantly, as a game designer. In this post, I'm going to reminisce about some features of Actually Additions, tell you why I added them, how I added them and what I'd do differently if I made the mod today. Since I can't be bothered opening a modpack instance, I'm just going to go off of the information from the [online manual](https://www.ellpeck.de/actaddmanual/) for this list. +I've grown a lot in the last five years. Yes, I've literally grown in the last five years - I'm 20 years old now. But I've also grown as a programmer, and more importantly, as a game designer. In this post, I'm going to reminisce about some features of Actually Additions, tell you why I added them, how I added them and what I'd do differently if I made the mod today. Since I can't be bothered opening a modpack instance, I'm just going to go off of the information from the [online manual](https://ellpeck.de/actaddmanual/) for this list. # "Actually Additions" When first starting out with the mod, it was called something like "Some Pretty Techy Stuff". I realized that was a *terrible* name choice though, so I changed it to "Some Pretty *Random* Stuff" pretty quickly. That wasn't much better, so after some (evidently not very much) consideration, I apparently settled on *the worst possible mod name*, "Actually Additions". It makes no grammatical sense unless you add a comma, and it's annoying to say for me because, as any non-native English speaker knows, saying "Actually" is very hard. diff --git a/commissions/index.html b/commissions/index.html index 19ddc9d..18835c1 100644 --- a/commissions/index.html +++ b/commissions/index.html @@ -17,7 +17,7 @@ - + diff --git a/foefrenzy/index.html b/foefrenzy/index.html index 4f4a2d6..7b38e9b 100644 --- a/foefrenzy/index.html +++ b/foefrenzy/index.html @@ -17,7 +17,7 @@ - + diff --git a/index.html b/index.html index c2412f1..a5dc208 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - + diff --git a/scripts/projects.js b/scripts/projects.js index 38639f9..45cceb1 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -2,9 +2,9 @@ const projects = [{ name: 'Actually Additions', desc: 'Actually Additions is a rather popular Minecraft mod that I used to work on. It\'s become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don\'t work on it anymore myself, but it\'s being maintained for current versions by someone else.', links: { - 'CurseForge page': 'https://www.ellpeck.de/actadd', + 'CurseForge page': 'https://ellpeck.de/actadd', "Report an issue": "https://github.com/Ellpeck/ActuallyAdditions/issues", - 'Online manual': 'https://www.ellpeck.de/actaddmanual/' + 'Online manual': 'https://ellpeck.de/actaddmanual/' }, status: 'Maintained', icon: 'aa'