From bacd281567f885f77b85fce24a69770f6ced6e53 Mon Sep 17 00:00:00 2001 From: sguest Date: Wed, 1 May 2024 20:56:26 -0500 Subject: [PATCH] Update getting-started.md Add factorio-types --- docs/getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index fe16416..88f811a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -116,7 +116,9 @@ Additionally, type declarations exist for some games: - [The Binding of Isaac: Rebirth](https://isaacscript.github.io) - [ComputerCraft (Minecraft)](https://github.com/MCJack123/cc-tstl-template) - [Dota 2](https://github.com/ModDota/API/tree/master/declarations/server) ([template](https://github.com/ModDota/TypeScriptAddonTemplate)) -- [Factorio](https://github.com/GlassBricks/typed-factorio) +- Factorio + - [typed-factorio](https://github.com/GlassBricks/typed-factorio) + - [factorio-types](https://github.com/sguest/factorio-types) - [Garry's Mod](https://github.com/lolleko/gmod-typescript) - [Retro Gadget](https://github.com/DarkMio/retro-gadgets-typedefs) ([template](https://github.com/DarkMio/retro-gadgets-template)) - [Tabletop Simulator](https://github.com/stevenlafl/tts-typescript)