From b5011f458fdc0bd23e050e0fcc41e2a6f93979fc Mon Sep 17 00:00:00 2001 From: Accieo <42718776+Accieo@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:32:18 +0100 Subject: [PATCH] Add minecraft as loader to create version api docs (#2877) Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> --- apps/docs/public/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/public/openapi.yaml b/apps/docs/public/openapi.yaml index c4e023beb..1b7bd6968 100644 --- a/apps/docs/public/openapi.yaml +++ b/apps/docs/public/openapi.yaml @@ -339,8 +339,8 @@ components: type: array items: type: string - description: The mod loaders that this version supports - example: ["fabric", "forge"] + description: The mod loaders that this version supports. In case of resource packs, use "minecraft" + example: ["fabric", "forge", "minecraft"] featured: type: boolean description: Whether the version is featured or not