mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 04:45:41 +00:00
small edit to the mineflayer article
This commit is contained in:
parent
2e21ac045c
commit
49ca29c279
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ My gripe with plugins can be further subdivided into how plugins add attributes
|
||||||
```typescript
|
```typescript
|
||||||
(this as any).once(...)
|
(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
|
## 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
|
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
|
## conclusion
|
||||||
|
|
Loading…
Reference in a new issue