From 49ca29c279659d2f21f4ee1c75b9154c0033e3d7 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sun, 10 Jan 2021 00:43:47 -0500 Subject: [PATCH] small edit to the mineflayer article --- content/blog/mineflayer_why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/mineflayer_why.md b/content/blog/mineflayer_why.md index 22bbf1c..559f0a1 100644 --- a/content/blog/mineflayer_why.md +++ b/content/blog/mineflayer_why.md @@ -32,7 +32,7 @@ My gripe with plugins can be further subdivided into how plugins add attributes ```typescript (this as any).once(...) ``` -I think I heard an angel die. Of course I personally don't blame the typescript problems on the developer because 1)they wrote this in javascript and mistakes can happen and 2) I don't know how I'd solve them so yeah. +I think I heard an angel die. Of course I personally don't blame these typescript problems on the developer because 1)they wrote this in javascript and mistakes can happen and 2) I don't know how I'd solve them so yeah. ## minecraft-data this one's short, basically there isn't an easy way to get the type for the object you get when you provide your minecraft version to the `minecraft-data` module. There's probably a way(in fact I'm pretty confident that I'm being an idiot here) but I can't be bothered finding it ## conclusion