From 2faa7f0b694dad42bb264e7e25c1981c21a0c0a2 Mon Sep 17 00:00:00 2001 From: requazar Date: Mon, 5 Jan 2026 10:48:19 -0800 Subject: [PATCH] Fix formatting issues in 01.Introduction.md how did this even happen --- .../content/cookbook/Introduction/01.Introduction.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/content/cookbook/Introduction/01.Introduction.md b/assets/content/cookbook/Introduction/01.Introduction.md index 6c809237..04114032 100644 --- a/assets/content/cookbook/Introduction/01.Introduction.md +++ b/assets/content/cookbook/Introduction/01.Introduction.md @@ -18,18 +18,18 @@ Inside this file, we will put the information the game needs in order to learn a "description": "An introductory mod.", "contributors": [ { - "name": "EliteMasterEric", - }, + "name": "EliteMasterEric" + } ], "dependencies": { - "modA": "1.0.0", + "modA": "1.0.0" }, "optionalDependencies": { - "modB": "1.3.2", + "modB": "1.3.2" }, "api_version": "0.8.0", "mod_version": "1.0.0", - "license": "Apache-2.0", + "license": "Apache-2.0" } ```